Update src/app/page.tsx

This commit is contained in:
2026-05-10 15:15:32 +00:00
parent 29c6cd5104
commit efac9febd0

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
href: "#menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-10913.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-10913.jpg?_wi=1"
/>
</div>
@@ -113,7 +113,7 @@ export default function LandingPage() {
id: "1",
name: "Mango Coconut Prawns",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg?_wi=1",
},
{
id: "2",
@@ -165,7 +165,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-10913.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-10913.jpg?_wi=2",
imageAlt: "sunbeds by the ocean luxury resort",
},
{
@@ -187,7 +187,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg?_wi=2",
imageAlt: "sunbeds by the ocean luxury resort",
},
]}