Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -71,12 +71,12 @@ export default function LandingPage() {
|
||||
{ text: "Nuestros Servicios", href: "#services" },
|
||||
{ text: "Contáctanos", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="hover-bubble"
|
||||
buttonAnimation="text-stagger"
|
||||
carouselPosition="right"
|
||||
ariaLabel="Sección principal de MarkMedia"
|
||||
tag="Tu Socio Estratégico"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="hover-bubble"
|
||||
tagAnimation="text-stagger"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about" className={`${poppins.variable}`}>
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Conoce al Equipo", href: "#" }
|
||||
]}
|
||||
buttonAnimation="hover-bubble"
|
||||
buttonAnimation="text-stagger"
|
||||
showBorder={false}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Sección Sobre Nosotros"
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
description="Ofrecemos una gama completa de servicios para impulsar tu presencia online y alcanzar tus objetivos de negocio."
|
||||
tag="Soluciones Integrales"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="hover-bubble"
|
||||
tagAnimation="text-stagger"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
description="Hemos ayudado a diversas empresas a alcanzar sus objetivos de marketing digital."
|
||||
tag="Resultados Comprobados"
|
||||
tagIcon={Award}
|
||||
tagAnimation="hover-bubble"
|
||||
tagAnimation="text-stagger"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["TechInnovate", "GourmetEats", "FitLife Gym", "EcoSolutions", "Artisan Crafts", "Global Logistics", "FutureEdu"]}
|
||||
@@ -139,8 +139,8 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg", alt: "Avatar de Ana Fernández" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/indoor-portrait-happy-united-multiethnic-team-two-creative-workers_273609-14169.jpg", alt: "Avatar de David Moreno" }
|
||||
]}
|
||||
ratingAnimation="hover-bubble"
|
||||
avatarsAnimation="hover-bubble"
|
||||
ratingAnimation="text-stagger"
|
||||
avatarsAnimation="text-stagger"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Sección de Testimonios"
|
||||
/>
|
||||
@@ -151,9 +151,9 @@ export default function LandingPage() {
|
||||
description="Aquí respondemos a las preguntas más frecuentes sobre nuestros servicios y cómo trabajamos."
|
||||
tag="Información Útil"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="hover-bubble"
|
||||
mediaAnimation="hover-bubble"
|
||||
faqsAnimation="hover-bubble"
|
||||
tagAnimation="text-stagger"
|
||||
mediaAnimation="text-stagger"
|
||||
faqsAnimation="text-stagger"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061724.jpg"
|
||||
@@ -173,12 +173,12 @@ export default function LandingPage() {
|
||||
title="Contacta con MarkMedia"
|
||||
description="Estamos listos para ayudarte a llevar tu marca al siguiente nivel. Envíanos un mensaje y te responderemos a la brevedad."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="hover-bubble"
|
||||
tagAnimation="text-stagger"
|
||||
background={{"variant":"plain"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-hipster-girl-working-her-laptop-city-cafe-coworking-place-young-freelancer-tap-notebook-summer-atmosphere_291049-1181.jpg"
|
||||
imageAlt="Ilustración de Contacto"
|
||||
mediaAnimation="hover-bubble"
|
||||
mediaAnimation="text-stagger"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Tu dirección de correo electrónico"
|
||||
buttonText="Enviar Mensaje"
|
||||
|
||||
Reference in New Issue
Block a user