Compare commits
5 Commits
version_10
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 41803e2048 | |||
| 350ff06fec | |||
| c18af1a251 | |||
| 1efd0ce8e6 | |||
| 78114032f9 |
@@ -35,6 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Tacos Victor Montréal"
|
||||
@@ -151,13 +152,16 @@ export default function LandingPage() {
|
||||
centered={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<p className="text-center text-xs mt-4">
|
||||
Al enviar este mensaje, aceptas nuestros términos y condiciones.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] },
|
||||
{ items: [{ label: "Sobre", href: "#about" }, { label: "Contacto", href: "#contact" }] },
|
||||
{ items: [{ label: "Sobre", href: "#about" }, { label: "FAQ", href: "#faq" }, { label: "Contacto", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Tacos Victor Montréal"
|
||||
/>
|
||||
@@ -165,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user