From 7bf7e238403782c5a93d532ea92d71c94c6d2483 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:48:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1dcb4d..316ff20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,10 +89,10 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "koshary", name: "Koshary", price: "E£80-120", variant: "Pasta, Lentils & Rice", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table_140725-86565.jpg", imageAlt: "Traditional koshary with lentils, pasta, and rice", isFavorited: false, + id: "koshary", name: "Koshary", price: "E£80-120", variant: "Pasta, Lentils & Rice", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table_140725-86565.jpg?_wi=1", imageAlt: "Traditional koshary with lentils, pasta, and rice", isFavorited: false, }, { - id: "falafel", name: "Falafel Platter", price: "E£60-100", variant: "Served with Tahini & Hummus", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-lettuce-falafel_23-2148814503.jpg", imageAlt: "Golden crispy falafel with tahini sauce", isFavorited: false, + id: "falafel", name: "Falafel Platter", price: "E£60-100", variant: "Served with Tahini & Hummus", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-lettuce-falafel_23-2148814503.jpg?_wi=1", imageAlt: "Golden crispy falafel with tahini sauce", isFavorited: false, }, { id: "breakfast", name: "Egyptian Breakfast", price: "E£90-150", variant: "Foul, Cheese & Bread", imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-types-cheese-with-honey-grapes-wooden-platter-with-pickled-olives_140725-12228.jpg", imageAlt: "Traditional Egyptian breakfast spread", isFavorited: false, @@ -143,10 +143,10 @@ export default function LandingPage() { title: "Dine-In Experience", description: "Enjoy the vibrant, cozy atmosphere at our Zamalek location. Casual, trendy ambiance perfect for solo dining, groups, or families.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-cafe-with-stylish-interior_1153-4743.jpg", imageAlt: "Zooba restaurant dining experience"}, { id: 2, - title: "Takeaway Service", description: "Take your favorite Zooba dishes to go. Perfect for busy students, professionals, or tourists exploring Cairo.", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table_140725-86565.jpg", imageAlt: "Zooba takeaway package"}, + title: "Takeaway Service", description: "Take your favorite Zooba dishes to go. Perfect for busy students, professionals, or tourists exploring Cairo.", imageSrc: "http://img.b2bpic.net/free-photo/classic-tomato-soup-brown-bowl-oil-bottle-beans-spoon-mixed-color-table_140725-86565.jpg?_wi=2", imageAlt: "Zooba takeaway package"}, { id: 3, - title: "Fast Delivery", description: "Get your order delivered straight to your location. Choose standard delivery or no-contact delivery for added safety.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-lettuce-falafel_23-2148814503.jpg", imageAlt: "Zooba delivery service"}, + title: "Fast Delivery", description: "Get your order delivered straight to your location. Choose standard delivery or no-contact delivery for added safety.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-lettuce-falafel_23-2148814503.jpg?_wi=2", imageAlt: "Zooba delivery service"}, ]} /> -- 2.49.1