Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 989d295501 | |||
| 29fbc7df00 | |||
| 1e373be804 | |||
| b42b4c2945 |
@@ -41,12 +41,14 @@ export default function LandingPage() {
|
||||
name: "Opiniones", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Reservaciones", id: "/reservations"},
|
||||
{
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="The Bunker Café"
|
||||
button={{
|
||||
text: "Reservar Mesa", href: "#contact"}}
|
||||
text: "Reservar Mesa", href: "/reservations"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -350,4 +352,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user