Merge version_2 into main #9
@@ -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"
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user