Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-12 23:15:18 +00:00

View File

@@ -29,6 +29,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Inicio", id: "/" },
{ name: "Servicios", id: "#servicios" },
{ name: "Resultados", id: "#metricas" },
{ name: "Testimonios", id: "#testimonios" },
@@ -74,6 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
showStepNumbers={false}
title="Nuestros servicios"
description="Enfoque bento-grid minimalista para tu negocio."
features={[
{
title: "Estrategia Digital",
@@ -94,15 +98,15 @@ export default function LandingPage() {
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2crc8k" }
}
]}
showStepNumbers={false}
title="Nuestros servicios"
description="Enfoque bento-grid minimalista para tu negocio."
/>
</div>
<div id="testimonios" data-section="testimonios">
<TestimonialCardTwelve
useInvertedBackground={false}
cardAnimation="blur-reveal"
cardTitle="Lo que dicen de nosotros"
cardTag="Experiencias"
testimonials={[
{ id: "t1", name: "Restaurante Local", imageSrc: "http://img.b2bpic.net/free-photo/wavy-waters-pool-with-darker-blue-spots-flat-lay_23-2148358141.jpg" },
{ id: "t2", name: "Boutique Mty", imageSrc: "http://img.b2bpic.net/free-vector/geometric-circular-poster_1017-1954.jpg" },
@@ -110,9 +114,6 @@ export default function LandingPage() {
{ id: "t4", name: "Cafetería Local", imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg" },
{ id: "t5", name: "Consultoría", imageSrc: "http://img.b2bpic.net/free-vector/vintage-logo-template_23-2147503109.jpg" }
]}
cardTitle="Lo que dicen de nosotros"
cardTag="Experiencias"
cardAnimation="blur-reveal"
/>
</div>