From 12633c3256cf3e3b45c0197e6154a6a0466ce701 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:53:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a524f23..a8ad47f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { imageAlt="Theevandi Stories Restaurant Train-Themed Interior" mediaAnimation="blur-reveal" buttons={[ - { text: "View Menu", href: "#features" }, - { text: "Reserve a Table", href: "#contact" } + { text: "Reserve a Table", href: "#contact" }, + { text: "View Menu", href: "#features" } ]} buttonAnimation="slide-up" testimonials={[ -- 2.49.1