Compare commits
3 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 50af79a714 | |||
| b4cb347ee8 | |||
| 02447173ee |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user