2 Commits

Author SHA1 Message Date
2c17b955de Update src/app/page.tsx 2026-03-16 16:43:34 +00:00
29e82bd4d6 Merge version_18 into main
Merge version_18 into main
2026-03-16 16:41:48 +00:00

View File

@@ -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 Table Now", href: "#contact" },
{ text: "View Menu", href: "#menu" }
]}
buttonAnimation="slide-up"
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}