Merge version_1 into main #1
437
src/app/page.tsx
437
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Ofertas",
|
||||
id: "flash-offers",
|
||||
},
|
||||
{
|
||||
name: "Destinos",
|
||||
id: "destinations",
|
||||
},
|
||||
{
|
||||
name: "Paquetes",
|
||||
id: "packages",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Ofertas", id: "flash-offers" },
|
||||
{ name: "Destinos", id: "destinations" },
|
||||
{ name: "Paquetes", id: "packages" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Tribu Travel"
|
||||
/>
|
||||
@@ -57,82 +42,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
{ 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",
|
||||
},
|
||||
{ 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",
|
||||
},
|
||||
{ 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",
|
||||
},
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,48 +82,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cancún All Inclusive",
|
||||
price: "desde $599",
|
||||
variant: "Premium Resort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coconut-drink-palm-tree-beach_268835-1957.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Miami Getaway",
|
||||
price: "desde $450",
|
||||
variant: "City Break",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-shooting-process-man-take-video-professional-camera-young-stylish-woman-blogger-vacation-tropical-view_343596-1318.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Punta Cana Escape",
|
||||
price: "desde $799",
|
||||
variant: "Luxury Spa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-woman-denim-shorts-green-trendy-crop-top-beach_343596-168.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Europa Classic Tour",
|
||||
price: "desde $1200",
|
||||
variant: "Cultural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-boat-holding-hands-together_23-2147771294.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cruise Caribbean",
|
||||
price: "desde $899",
|
||||
variant: "Full Board",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/amazing-ocean-view-from_72229-1420.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dubai Wonders",
|
||||
price: "desde $1500",
|
||||
variant: "Ultra Luxe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dubai-night_641386-1179.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Cancún All Inclusive", price: "desde $599", variant: "Premium Resort", imageSrc: "http://img.b2bpic.net/free-photo/coconut-drink-palm-tree-beach_268835-1957.jpg" },
|
||||
{ id: "p2", name: "Miami Getaway", price: "desde $450", variant: "City Break", imageSrc: "http://img.b2bpic.net/free-photo/video-shooting-process-man-take-video-professional-camera-young-stylish-woman-blogger-vacation-tropical-view_343596-1318.jpg" },
|
||||
{ id: "p3", name: "Punta Cana Escape", price: "desde $799", variant: "Luxury Spa", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-caucasian-woman-denim-shorts-green-trendy-crop-top-beach_343596-168.jpg" },
|
||||
{ id: "p4", name: "Europa Classic Tour", price: "desde $1200", variant: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/women-boat-holding-hands-together_23-2147771294.jpg" },
|
||||
{ id: "p5", name: "Cruise Caribbean", price: "desde $899", variant: "Full Board", imageSrc: "http://img.b2bpic.net/free-photo/amazing-ocean-view-from_72229-1420.jpg" },
|
||||
{ id: "p6", name: "Dubai Wonders", price: "desde $1500", variant: "Ultra Luxe", imageSrc: "http://img.b2bpic.net/free-photo/dubai-night_641386-1179.jpg" },
|
||||
]}
|
||||
title="🔥 OFERTAS POR TIEMPO LIMITADO"
|
||||
description="Solo por tiempo limitado. Disponibilidad escasa."
|
||||
@@ -197,34 +99,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Popular",
|
||||
title: "Cancún",
|
||||
subtitle: "Playas turquesa",
|
||||
description: "El paraíso terrenal te espera.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9008.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Vibrante",
|
||||
title: "Miami",
|
||||
subtitle: "Estilo de vida",
|
||||
description: "Moda, cultura y diversión.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599528.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Exótico",
|
||||
title: "Punta Cana",
|
||||
subtitle: "Spa natural",
|
||||
description: "Relajación total bajo el sol.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-beach-travel-vacation_74190-13425.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Histórico",
|
||||
title: "Europa",
|
||||
subtitle: "Cultura milenaria",
|
||||
description: "Un viaje por el tiempo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117288.jpg",
|
||||
},
|
||||
{ tag: "Popular", title: "Cancún", subtitle: "Playas turquesa", description: "El paraíso terrenal te espera.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9008.jpg" },
|
||||
{ tag: "Vibrante", title: "Miami", subtitle: "Estilo de vida", description: "Moda, cultura y diversión.", imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599528.jpg" },
|
||||
{ tag: "Exótico", title: "Punta Cana", subtitle: "Spa natural", description: "Relajación total bajo el sol.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-beach-travel-vacation_74190-13425.jpg" },
|
||||
{ tag: "Histórico", title: "Europa", subtitle: "Cultura milenaria", description: "Un viaje por el tiempo.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117288.jpg" },
|
||||
]}
|
||||
title="Destinos que Inspiran"
|
||||
description="Explora el mundo a tu medida con nuestra selección premium."
|
||||
@@ -235,29 +113,12 @@ export default function LandingPage() {
|
||||
<MetricCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Asesoría Personalizada",
|
||||
description: "Cuidamos cada detalle.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Best",
|
||||
title: "Precios Garantizados",
|
||||
description: "Sin costos ocultos.",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "VIP",
|
||||
title: "Sin Estrés",
|
||||
description: "Gestión total de documentos.",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Asesoría Personalizada", description: "Cuidamos cada detalle.", icon: Award },
|
||||
{ id: "m2", value: "Best", title: "Precios Garantizados", description: "Sin costos ocultos.", icon: Shield },
|
||||
{ id: "m3", value: "VIP", title: "Sin Estrés", description: "Gestión total de documentos.", icon: Zap },
|
||||
]}
|
||||
title="Por qué elegir Tribu Travel"
|
||||
description="Tu tranquilidad es nuestra prioridad. Viaja seguro."
|
||||
@@ -268,31 +129,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-standing-pier-walking-listening-music-headphones-summer-apparel-white-skirt-handbag-azure-water-landscape-background-tropical-lagoon-vacation-traveling-asia_285396-5959.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-girl-catching-car_176420-5434.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-girls-have-fun-mall-fountain_1153-3980.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pedro F.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-with-hands-up-hilltop_23-2148150139.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-five-smiling-sea-beach_1398-4073.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana G.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-standing-pier-walking-listening-music-headphones-summer-apparel-white-skirt-handbag-azure-water-landscape-background-tropical-lagoon-vacation-traveling-asia_285396-5959.jpg" },
|
||||
{ id: "2", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-girl-catching-car_176420-5434.jpg" },
|
||||
{ id: "3", name: "Maria L.", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-have-fun-mall-fountain_1153-3980.jpg" },
|
||||
{ id: "4", name: "Pedro F.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-with-hands-up-hilltop_23-2148150139.jpg" },
|
||||
{ id: "5", name: "Laura S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-five-smiling-sea-beach_1398-4073.jpg" },
|
||||
]}
|
||||
cardTitle="Lo que dicen de nosotros"
|
||||
cardTag="Experiencias Reales"
|
||||
@@ -307,48 +148,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "f1",
|
||||
name: "Nueva York",
|
||||
price: "Desde $300",
|
||||
variant: "Directo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-traveling-areound-world_23-2149172046.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
name: "Madrid",
|
||||
price: "Desde $700",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-remembrances-concept_23-2148169829.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
name: "Bogotá",
|
||||
price: "Desde $250",
|
||||
variant: "Económico",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-teenager-taking-selfie_23-2150809626.jpg",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
name: "Londres",
|
||||
price: "Desde $800",
|
||||
variant: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-outdoors_23-2148824525.jpg",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
name: "Tokio",
|
||||
price: "Desde $1200",
|
||||
variant: "Lujo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-wearing-face-mask_23-2149334032.jpg",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
name: "Buenos Aires",
|
||||
price: "Desde $450",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-train_23-2148579536.jpg",
|
||||
},
|
||||
{ id: "f1", name: "Nueva York", price: "Desde $300", variant: "Directo", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-traveling-areound-world_23-2149172046.jpg" },
|
||||
{ id: "f2", name: "Madrid", price: "Desde $700", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/travel-remembrances-concept_23-2148169829.jpg" },
|
||||
{ id: "f3", name: "Bogotá", price: "Desde $250", variant: "Económico", imageSrc: "http://img.b2bpic.net/free-photo/front-view-teenager-taking-selfie_23-2150809626.jpg" },
|
||||
{ id: "f4", name: "Londres", price: "Desde $800", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-outdoors_23-2148824525.jpg" },
|
||||
{ id: "f5", name: "Tokio", price: "Desde $1200", variant: "Lujo", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-wearing-face-mask_23-2149334032.jpg" },
|
||||
{ id: "f6", name: "Buenos Aires", price: "Desde $450", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-train_23-2148579536.jpg" },
|
||||
]}
|
||||
title="Flight Deals"
|
||||
description="Vuela más lejos por menos."
|
||||
@@ -359,50 +164,15 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "h1",
|
||||
name: "Resort Palace",
|
||||
price: "$150",
|
||||
variant: "5 Estrellas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-headphones_1157-18565.jpg",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
name: "City Central",
|
||||
price: "$90",
|
||||
variant: "Moderno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
name: "Beach Villa",
|
||||
price: "$200",
|
||||
variant: "Privado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
name: "Mountain Lodge",
|
||||
price: "$120",
|
||||
variant: "Eco",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-near-snow-covered-mountain_198169-187.jpg",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
name: "Urban Suite",
|
||||
price: "$180",
|
||||
variant: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
name: "Jungle Retreat",
|
||||
price: "$250",
|
||||
variant: "Aventura",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33609.jpg",
|
||||
},
|
||||
{ id: "h1", name: "Resort Palace", price: "$150", variant: "5 Estrellas", imageSrc: "http://img.b2bpic.net/free-photo/man-headphones_1157-18565.jpg" },
|
||||
{ id: "h2", name: "City Central", price: "$90", variant: "Moderno", imageSrc: "http://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg" },
|
||||
{ id: "h3", name: "Beach Villa", price: "$200", variant: "Privado", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg" },
|
||||
{ id: "h4", name: "Mountain Lodge", price: "$120", variant: "Eco", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-house-near-snow-covered-mountain_198169-187.jpg" },
|
||||
{ id: "h5", name: "Urban Suite", price: "$180", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg" },
|
||||
{ id: "h6", name: "Jungle Retreat", price: "$250", variant: "Aventura", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33609.jpg" },
|
||||
]}
|
||||
title="Luxury Hotels"
|
||||
description="Asegura una experiencia inolvidable."
|
||||
@@ -416,48 +186,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Mediterranean Tour",
|
||||
price: "$1500",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-business-trip_1098-15447.jpg",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Caribbean Escape",
|
||||
price: "$900",
|
||||
variant: "Full Board",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-summer-dress-walking-by-sea-sunrise-with-diary-book-romantic-mood-thinking-making-notes_285396-147.jpg",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Alaska Ice",
|
||||
price: "$1800",
|
||||
variant: "Aventura",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cruise-liner-saint-petersburg-port_1398-2915.jpg",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Pacific Cruise",
|
||||
price: "$1200",
|
||||
variant: "Relax",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-luxurious-cruise-ship-sailing-sea-sunny-day-ai-generative_123827-23859.jpg",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
name: "South American Coast",
|
||||
price: "$1100",
|
||||
variant: "Cultural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coin-operated-telescope-victoria-harbor-hong-kong-china_1359-1108.jpg",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
name: "Nordic Cruise",
|
||||
price: "$2000",
|
||||
variant: "Luxe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-ship-port_72229-250.jpg",
|
||||
},
|
||||
{ id: "c1", name: "Mediterranean Tour", price: "$1500", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-business-trip_1098-15447.jpg" },
|
||||
{ id: "c2", name: "Caribbean Escape", price: "$900", variant: "Full Board", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-summer-dress-walking-by-sea-sunrise-with-diary-book-romantic-mood-thinking-making-notes_285396-147.jpg" },
|
||||
{ id: "c3", name: "Alaska Ice", price: "$1800", variant: "Aventura", imageSrc: "http://img.b2bpic.net/free-photo/cruise-liner-saint-petersburg-port_1398-2915.jpg" },
|
||||
{ id: "c4", name: "Pacific Cruise", price: "$1200", variant: "Relax", imageSrc: "http://img.b2bpic.net/free-photo/large-luxurious-cruise-ship-sailing-sea-sunny-day-ai-generative_123827-23859.jpg" },
|
||||
{ id: "c5", name: "South American Coast", price: "$1100", variant: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/coin-operated-telescope-victoria-harbor-hong-kong-china_1359-1108.jpg" },
|
||||
{ id: "c6", name: "Nordic Cruise", price: "$2000", variant: "Luxe", imageSrc: "http://img.b2bpic.net/free-photo/big-ship-port_72229-250.jpg" },
|
||||
]}
|
||||
title="Cruise Experiences"
|
||||
description="Comida, shows y aventura en alta mar."
|
||||
@@ -467,21 +201,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Reserva hoy"
|
||||
title="Listo para tu próximo viaje?"
|
||||
description="Cotiza ahora con nuestros agentes expertos."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://api.whatsapp.com/send/?phone=50370152533",
|
||||
},
|
||||
{
|
||||
text: "TikTok",
|
||||
href: "https://www.tiktok.com/@tributravel69",
|
||||
},
|
||||
{ text: "WhatsApp", href: "https://api.whatsapp.com/send/?phone=50370152533" },
|
||||
{ text: "TikTok", href: "https://www.tiktok.com/@tributravel69" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -489,42 +215,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Carreras",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Soporte",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Sobre Nosotros", href: "#" }, { label: "Carreras", href: "#" }] },
|
||||
{ items: [{ label: "Blog", href: "#" }, { label: "Privacidad", href: "#" }] },
|
||||
{ items: [{ label: "Contacto", href: "#contact" }, { label: "Soporte", href: "#" }] },
|
||||
]}
|
||||
logoText="Tribu Travel"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user