Update src/app/page.tsx

This commit is contained in:
2026-03-20 01:32:37 +00:00
parent 6acacdfe3a
commit 8691d09007

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
brandName="Casa Vieja"
navItems={[
{ name: "Our Story", id: "nuestra-historia" },
{ name: "Menu", id: "menu-highlights" },
{ name: "View Our Menu", id: "menu-highlights" },
{ name: "Red or Green?", id: "red-or-green" },
{ name: "Hours & Call", id: "location-hours" }
]}
@@ -72,7 +72,9 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
buttons={[]}
buttons={[
{ text: "View Our Menu", href: "#menu-highlights" }
]}
buttonAnimation="slide-up"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"