3 Commits

Author SHA1 Message Date
f77d7176d0 Merge version_2 into main
Merge version_2 into main
2026-03-12 10:21:46 +00:00
ac164b2717 Update src/app/page.tsx 2026-03-12 10:21:42 +00:00
75d0c04622 Merge version_1 into main
Merge version_1 into main
2026-03-12 10:20:35 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}