Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 10:21:47 +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>
);
}
}