From 108a2753e36f6ef91f5d081324883ca276df6d51 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 264cd1e..951f17b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg?_wi=1" imageAlt="Authentic Irish Pub Interior" /> @@ -107,7 +107,7 @@ export default function LandingPage() { price: "18.00 ₾", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=1", }, { id: "p2", @@ -116,7 +116,7 @@ export default function LandingPage() { price: "15.00 ₾", rating: 5, reviewCount: "950", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=2", }, { id: "p3", @@ -125,7 +125,7 @@ export default function LandingPage() { price: "22.00 ₾", rating: 4, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=3", }, { id: "p4", @@ -134,7 +134,7 @@ export default function LandingPage() { price: "16.00 ₾", rating: 4, reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=4", }, { id: "p5", @@ -143,7 +143,7 @@ export default function LandingPage() { price: "12.00 ₾", rating: 5, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=5", }, { id: "p6", @@ -152,7 +152,7 @@ export default function LandingPage() { price: "10.00 ₾", rating: 4, reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=6", }, ]} title="Classic Pub Favorites" @@ -266,7 +266,7 @@ export default function LandingPage() { name: "message", placeholder: "Your questions or reservation requests", }} - imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg?_wi=2" /> -- 2.49.1