Update src/app/page.tsx

This commit is contained in:
2026-03-25 15:38:41 +00:00
parent e6f98083b4
commit 2c95573a94

View File

@@ -30,10 +30,10 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="MasNegocioOnline"
navItems={[
{ name: "Servicios", href: "/services" },
{ name: "Por Qué Nosotros", href: "/#about" },
{ name: "Testimonios", href: "/#testimonials" },
{ name: "Contacto", href: "/#contact" }
{ name: "Servicios", id: "/services" },
{ name: "Por Qué Nosotros", id: "#about" },
{ name: "Testimonios", id: "#testimonials" },
{ name: "Contacto", id: "#contact" }
]}
button={{
text: "Contactar por WhatsApp", href: "https://wa.me/51998482818?text=Hola%2C%20me%20gustaría%20conocer%20más%20sobre%20sus%20servicios"