From b26a5b0a971aa5fad7a9b42061da267e0e0a410d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:48:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ]} />