Merge version_2 into main #9

Merged
bender merged 2 commits from version_2 into main 2026-03-25 15:38:44 +00:00
2 changed files with 8 additions and 9 deletions

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"

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}
/>