5 Commits

Author SHA1 Message Date
9ee45402f4 Merge version_3 into main
Merge version_3 into main
2026-05-18 10:02:47 +00:00
b49ba70447 Update src/app/page.tsx 2026-05-18 10:02:44 +00:00
ddfefc9ede Merge version_2 into main
Merge version_2 into main
2026-05-18 10:00:28 +00:00
c7fd51e898 Merge version_2 into main
Merge version_2 into main
2026-05-18 10:00:00 +00:00
cb11fddc41 Merge version_2 into main
Merge version_2 into main
2026-05-18 09:59:34 +00:00

View File

@@ -29,24 +29,25 @@ export default function ParkPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Geography", id: "geography" },
{ name: "History", id: "history" },
{ name: "Ecology", id: "ecology" },
{ name: "Conservation", id: "conservation" }
{ name: "Inicio", id: "hero" },
{ name: "Geografía", id: "geography" },
{ name: "Historia", id: "history" },
{ name: "Ecología", id: "ecology" },
{ name: "Conservación", id: "conservation" }
]}
brandName="Parque Natural de La Mata y Torrevieja"
brandName="Parque Natural"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "gradient-bars" }}
title="Parque Natural de La Mata y Torrevieja"
description="Discover the stunning pink lagoons and rich cultural history of this unique Mediterranean salt landscape."
title="Parque Natural de las Lagunas de La Mata y Torrevieja"
description="Descubre la impresionante belleza de las lagunas saladas rosas y la riqueza cultural de este ecosistema mediterráneo único."
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/view-pink-salt-lake-torrevieja_23-2148762589.jpg", imageAlt: "Pink lagoon vista" },
{ imageSrc: "https://img.b2bpic.net/free-photo/salt-mountains-in-torrevieja_482257-234.jpg", imageAlt: "Salt production" },
{ imageSrc: "https://img.b2bpic.net/free-photo/flamingos-in-salt-lake_482257-982.jpg", imageAlt: "Ecological life" }
{ imageSrc: "https://img.b2bpic.net/free-photo/view-pink-salt-lake-torrevieja_23-2148762589.jpg", imageAlt: "Vista de la laguna rosa" },
{ imageSrc: "https://img.b2bpic.net/free-photo/salt-mountains-in-torrevieja_482257-234.jpg", imageAlt: "Producción de sal" },
{ imageSrc: "https://img.b2bpic.net/free-photo/flamingos-in-salt-lake_482257-982.jpg", imageAlt: "Fauna y aves" }
]}
mediaAnimation="blur-reveal"
/>
@@ -54,19 +55,19 @@ export default function ParkPage() {
<div id="geography" data-section="geography">
<TextSplitAbout
title="Unique Geography"
description={["The park covers over 3,700 hectares and is home to two distinct lagoons: La Mata and Torrevieja.", "Separated by a land strip known as 'El Chaparral', these wetlands create a microclimate influenced by the salt content and proximity to the Mediterranean Sea."]}
title="Geografía Excepcional"
description={["El parque abarca más de 3.700 hectáreas, integrando las lagunas de La Mata y Torrevieja. Estas lagunas constituyen un humedal de gran importancia en el arco mediterráneo.", "Separadas por una franja de tierra conocida como 'El Chaparral', el entorno crea un microclima único influenciado por la elevada salinidad y la cercanía al mar."]}
useInvertedBackground={false}
/>
</div>
<div id="history" data-section="history">
<FeatureCardTwentyOne
title="A Legacy of Salt"
description="The salt mines of Torrevieja have been historically significant since the 13th century, shaping the region's economic and cultural identity."
title="Legado Histórico Salinero"
description="La explotación salinera ha sido el motor histórico de Torrevieja desde el siglo XIII, modelando profundamente su identidad cultural y económica."
accordionItems={[
{ id: "h1", title: "Ancient Origins", content: "Evidence of salt extraction dates back centuries, providing essential preservation for regional food supplies." },
{ id: "h2", title: "Industrial Growth", content: "The 19th and 20th centuries saw major technological investments that modernized salt harvesting processes." }
{ id: "h1", title: "Orígenes Históricos", content: "La extracción de sal ha sido documentada desde tiempos inmemoriales, resultando fundamental para la conservación de alimentos en la región." },
{ id: "h2", title: "Evolución Industrial", content: "El desarrollo tecnológico de los siglos XIX y XX permitió una modernización sin precedentes en la recolección de sal, consolidando a Torrevieja como referente nacional." }
]}
imageSrc="https://img.b2bpic.net/free-photo/historic-salt-harvesting-tools_482257-111.jpg"
useInvertedBackground={false}
@@ -76,12 +77,12 @@ export default function ParkPage() {
<div id="ecology" data-section="ecology">
<MetricCardThree
title="Ecological Value"
description="The park acts as a vital sanctuary for numerous protected species and endemic flora."
title="Valor Ecológico"
description="El parque actúa como un santuario vital para aves protegidas y flora endémica adaptada a condiciones extremas."
metrics={[
{ id: "e1", icon: Leaf, title: "Protected Flora", value: "80+ Species" },
{ id: "e2", icon: Droplets, title: "Water Surface", value: "3,700ha" },
{ id: "e3", icon: Camera, title: "Tourism Impact", value: "Millions" }
{ id: "e1", icon: Leaf, title: "Flora Protegida", value: "+80 Esp." },
{ id: "e2", icon: Droplets, title: "Superficie Hídrica", value: "3.700ha" },
{ id: "e3", icon: Camera, title: "Biodiversidad", value: "Alta" }
]}
textboxLayout="split"
animationType="blur-reveal"
@@ -91,10 +92,10 @@ export default function ParkPage() {
<div id="conservation" data-section="conservation">
<ContactCTA
tag="Preservation"
title="Commitment to Conservation"
description="Join us in protecting the delicate balance of this ecosystem through sustainable tourism and environmental education."
buttons={[{ text: "Learn More about Conservation", href: "#" }]}
tag="Preservación"
title="Compromiso con el Ecosistema"
description="Colabora en la protección de este frágil ecosistema promoviendo el turismo sostenible y la educación ambiental."
buttons={[{ text: "Más información", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
@@ -103,8 +104,8 @@ export default function ParkPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Parque Natural"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Info", href: "#" }}
leftLink={{ text: "Política de Privacidad", href: "#" }}
rightLink={{ text: "Contacto", href: "#" }}
/>
</div>
</ReactLenis>