Update src/app/page.tsx

This commit is contained in:
2026-04-05 21:54:50 +00:00
parent 04827c75c7
commit ce82b0d87e

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg?_wi=1"
imageAlt="Freshly cooked fish and chips at Wayside Fish Bar"
showDimOverlay={true}
/>
@@ -86,37 +86,37 @@ export default function LandingPage() {
id: "1",
name: "Cod & Chips",
price: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg?_wi=1",
},
{
id: "2",
name: "Chicken Fillet Burger",
price: "Huge",
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=1",
},
{
id: "3",
name: "Cod Bites",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg?_wi=1",
},
{
id: "4",
name: "Battered Sausage",
price: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg?_wi=1",
},
{
id: "5",
name: "Beef Burger",
price: "Tasty",
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=2",
},
{
id: "6",
name: "Doner Kebab",
price: "Satisfying",
imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg?_wi=2",
},
]}
title="Featured Favourites"
@@ -133,28 +133,28 @@ export default function LandingPage() {
title: "Freshly Cooked",
description: "Every meal prepared to order for maximum flavour and heat.",
buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg?_wi=2",
imageAlt: "fresh fish and chips takeaway premium",
},
{
title: "Big Portions",
description: "Generous servings that ensure you get real value for money.",
buttonIcon: "Utensils",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg?_wi=2",
imageAlt: "fish and chips premium shot",
},
{
title: "Separate Cooking",
description: "Fish, chicken, and sausages are cooked separately for your peace of mind.",
buttonIcon: "ShieldCheck",
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=3",
imageAlt: "chicken fillet burger appetizing",
},
{
title: "Friendly Staff",
description: "Always welcomed with a polite, helpful, and accommodating smile.",
buttonIcon: "Smile",
imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg?_wi=2",
imageAlt: "golden cod bites takeaway",
},
]}