diff --git a/src/app/page.tsx b/src/app/page.tsx index a2eb3c0..7668866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,29 @@ export default function LandingPage() {
@@ -133,42 +80,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", - name: "Chef's Special", - price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg?_wi=2", - }, - { - id: "2", - name: "Kebap Classique", - price: "9€", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=2", - }, - { - id: "3", - name: "Assiette Complète", - price: "14€", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg?_wi=2", - }, - { - id: "4", - name: "Sandwich Grec", - price: "8€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149882892.jpg", - }, - { - id: "5", - name: "Menu Famille", - price: "45€", - imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach_140725-8662.jpg", - }, - { - id: "6", - name: "Boissons & Extras", - price: "2€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-kombucha-with-fruits_501050-544.jpg", - }, + { id: "1", name: "Chef's Special", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg" }, + { id: "2", name: "Kebap Classique", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" }, + { id: "3", name: "Assiette Complète", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg" } ]} title="Our Culinary Craft" description="Discover our signature dishes, crafted with tradition and passion." @@ -181,30 +95,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "s1", - icon: Award, - title: "Pierrefitte Ranking", - value: "#1", - }, - { - id: "s2", - icon: Star, - title: "Google Rating", - value: "5.0★", - }, - { - id: "s3", - icon: Utensils, - title: "Halal Certified", - value: "100%", - }, - { - id: "s4", - icon: Smile, - title: "Return Rate", - value: "High", - }, + { id: "s1", icon: Award, title: "Pierrefitte Ranking", value: "#1" }, + { id: "s2", icon: Star, title: "Google Rating", value: "5.0★" }, + { id: "s3", icon: Utensils, title: "Halal Certified", value: "100%" }, + { id: "s4", icon: Smile, title: "Return Rate", value: "High" }, ]} title="The CHËF KEBAP Standard" description="Excellence in every bite, consistently rated by our local family." @@ -215,31 +109,11 @@ export default function LandingPage() { @@ -276,38 +139,8 @@ export default function LandingPage() {