From d7f6578e0557d21b71752db6e8cc31bcdd46b207 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 21:02:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc5d480..b8cec03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,8 +67,9 @@ export default function LandingPage() { { imageSrc: "https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Cozy intimate dining room corner" } - ], - mediaAnimation="slide-up", ariaLabel="Moys Chinese Restaurant hero section with featured dishes" + ]} + mediaAnimation="slide-up" + ariaLabel="Moys Chinese Restaurant hero section with featured dishes" /> @@ -108,7 +109,7 @@ export default function LandingPage() { { id: "04", title: "Sesame Chicken (Moys Style)", description: "More chicken than breading, with our signature sesame sauce. A house favorite that keeps guests coming back.", imageSrc: "https://img.b2bpic.net/free-photo/view-delicious-dish-food_23-2150777691.jpg", imageAlt: "Sesame chicken with sauce" } - ] + ]} gridVariant="four-items-2x2-equal-grid" textboxLayout="default" animationType="slide-up" @@ -161,7 +162,7 @@ export default function LandingPage() { { id: "5", title: "Do I need a reservation?", content: "Reservations are not required, but strongly recommended—especially for our Peking Duck dinner and weekend dining. Call ahead to secure your table: (614) 291-MOYS." } - ] + ]} /> -- 2.49.1