Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-15 15:26:55 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
@@ -41,36 +41,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
<HeroBillboardCarousel
background={{ variant: "sparkles-gradient" }}
title="Viaja con estilo al mejor precio ✈️🔥"
description="Experiencias exclusivas, ofertas limitadas y atención personalizada. Tu próxima aventura comienza aquí."
kpis={[
{ value: "500+", label: "Viajeros Felices" },
{ value: "15+", label: "Destinos Premium" },
{ value: "24/7", label: "Asesoría VIP" },
]}
enableKpiAnimation={true}
buttons={[
{ text: "Cotiza ahora", href: "#contact" },
{ text: "Escríbenos", href: "https://api.whatsapp.com/send/?phone=50370152533" },
]}
imageSrc="http://img.b2bpic.net/free-photo/hawaii-illustration-retro-comic-style_23-2151771018.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/set-travelling-souvenirs-photo-camera_23-2148109180.jpg", alt: "Traveler 1" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-sea-coast_181624-607.jpg", alt: "Traveler 2" },
{ src: "http://img.b2bpic.net/free-photo/copy-space-airplane-with-hat_23-2148436319.jpg", alt: "Traveler 3" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-seagull-by-lake-with-copy-space_23-2148730631.jpg", alt: "Traveler 4" },
{ src: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-overallssexy-carefree-women-driving-retro-motorbike-street-backgroundpositive-models-having-fun-riding-classic-italian-scooter-eyewear_158538-22320.jpg", alt: "Traveler 5" },
]}
avatarText="Más de 500 viajeros felices"
marqueeItems={[
{ type: "text", text: "Destinos Exclusivos" },
{ type: "text", text: "Atención 24/7" },
{ type: "text", text: "Precios Garantizados" },
{ type: "text", text: "Sin Comisiones Ocultas" },
{ type: "text", text: "Experiencias VIP" },
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/hawaii-illustration-retro-comic-style_23-2151771018.jpg", imageAlt: "Hawaii adventure" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-sea-coast_181624-607.jpg", imageAlt: "Aerial coast" },
{ imageSrc: "http://img.b2bpic.net/free-photo/copy-space-airplane-with-hat_23-2148436319.jpg", imageAlt: "Travel accessories" }
]}
/>
</div>
@@ -225,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}