Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 18:48:51 +00:00

View File

@@ -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"},
]}
/>
</div>