From f374c558eef2dd29f937819d963d3b27058cdae1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 21:40:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9aca98..d35d222 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant-with-orange-juice-hand_627829-2003.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant-with-orange-juice-hand_627829-2003.jpg?_wi=1" imageAlt="Cozy interior of The Ballymac Inn pub and restaurant" mediaAnimation="slide-up" /> @@ -102,7 +102,7 @@ export default function LandingPage() { "Traditional", "Local Produce", ], - imageSrc: "http://img.b2bpic.net/free-photo/golden-beer-delicious-burgers-wooden-table-french-fries-green-salad-french-fries-garlic-sauce_482257-19717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-beer-delicious-burgers-wooden-table-french-fries-green-salad-french-fries-garlic-sauce_482257-19717.jpg?_wi=1", imageAlt: "Plate of delicious Irish food", }, { @@ -112,7 +112,7 @@ export default function LandingPage() { "Craft Beer", "Whiskey", ], - imageSrc: "http://img.b2bpic.net/free-photo/shocked-young-woman-sitting-near-bar-counter-holding-drinks_23-2147859527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shocked-young-woman-sitting-near-bar-counter-holding-drinks_23-2147859527.jpg?_wi=1", imageAlt: "Selection of drinks at a pub bar", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { "Live Music", "Community", ], - imageSrc: "http://img.b2bpic.net/free-photo/performer-songwriter-singing-new-tracks-his-electro-acoustic-guitar_482257-121942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/performer-songwriter-singing-new-tracks-his-electro-acoustic-guitar_482257-121942.jpg?_wi=1", imageAlt: "People enjoying live music in a pub", }, ]} @@ -143,21 +143,21 @@ export default function LandingPage() { id: "irish-stew", name: "Hearty Irish Stew", price: "€16.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-chicken-soup-black-background_140725-114589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-chicken-soup-black-background_140725-114589.jpg?_wi=1", imageAlt: "Traditional Irish stew", }, { id: "fish-chips", name: "Classic Fish & Chips", price: "€15.00", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-sticks-batter-with-sauce_140725-3219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-sticks-batter-with-sauce_140725-3219.jpg?_wi=1", imageAlt: "Classic fish and chips", }, { id: "sunday-roast", name: "Traditional Sunday Roast", price: "€18.00", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-cherry-tomatoes-bread_23-2148167600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-cherry-tomatoes-bread_23-2148167600.jpg?_wi=1", imageAlt: "Sunday roast dinner", }, ]}