From e29f826d778bd8f73adc24e69afaa9083161cd01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 22:26:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba325f0..eb76229 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895470.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895470.jpg?_wi=1" imageAlt="Contemporary pizza on a table in a warmly lit restaurant" /> @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Dining Experience", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134252.jpg" + imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134252.jpg?_wi=1" imageAlt="Chef placing a pizza into a modern oven" mediaAnimation="slide-up" /> @@ -132,7 +132,7 @@ export default function LandingPage() { imageAlt: "Close up of gourmet pizza", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895470.jpg?_wi=2", imageAlt: "gourmet pizza and cocktail pairing", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { imageAlt: "Close up of shared food", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134252.jpg?_wi=2", imageAlt: "gourmet pizza and cocktail pairing", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { imageAlt: "Detailed view of interior design", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pizza-brown-wooden-table_58702-1339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-brown-wooden-table_58702-1339.jpg?_wi=1", imageAlt: "gourmet pizza and cocktail pairing", }, ]} @@ -189,7 +189,7 @@ export default function LandingPage() { price: "€12", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-brown-wooden-table_58702-1339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-brown-wooden-table_58702-1339.jpg?_wi=2", imageAlt: "Classic Margherita pizza", }, { -- 2.49.1