From 02ada59dc32c717c8bb63fde2216baf0ceace149 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 20:23:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d291fa..84c9c2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "Artisan Korean cuisine preparation" } ]} + mediaAnimation="slide-up" rating={5} ratingText="Trusted by Seoul's most discerning diners" buttons={[ @@ -216,6 +217,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="https://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-salt-fire-human-hand-pan_176474-3146.jpg" imageAlt="Hansang elegant dining interior" + mediaAnimation="slide-up" mediaPosition="right" buttonText="Confirm Reservation" /> -- 2.49.1