From a95462a9cd6ccb5e1dfe5199ea00f9baaad81a86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:44:15 +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 9c43150..0b78032 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { buttons={[{ text: "View Menu", href: "#menu" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-delight_23-2151950796.jpg", imageAlt: "Fresh Pizza" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg", imageAlt: "Kebab Dish" }, - { imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg", imageAlt: "Healthy Food" } + { imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg?_wi=1", imageAlt: "Kebab Dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg?_wi=1", imageAlt: "Healthy Food" } ]} /> @@ -75,9 +75,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Doner Kebab", brand: "Istanbul", price: "6 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg" }, + { id: "1", name: "Doner Kebab", brand: "Istanbul", price: "6 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-pide-topped-with-lemon_140725-1225.jpg?_wi=2" }, { id: "2", name: "Margherita Pizza", brand: "Istanbul", price: "7 €", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5391.jpg" }, - { id: "3", name: "Falafel Plate", brand: "Istanbul", price: "5 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg" }, + { id: "3", name: "Falafel Plate", brand: "Istanbul", price: "5 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039396.jpg?_wi=2" }, { id: "4", name: "Turkish Pide", brand: "Istanbul", price: "8 €", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fresh-pizza-with-mozzarella-cheese-tomatoes-basil_181624-58097.jpg" }, { id: "5", name: "Diavola Pizza", brand: "Istanbul", price: "9 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg" }, { id: "6", name: "Lahmacun", brand: "Istanbul", price: "4 €", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-with-herbs-lemon_141793-682.jpg" },