Update src/app/menu/page.tsx

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

View File

@@ -67,21 +67,21 @@ export default function LandingPage() {
id: "1",
name: "Traditional Irish Stew",
price: "€14.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=2",
imageAlt: "traditional Irish stew bowl",
},
{
id: "2",
name: "Classic Fish & Chips",
price: "€16.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=2",
imageAlt: "classic fish and chips pub",
},
{
id: "3",
name: "Hearty 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=2",
imageAlt: "traditional Sunday roast beef",
},
]}
@@ -100,13 +100,13 @@ export default function LandingPage() {
{
title: "Craft Beers & Ales",
description: "Explore a rotating selection of the best local and international brews.",
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=2",
imageAlt: "selection of craft beers Ireland",
},
{
title: "Premium Spirits",
description: "Indulge in our collection of Irish whiskeys, gins, and other spirits.",
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=3",
imageAlt: "selection of craft beers Ireland",
},
]}
@@ -120,7 +120,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Culinary Philosophy"
description="At The Ballymac Inn, we believe in honest, wholesome food. We partner with local farmers and suppliers to bring you the freshest ingredients, ensuring every dish is a celebration of Irish produce and culinary tradition. Taste the difference quality makes."
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=2"
imageAlt="delicious Irish food plate"
/>
</div>