From e244fd27d4b6631ac719e1c3fa2bf562a0ba70bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:24:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57da64f..8c1f33f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,8 +114,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", testimonial: "Amazing food!", name: "Anna S.", role: "Customer" }, - { id: "2", testimonial: "Authentic flavors.", name: "Markus L.", role: "Customer" } + { id: "1", name: "Anna S.", role: "Customer", company: "Local", rating: 5 }, + { id: "2", name: "Markus L.", role: "Customer", company: "Local", rating: 5 } ]} kpiItems={[ { value: "5.0", label: "Average Rating" }, -- 2.49.1