2 Commits

Author SHA1 Message Date
b4cb347ee8 Update src/app/page.tsx 2026-04-22 08:55:48 +00:00
02447173ee Merge version_10 into main
Merge version_10 into main
2026-04-22 08:54:03 +00:00

View File

@@ -149,7 +149,17 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="El Gran Toro"
columns={[]}
columns={[
{
title: "Navigate",
items: [
{ label: "Reservations", href: "#contact" },
{ label: "Menu", href: "#products" },
{ label: "Location", href: "#contact" },
{ label: "Careers", href: "#careers" }
]
}
]}
/>
</div>
</ReactLenis>