Update src/app/page.tsx
This commit is contained in:
@@ -30,10 +30,10 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="MasNegocioOnline"
|
||||
navItems={[
|
||||
{ name: "Servicios", id: "services" },
|
||||
{ name: "Por Qué Nosotros", id: "about" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
{ name: "Servicios", href: "/services" },
|
||||
{ name: "Por Qué Nosotros", href: "/#about" },
|
||||
{ name: "Testimonios", href: "/#testimonials" },
|
||||
{ name: "Contacto", href: "/#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20me%20gustaría%20conocer%20más%20sobre%20sus%20servicios"
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20me%20gustaría%20una%20consulta%20gratuita"
|
||||
},
|
||||
{
|
||||
text: "Conocer Servicios", href: "#services"
|
||||
text: "Conocer Servicios", href: "/services"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-image-young-african-man-sitting-coworking_171337-13500.jpg"
|
||||
@@ -205,23 +205,23 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Producto", items: [
|
||||
{ label: "Diseño Web", href: "#services" },
|
||||
{ label: "Producción de Video", href: "#services" },
|
||||
{ label: "Desarrollo Backend", href: "#services" }
|
||||
{ label: "Diseño Web", href: "/services" },
|
||||
{ label: "Producción de Video", href: "/services" },
|
||||
{ label: "Desarrollo Backend", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Empresa", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Testimonios", href: "#testimonials" },
|
||||
{ label: "Casos de Éxito", href: "#metrics" }
|
||||
{ label: "Sobre Nosotros", href: "/#about" },
|
||||
{ label: "Testimonios", href: "/#testimonials" },
|
||||
{ label: "Casos de Éxito", href: "/#metrics" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contacto", items: [
|
||||
{ label: "WhatsApp: +51 998 482 8518", href: "https://wa.me/51998482818" },
|
||||
{ label: "Email: info@masnegocios.online", href: "mailto:info@masnegocios.online" },
|
||||
{ label: "Consulta Gratuita", href: "#contact" }
|
||||
{ label: "Consulta Gratuita", href: "/#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -230,4 +230,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user