import { testimonials } from "@/entities/site-content"; export function TestimonialBand(_props: { items?: unknown } = {}) { return
{testimonials.map((item) =>
{item.rating}

“{item.text}”

)}
; }