From 274f9f81aa5bef6e550cfea86bc85c70de69ecaa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:34:02 +0000 Subject: [PATCH 1/2] Update src/app/order-now/page.tsx --- src/app/order-now/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/order-now/page.tsx b/src/app/order-now/page.tsx index 436efac..3158046 100644 --- a/src/app/order-now/page.tsx +++ b/src/app/order-now/page.tsx @@ -43,7 +43,7 @@ export default function OrderNowPage() { title="Order Your Authentic Afghan Breakfast" description="Get your favorite Al-Maeda dishes delivered hot and fresh to your door. Choose from Uber Eats or DoorDash for convenient, contactless delivery." tag="🚚 Fast Delivery Available" - imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg?_wi=3" imageAlt="Order Al-Maeda breakfast online" textPosition="center" showBlur={true} @@ -68,7 +68,7 @@ export default function OrderNowPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg?_wi=2" imageAlt="Uber Eats ordering" mediaPosition="right" mediaAnimation="slide-up" @@ -89,7 +89,7 @@ export default function OrderNowPage() { required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg" + imageSrc="http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg?_wi=2" imageAlt="DoorDash ordering" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1 From b5269c0994e89758d4e103aef78eef6b4ef1cc19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:34:03 +0000 Subject: [PATCH 2/2] 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 76cc95a..9bb08ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Authentic Afghani & Pakistani Breakfast in Kilburn" description="Experience the most delicious kocha straight from Afghanistan, paired with warm hospitality and fresh ingredients every morning. Family-run, halal-certified, and beloved by locals." tag="★★★★★ 4.5 Google Rating" - imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg?_wi=1" imageAlt="Authentic Afghan breakfast spread" textPosition="bottom-left" showBlur={true} @@ -80,10 +80,10 @@ export default function LandingPage() { tag="Featured Menu" features={[ { - id: "01", title: "Kocha", description: "Traditional Afghan street bread served with chickpeas, yogurt, and spiced meat sauce. A hearty, authentic breakfast experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg", imageAlt: "Kocha - Afghan traditional bread" + id: "01", title: "Kocha", description: "Traditional Afghan street bread served with chickpeas, yogurt, and spiced meat sauce. A hearty, authentic breakfast experience.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-gutab-stuffed-flatbread-with-herbs-served-with-yogurt_140725-7096.jpg?_wi=1", imageAlt: "Kocha - Afghan traditional bread" }, { - id: "02", title: "Lamb Egg Roll", description: "Tender lamb wrapped in fluffy bread with egg, onions, and fresh herbs. Perfect for a protein-packed morning.", imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg", imageAlt: "Lamb Egg Roll" + id: "02", title: "Lamb Egg Roll", description: "Tender lamb wrapped in fluffy bread with egg, onions, and fresh herbs. Perfect for a protein-packed morning.", imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-with-shepherd-salad_140725-1164.jpg?_wi=1", imageAlt: "Lamb Egg Roll" }, { id: "03", title: "Eggs & Avocado", description: "Creamy avocado paired with perfectly cooked eggs, fresh tomatoes, and warm flatbread. A lighter, fresh option.", imageSrc: "http://img.b2bpic.net/free-photo/snack-healthy-breakfast-plate-blue-cheese-avocado-boiled-egg-olives-black-surface-top-view_2829-6092.jpg", imageAlt: "Eggs and Avocado breakfast plate" @@ -166,7 +166,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-azerbaijani-dish-kutab-with-meat-herbs-pumpkin-with-yogurt-sumac_140725-11415.jpg?_wi=2" imageAlt="Al-Maeda ordering options" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1