From f56ff18bdc0675f046cf8c121cf3c74ffd1f6cda Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:21:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea663c9..76bbde2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,12 +114,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { name: "Anna S.", handle: "@anna", testimonial: "Amazing food!", rating: 5 }, - { name: "Markus L.", handle: "@markus", testimonial: "Authentic flavors.", rating: 5 } + { name: "Anna S.", testimonial: "Amazing food!", rating: 5 }, + { name: "Markus L.", testimonial: "Authentic flavors.", rating: 5 } ]} kpiItems={[ - { value: "5.0", description: "Average Rating" }, - { value: "5000+", description: "Satisfied Guests" } + { value: "5.0", label: "Average Rating" }, + { value: "5000+", label: "Satisfied Guests" } ]} /> -- 2.49.1