diff --git a/src/app/page.tsx b/src/app/page.tsx index 28a8822..e3dbb1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Find The Truck", href: "#location" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/top-view-rolling-dough-composition_23-2148302951.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-rolling-dough-composition_23-2148302951.jpg?_wi=1" imageAlt="Fresh manoushe bread being baked" mediaAnimation="slide-up" frameStyle="card" @@ -81,19 +81,19 @@ export default function LandingPage() { tag="Fresh Daily" products={[ { - id: "1", name: "Zaatar Classic", price: "CHF 8", imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-potatoes-with-cream-cheese-with-lavash-grilled-red-green-pepper_114579-112.jpg", imageAlt: "Zaatar manoushe traditional Lebanese bread" + id: "1", name: "Zaatar Classic", price: "CHF 8", imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-potatoes-with-cream-cheese-with-lavash-grilled-red-green-pepper_114579-112.jpg?_wi=1", imageAlt: "Zaatar manoushe traditional Lebanese bread" }, { - id: "2", name: "Spiced Beef Roll", price: "CHF 12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-cheese-arranged-wooden-cutting-board_140725-10339.jpg", imageAlt: "Spiced beef manoushe customer favorite" + id: "2", name: "Spiced Beef Roll", price: "CHF 12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-cheese-arranged-wooden-cutting-board_140725-10339.jpg?_wi=1", imageAlt: "Spiced beef manoushe customer favorite" }, { id: "3", name: "Halloumi Manoushe", price: "CHF 10", imageSrc: "http://img.b2bpic.net/free-photo/tomato-omelette-with-olives-cheese_140725-4095.jpg", imageAlt: "Grilled halloumi cheese manoushe" }, { - id: "4", name: "Chicken Manoushe", price: "CHF 11", imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-potatoes-with-cream-cheese-with-lavash-grilled-red-green-pepper_114579-112.jpg", imageAlt: "Marinated chicken manoushe" + id: "4", name: "Chicken Manoushe", price: "CHF 11", imageSrc: "http://img.b2bpic.net/free-photo/potato-gratin-baked-potatoes-with-cream-cheese-with-lavash-grilled-red-green-pepper_114579-112.jpg?_wi=2", imageAlt: "Marinated chicken manoushe" }, { - id: "5", name: "Eggplant & Hummus", price: "CHF 9", imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-cheese-arranged-wooden-cutting-board_140725-10339.jpg", imageAlt: "Eggplant hummus side manoushe" + id: "5", name: "Eggplant & Hummus", price: "CHF 9", imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-cheese-arranged-wooden-cutting-board_140725-10339.jpg?_wi=2", imageAlt: "Eggplant hummus side manoushe" } ]} gridVariant="three-columns-all-equal-width" @@ -112,7 +112,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Fresh Bread Every Time", description: "Your manoushe is baked when you order. Never pre-made, always hot, always authentic.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolling-dough-composition_23-2148302951.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolling-dough-composition_23-2148302951.jpg?_wi=2" }, items: [ { icon: Flame, text: "Baked to order" }, @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "3", title: "Amazing Prices, Premium Quality", description: "Street food prices with restaurant taste. Generous portions. No compromise on quality.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-cheese-arranged-wooden-cutting-board_140725-10339.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-pide-with-cheese-arranged-wooden-cutting-board_140725-10339.jpg?_wi=3" }, items: [ { icon: DollarSign, text: "Honest pricing" },