Merge version_11 into main #13

Merged
bender merged 1 commits from version_11 into main 2026-04-22 08:55:51 +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>