From d79efb371d1e93a524e8c5e64a9cb4e772ca27f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:07:59 +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 4e696a0..09c88c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Experience luxury coastal dining where fresh ingredients meet culinary artistry. Savor our signature surf vibe grill featuring premium crab cake burgers, blackened tuna, perfectly crispy wings, and chimichurri fries. Join us for unforgettable meals in Virginia Beach." background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Book Now - Premium Seating", href: "#contact" }, + { text: "Reserve Your Table", href: "#contact" }, { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}