Merge version_10 into main
Merge version_10 into main
This commit was merged in pull request #12.
This commit is contained in:
@@ -149,14 +149,15 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar mensaje"
|
||||
centered={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ title: "Menú", items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] },
|
||||
{ title: "Info", items: [{ label: "Sobre", href: "#about" }, { label: "Contacto", href: "#contact" }] },
|
||||
{ items: [{ label: "Tacos", href: "#menu" }, { label: "Bebidas", href: "#menu" }] },
|
||||
{ items: [{ label: "Sobre", href: "#about" }, { label: "Contacto", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Tacos Victor Montréal"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user