diff --git a/src/app/page.tsx b/src/app/page.tsx index d3af8d3..964d0d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { imageSrc="https://images.unsplash.com/photo-1599351431202-180f0b4b098d?q=80&w=2000" imageAlt="Modern barbershop interior" testimonials={[ - { id: "t1", name: "Alex P.", handle: "@alexp", testimonial: "Best cut in Tampere, hands down.", rating: 5 } + { name: "Alex P.", handle: "@alexp", testimonial: "Best cut in Tampere, hands down.", rating: 5 } ]} />