Update src/app/page.tsx

This commit is contained in:
2026-03-11 02:41:51 +00:00
parent 916e57ff7a
commit 85670c9de5

View File

@@ -50,10 +50,10 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cook-white-frying-meat-pan-stove_23-2148040251.jpg", imageAlt: "Chef preparing premium wagyu beef" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-dinner_410324-73.jpg?_wi=1", imageAlt: "Teppanyaki griddle with sizzling ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-dinner_410324-73.jpg", imageAlt: "Teppanyaki griddle with sizzling ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-with-shrimps_1203-599.jpg", imageAlt: "Fresh seafood display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rich-christal-chandelier-hangs-dinner-table-with-red-roses-greenery_8353-7354.jpg", imageAlt: "Elegant dining ambiance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-dinner_410324-73.jpg?_wi=2", imageAlt: "Chef's signature flambe technique" }
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-dinner_410324-73.jpg", imageAlt: "Chef's signature flambe technique" }
]}
buttons={[
{ text: "Reserve a Table", href: "reserve" },
@@ -75,6 +75,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-preparing-blue-matcha-home_23-2150687524.jpg"
imageAlt="Traditional sake ceremony preparation"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>