From ac164b2717c75f7fe7e9492dfe00c94d70e50f23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:21:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7de1c5f..d887d9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,8 +127,8 @@ export default function LandingPage() { title="Why Choose Mivan" description="Proven excellence in Turkish cuisine and hospitality since becoming Istanbul's favorite dining destination" metrics={[ - { id: "1", value: "15+ Years", description: "Serving Authentic Turkish Cuisine" }, - { id: "2", value: "10,000+", description: "Satisfied International Guests" }, + { id: "1", value: "10,000+", description: "Satisfied International Guests" }, + { id: "2", value: "15+ Years", description: "Serving Authentic Turkish Cuisine" }, { id: "3", value: "50+", description: "Premium Menu Selections" }, { id: "4", value: "24/7", description: "Fresh Ingredient Sourcing" } ]} @@ -210,4 +210,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1