5 Commits

Author SHA1 Message Date
29ae299892 Update src/app/page.tsx 2026-04-05 15:48:29 +00:00
2cbf812462 Update src/app/page.tsx 2026-04-05 15:43:00 +00:00
5efa859d3f Merge version_1 into main
Merge version_1 into main
2026-04-05 15:42:15 +00:00
0b73c5dc25 Merge version_1 into main
Merge version_1 into main
2026-04-05 15:41:52 +00:00
c242c2b653 Merge version_1 into main
Merge version_1 into main
2026-04-05 15:41:23 +00:00

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
{ text: "Ver Destinos", href: "#products" }, { text: "Ver Destinos", href: "#products" },
]} ]}
mediaItems={[ 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", imageAlt: "Experiencia de viaje lujo" }, { imageSrc: "http://img.b2bpic.net/premium-photo/happy-man-travel_951562-94778.jpg?id=167125689", 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/premium-photo/happy-man-travel_951562-94778.jpg?id=167125689", imageAlt: "Destino Maldivas" }
]} ]}
rating={5} rating={5}
ratingText="Más de 100+ clientes satisfechos en Rosario" ratingText="Más de 100+ clientes satisfechos en Rosario"
@@ -105,7 +105,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
title="Comienza tu próximo viaje" title="Comienza tu próximo viaje"
description="Nuestros asesores están listos para diseñar tu itinerario soñado. Contactanos ahora." description="Encuéntranos en Córdoba 1764 piso 4 oficina 2, Rosario, Santa Fe. Contáctanos al 0341 527-1045 o visita nigronotaroviajes.com.ar"
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-her-husband-standing-reception-desk-while-checking-hotel_637285-7448.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-woman-her-husband-standing-reception-desk-while-checking-hotel_637285-7448.jpg"
buttonText="Enviar Consulta" buttonText="Enviar Consulta"
tag="Contacto Premium" tag="Contacto Premium"
@@ -116,7 +116,7 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ title: "Agencia", items: [{ label: "Nosotros", href: "#about" }, { label: "Destinos", href: "#products" }] }, { 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: "Contacto", items: [{ label: "Córdoba 1764, Rosario", href: "#" }, { label: "0341 527-1045", href: "tel:+543415271045" }, { label: "nigronotaroviajes.com.ar", href: "https://nigronotaroviajes.com.ar" }] }
]} ]}
logoText="Nigro Notaro Viajes" logoText="Nigro Notaro Viajes"
/> />
@@ -124,4 +124,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }