Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c805d1d66 | |||
| 18f433af2c | |||
| 9e86cf919c | |||
| e436cb55a8 |
@@ -228,6 +228,12 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
sideTitle="Got Questions?"
|
sideTitle="Got Questions?"
|
||||||
sideDescription="Find answers to the most common questions about La Nieve's menu, ordering, and delivery."
|
sideDescription="Find answers to the most common questions about La Nieve's menu, ordering, and delivery."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Contáctanos", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
/>
|
/>
|
||||||
@@ -257,35 +263,35 @@ export default function LandingPage() {
|
|||||||
logoText="La Nieve Pizzeria"
|
logoText="La Nieve Pizzeria"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu", items: [
|
title: "Menú", items: [
|
||||||
{
|
{
|
||||||
label: "Pizzas", href: "#products"},
|
label: "Pizzas", href: "#products"},
|
||||||
{
|
{
|
||||||
label: "Empanadas", href: "#products"},
|
label: "Empanadas", href: "#products"},
|
||||||
{
|
{
|
||||||
label: "Family Packs", href: "#pricing"},
|
label: "Combos Familiares", href: "#pricing"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About Us", items: [
|
title: "Nosotros", items: [
|
||||||
{
|
{
|
||||||
label: "Our Story", href: "#about"},
|
label: "Nuestra Historia", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Reviews", href: "#testimonials"},
|
label: "Opiniones", href: "#testimonials"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Soporte", items: [
|
||||||
{
|
{
|
||||||
label: "FAQ", href: "#faq"},
|
label: "Preguntas Frecuentes", href: "#faq"},
|
||||||
{
|
{
|
||||||
label: "Contact Us", href: "#contact"},
|
label: "Contáctanos", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "Privacy Policy", href: "#"},
|
label: "Política de Privacidad", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 La Nieve Pizzeria. All rights reserved."
|
copyrightText="© 2024 La Nieve Pizzeria. Todos los derechos reservados."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user