Merge version_2 into main #2
@@ -25,7 +25,7 @@ export default function ContactPage() {
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Productos", id: "/#features" },
|
||||
{ name: "Ubicación", id: "/#location" },
|
||||
{ name: "", id: "/#location" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contacto", id: "/contact" }
|
||||
]}
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function FAQPage() {
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Productos", id: "/#features" },
|
||||
{ name: "Ubicación", id: "/#location" },
|
||||
{ name: "", id: "/#location" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contacto", id: "/contact" }
|
||||
]}
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function AmiManeraLanding() {
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Productos", id: "features" },
|
||||
{ name: "Ubicación", id: "location" },
|
||||
{ name: "", id: "location" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contacto", id: "/contact" }
|
||||
]}
|
||||
@@ -140,7 +140,7 @@ export default function AmiManeraLanding() {
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactCenter
|
||||
tag="Ubicación"
|
||||
tag=""
|
||||
tagIcon={MapPin}
|
||||
title="Visítanos en Nuestro Local"
|
||||
description="Encuentra nuestro establecimiento en el corazón del barrio. Abierto de lunes a domingo para servir tus delicias favoritas"
|
||||
|
||||
Reference in New Issue
Block a user