Update src/app/page.tsx

This commit is contained in:
2026-03-23 21:40:38 +00:00
parent 43979bb4f0
commit f374c558ee

View File

@@ -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",
},
]}