Update src/app/page.tsx

This commit is contained in:
2026-04-01 05:38:10 +00:00
parent a82f9e9acb
commit 6870558bbb

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
},
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg"
imageSrc="http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -151,31 +151,31 @@ export default function LandingPage() {
id: 1,
title: "Authentic Dashi",
description: "Slow-simmered kelp broth to elevate the natural flavors of our premium cuts.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg?_wi=2",
},
{
id: 2,
title: "Expert Service",
description: "Our hosts guide you through the perfect timing for every delicate slice.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg?_wi=3",
},
{
id: 3,
title: "Farm to Table",
description: "Directly sourced produce from dedicated farms ensuring ultimate freshness.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg?_wi=4",
},
{
id: 4,
title: "Elegant Ambience",
description: "A tranquil space designed for intimate conversations and sophisticated dining.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg?_wi=5",
},
{
id: 5,
title: "Signature Desserts",
description: "Artisanal seasonal desserts to provide a perfect finish to your meal.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-tasty-food-medium-shot_23-2149008726.jpg?_wi=6",
},
]}
/>