From a8d84cee9798704f10270d8d34cb9bcbfa09a694 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:30:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bba3eee..0ffe201 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,8 @@ export default function LandingPage() { description="Join hundreds of satisfied diners who've experienced authentic Turkish hospitality" tag="Social Proof" names={[ - "47+ Star Reviews", "100+ Happy Guests", "Michelin-Inspired Quality", "Homemade Every Day", "Family Atmosphere", "Authentic Flavors", "Premium Service", "Genuine Care"]} + "47+ Star Reviews", "100+ Happy Guests", "Michelin-Inspired Quality", "Homemade Every Day", "Family Atmosphere", "Authentic Flavors", "Premium Service", "Genuine Care" + ]} textboxLayout="default" useInvertedBackground={false} showCard={true} @@ -84,6 +85,7 @@ export default function LandingPage() { imageAlt="Turkish kitchen with traditional cooking methods" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1