Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-05 15:41:52 +00:00

View File

@@ -29,66 +29,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Nosotros",
id: "about",
},
{
name: "Destinos",
id: "products",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Nosotros", id: "about" },
{ name: "Destinos", id: "products" },
{ name: "Contacto", id: "contact" },
]}
brandName="Nigro Notaro"
button={{ text: "Reservar" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Viajes Extraordinarios, Memorias Eternas"
description="En Nigro Notaro Viajes, convertimos tus sueños en experiencias inolvidables. Expertos en viajes premium desde Rosario para el mundo."
tag="Tu Próximo Viaje Comienza Aquí"
buttons={[
{
text: "Planifica Tu Viaje",
href: "#contact",
},
{
text: "Ver Destinos",
href: "#products",
},
{ text: "Planifica Tu Viaje", href: "#contact" },
{ text: "Ver Destinos", href: "#products" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-pretty-long-hair-elegant-tourist-woman-dress-with-red-suitcase-outside-hotel_343596-3650.jpg?_wi=1",
imageAlt: "Experiencia de viaje lujo",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tropical-beach-with-waterbungalows-maldives_505751-5757.jpg?_wi=1",
imageAlt: "Destino Maldivas",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/girl-fit-enjoy-city-thirst_1304-3028.jpg?_wi=1",
imageAlt: "Destino Dubái",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-daylight-perfect-wallpaper_181624-38394.jpg?_wi=1",
imageAlt: "Destino Patagonia",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-giotto-s-bell-tower_181624-34678.jpg?_wi=1",
imageAlt: "Destino Europa",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-pretty-long-hair-elegant-tourist-woman-dress-with-red-suitcase-outside-hotel_343596-3650.jpg", imageAlt: "Experiencia de viaje lujo" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tropical-beach-with-waterbungalows-maldives_505751-5757.jpg", imageAlt: "Destino Maldivas" }
]}
rating={5}
ratingText="Más de 100+ clientes satisfechos en Rosario"
@@ -103,7 +66,7 @@ export default function LandingPage() {
title="Nuestra Filosofía de Viaje"
description="Nigro Notaro Viajes es sinónimo de exclusividad y atención al detalle. Entendemos que cada viaje es una historia personal que merece ser diseñada a medida."
subdescription="Desde la planificación inicial hasta el regreso, nos ocupamos de todo para que vos solo disfrutes."
imageSrc="http://img.b2bpic.net/free-photo/senior-woman-looking-her-tablet_23-2148404298.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/senior-woman-looking-her-tablet_23-2148404298.jpg"
icon={Compass}
/>
</div>
@@ -115,48 +78,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Maldivas",
price: "Desde USD 5000",
variant: "Lujo",
imageSrc: "http://img.b2bpic.net/free-photo/tropical-beach-with-waterbungalows-maldives_505751-5757.jpg?_wi=2",
},
{
id: "2",
name: "Dubái",
price: "Desde USD 3500",
variant: "Moderno",
imageSrc: "http://img.b2bpic.net/free-photo/girl-fit-enjoy-city-thirst_1304-3028.jpg?_wi=2",
},
{
id: "3",
name: "Patagonia",
price: "Desde USD 1200",
variant: "Naturaleza",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-daylight-perfect-wallpaper_181624-38394.jpg?_wi=2",
},
{
id: "4",
name: "Europa",
price: "Desde USD 4000",
variant: "Cultura",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-giotto-s-bell-tower_181624-34678.jpg?_wi=2",
},
{
id: "5",
name: "Caribe",
price: "Desde USD 2800",
variant: "Relax",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bora-travel-tree-bungalow_1253-341.jpg",
},
{
id: "6",
name: "Asia",
price: "Desde USD 4500",
variant: "Exótico",
imageSrc: "http://img.b2bpic.net/free-photo/walkway-pool-swamp-with-mountain-landscape_1150-11031.jpg",
},
{ id: "1", name: "Maldivas", price: "Desde USD 5000", variant: "Lujo", imageSrc: "http://img.b2bpic.net/free-photo/tropical-beach-with-waterbungalows-maldives_505751-5757.jpg" },
{ id: "2", name: "Dubái", price: "Desde USD 3500", variant: "Moderno", imageSrc: "http://img.b2bpic.net/free-photo/girl-fit-enjoy-city-thirst_1304-3028.jpg" },
{ id: "3", name: "Patagonia", price: "Desde USD 1200", variant: "Naturaleza", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-daylight-perfect-wallpaper_181624-38394.jpg" }
]}
title="Nuestros Destinos Exclusivos"
description="Selección curada de los mejores lugares del mundo para una experiencia Premium."
@@ -168,51 +92,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Inolvidable",
quote: "Excelente experiencia! Nuestro viaje Maldivas-Dubai fue excepcional. Se lo debemos a ustedes.",
name: "Cliente Viajero",
role: "Maldivas-Dubai",
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-pretty-long-hair-elegant-tourist-woman-dress-with-red-suitcase-outside-hotel_343596-3650.jpg?_wi=2",
imageAlt: "luxury travel agency rosario argentina",
},
{
id: "2",
title: "Genios",
quote: "Excelente viaje, muy bien organizado. Conoci la Patagonia. Unos genios! Gracias!!!",
name: "Cliente Viajero",
role: "Patagonia",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-looking-her-tablet_23-2148404298.jpg?_wi=2",
imageAlt: "luxury travel professional office",
},
{
id: "3",
title: "Atención Premium",
quote: "Excelente atencion...diria PREMIUN...!",
name: "Cliente Viajero",
role: "Viaje Personalizado",
imageSrc: "http://img.b2bpic.net/free-photo/tropical-beach-with-waterbungalows-maldives_505751-5757.jpg?_wi=3",
imageAlt: "maldives luxury overwater bungalow",
},
{
id: "4",
title: "Seguridad",
quote: "Hasta el minimo detalle cubierto....viajar con ellos es seguridad.",
name: "Susu Salas",
role: "Viajera Frecuente",
imageSrc: "http://img.b2bpic.net/free-photo/girl-fit-enjoy-city-thirst_1304-3028.jpg?_wi=3",
imageAlt: "dubai luxury city skyline",
},
{
id: "5",
title: "Excelente",
quote: "Excelente atención, buena predisposición, excelente lugar para pensar en viajar.",
name: "Rodolfo Monzon",
role: "Viajero",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-daylight-perfect-wallpaper_181624-38394.jpg?_wi=3",
imageAlt: "patagonia argentina mountains landscape",
},
{ id: "1", title: "Inolvidable", quote: "Excelente experiencia! Nuestro viaje Maldivas-Dubai fue excepcional. Se lo debemos a ustedes.", name: "Cliente Viajero", role: "Maldivas-Dubai", imageSrc: "http://img.b2bpic.net/free-photocasian-pretty-long-hair-elegant-tourist-woman-dress-with-red-suitcase-outside-hotel_343596-3650.jpg" },
{ id: "2", title: "Genios", quote: "Excelente viaje, muy bien organizado. Conoci la Patagonia. Unos genios! Gracias!!!", name: "Cliente Viajero", role: "Patagonia", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-looking-her-tablet_23-2148404298.jpg" }
]}
title="Lo que dicen nuestros viajeros"
description="La satisfacción de nuestros pasajeros en Rosario es nuestra mayor distinción."
@@ -222,9 +103,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Comienza tu próximo viaje"
description="Nuestros asesores están listos para diseñar tu itinerario soñado. Contactanos ahora."
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-her-husband-standing-reception-desk-while-checking-hotel_637285-7448.jpg"
@@ -236,32 +115,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Agencia",
items: [
{
label: "Nosotros",
href: "#about",
},
{
label: "Destinos",
href: "#products",
},
],
},
{
title: "Contacto",
items: [
{
label: "Email",
href: "mailto:info@nigronotaroviajes.com",
},
{
label: "Teléfono",
href: "tel:+543410000000",
},
],
},
{ title: "Agencia", items: [{ label: "Nosotros", href: "#about" }, { label: "Destinos", href: "#products" }] },
{ title: "Contacto", items: [{ label: "Email", href: "mailto:info@nigronotaroviajes.com" }, { label: "Teléfono", href: "tel:+543410000000" }] }
]}
logoText="Nigro Notaro Viajes"
/>