Update src/app/services/page.tsx

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

View File

@@ -25,10 +25,10 @@ export default function ServicesPage() {
<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"
@@ -65,7 +65,6 @@ export default function ServicesPage() {
buttonHref: "https://wa.me/51998482818?text=Quiero%20saber%20más%20sobre%20Diseño%20Web"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>