Merge version_1 into main #3
161
src/app/page.tsx
161
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, Sand, ChefHat, Martini, Star } from "lucide-react";
|
||||
import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, ChefHat, Martini, Star, Thermometer } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,16 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Atracciones", id: "features"},
|
||||
{
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto", id: "contact"},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Atracciones", id: "features" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
]}
|
||||
brandName="Aqua Magic"
|
||||
/>
|
||||
@@ -46,34 +41,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Tu escape perfecto en el Pacífico"
|
||||
description="Descubre piscinas cristalinas, toboganes emocionantes y acceso directo a la playa en Aqua Magic, tu destino familiar ideal en la costa de Guatemala."
|
||||
buttons={[
|
||||
{
|
||||
text: "Planifica tu visita", href: "#contact"},
|
||||
{ text: "Planifica tu visita", href: "#contact" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-tropical-beach-sea-with-trees-island_74190-2422.jpg", imageAlt: "Aerial water park"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-around-outdoor-swimming-pool-hotel-resort-with-palm-tree-sunset-sunrise_74190-10195.jpg", imageAlt: "Wave pool"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/female-wearing-bikini-pink-float-sea_181624-13575.jpg", imageAlt: "Water slide"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77942.jpg", imageAlt: "Pool ripples"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-sitting-by-pool-with-book_23-2147663630.jpg", imageAlt: "Family pool area"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-beach_23-2147803126.jpg", imageAlt: "Beach access"},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-tropical-beach-sea-with-trees-island_74190-2422.jpg", imageAlt: "Aerial water park" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-around-outdoor-swimming-pool-hotel-resort-with-palm-tree-sunset-sunrise_74190-10195.jpg", imageAlt: "Wave pool" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/female-wearing-bikini-pink-float-sea_181624-13575.jpg", imageAlt: "Water slide" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77942.jpg", imageAlt: "Pool ripples" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-sitting-by-pool-with-book_23-2147663630.jpg", imageAlt: "Family pool area" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-beach_23-2147803126.jpg", imageAlt: "Beach access" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Sobre Nosotros"
|
||||
title="Bienvenido a Aqua Magic"
|
||||
description="Sumérgete en un oasis de diversión familiar en la costa del Pacífico. En Aqua Magic, combinamos la emoción de toboganes de clase mundial con la calidez de la hospitalidad guatemalteca, ofreciendo un refugio donde la seguridad y el ocio se encuentran frente al mar."
|
||||
@@ -81,6 +67,7 @@ export default function LandingPage() {
|
||||
icon={Sun}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33596.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,85 +78,50 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Piscina de Olas", description: "Siente la brisa del Pacífico en nuestra espectacular piscina de olas controladas, perfecta para toda la familia.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-around-outdoor-swimming-pool-hotel-resort-with-palm-tree-sunset-sunrise_74190-10195.jpg", imageAlt: "Wave pool"},
|
||||
title: "Piscina de Olas", description: "Siente la brisa del Pacífico en nuestra espectacular piscina de olas controladas, perfecta para toda la familia.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-around-outdoor-swimming-pool-hotel-resort-with-palm-tree-sunset-sunrise_74190-10195.jpg", imageAlt: "Wave pool" },
|
||||
items: [
|
||||
{
|
||||
icon: Waves,
|
||||
text: "Olas de diferentes niveles"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Máxima seguridad garantizada"},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Área de relajación a los bordes"},
|
||||
{ icon: Waves, text: "Olas de diferentes niveles" },
|
||||
{ icon: Shield, text: "Máxima seguridad garantizada" },
|
||||
{ icon: Sun, text: "Área de relajación a los bordes" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Toboganes Extremos", description: "Desafía la gravedad en nuestros toboganes de alta velocidad, diseñados para los buscadores de emociones.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wearing-bikini-pink-float-sea_181624-13575.jpg", imageAlt: "Toboganes"},
|
||||
title: "Toboganes Extremos", description: "Desafía la gravedad en nuestros toboganes de alta velocidad, diseñados para los buscadores de emociones.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-wearing-bikini-pink-float-sea_181624-13575.jpg", imageAlt: "Toboganes" },
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Adrenalina pura garantizada"},
|
||||
{
|
||||
icon: Timer,
|
||||
text: "Rapidez y diversión"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Seguridad certificada"},
|
||||
{ icon: Zap, text: "Adrenalina pura garantizada" },
|
||||
{ icon: Timer, text: "Rapidez y diversión" },
|
||||
{ icon: Shield, text: "Seguridad certificada" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Piscina Familiar", description: "Un espacio dedicado a los más pequeños, con juegos interactivos y poca profundidad para su total tranquilidad.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-sitting-by-pool-with-book_23-2147663630.jpg", imageAlt: "Piscina infantil"},
|
||||
title: "Piscina Familiar", description: "Un espacio dedicado a los más pequeños, con juegos interactivos y poca profundidad para su total tranquilidad.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-boy-sitting-by-pool-with-book_23-2147663630.jpg", imageAlt: "Piscina infantil" },
|
||||
items: [
|
||||
{
|
||||
icon: Smile,
|
||||
text: "Juegos interactivos y seguros"},
|
||||
{
|
||||
icon: Anchor,
|
||||
text: "Ambiente tranquilo y acogedor"},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Espacio para toda la familia"},
|
||||
{ icon: Smile, text: "Juegos interactivos y seguros" },
|
||||
{ icon: Anchor, text: "Ambiente tranquilo y acogedor" },
|
||||
{ icon: Users, text: "Espacio para toda la familia" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Acceso a Playa", description: "Disfruta de la mejor combinación: nuestras instalaciones acuáticas y el acceso directo a la playa de Puerto San José.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-beach_23-2147803126.jpg", imageAlt: "Acceso playa"},
|
||||
title: "Acceso a Playa", description: "Disfruta de la mejor combinación: nuestras instalaciones acuáticas y el acceso directo a la playa de Puerto San José.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-beach_23-2147803126.jpg", imageAlt: "Acceso playa" },
|
||||
items: [
|
||||
{
|
||||
icon: Umbrella,
|
||||
text: "Acceso exclusivo"},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "La mejor arena de la costa"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Servicio de bebidas en playa"},
|
||||
{ icon: Umbrella, text: "Acceso exclusivo" },
|
||||
{ icon: Thermometer, text: "La mejor arena de la costa" },
|
||||
{ icon: Coffee, text: "Servicio de bebidas en playa" }
|
||||
],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Área Gastronómica", description: "Saborea lo mejor de la cocina local e internacional en nuestro restaurante central, rodeado de vistas al parque.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77942.jpg", imageAlt: "Gastronomía"},
|
||||
title: "Área Gastronómica", description: "Saborea lo mejor de la cocina local e internacional en nuestro restaurante central, rodeado de vistas al parque.", media: { imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77942.jpg", imageAlt: "Gastronomía" },
|
||||
items: [
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "Platos locales e internacionales"},
|
||||
{
|
||||
icon: Martini,
|
||||
text: "Bebidas tropicales refrescantes"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Postres y snacks ligeros"},
|
||||
{ icon: ChefHat, text: "Platos locales e internacionales" },
|
||||
{ icon: Martini, text: "Bebidas tropicales refrescantes" },
|
||||
{ icon: Coffee, text: "Postres y snacks ligeros" }
|
||||
],
|
||||
reverse: false
|
||||
},
|
||||
}
|
||||
]}
|
||||
title="Nuestras Atracciones"
|
||||
description="Experimenta la adrenalina y la relajación con nuestra selección de atracciones diseñadas para todas las edades."
|
||||
@@ -183,16 +135,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Familia García"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/father-daughter-having-fun-park_23-2148201602.jpg", alt: "Familia 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-vacation-outfit_23-2150668939.jpg", alt: "Familia 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-family_171337-10584.jpg", alt: "Familia 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149523812.jpg", alt: "Familia 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nomad-family-traveling-living-van_23-2149651473.jpg", alt: "Familia 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/father-daughter-having-fun-park_23-2148201602.jpg", alt: "Familia 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-vacation-outfit_23-2150668939.jpg", alt: "Familia 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-family_171337-10584.jpg", alt: "Familia 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149523812.jpg", alt: "Familia 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/nomad-family-traveling-living-van_23-2149651473.jpg", alt: "Familia 5" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -202,8 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Planifica tu Visita"
|
||||
title="¡Tu aventura empieza aquí!"
|
||||
description="Suscríbete para recibir promociones exclusivas, guías de visita y toda la información necesaria para que tu día en Aqua Magic sea inolvidable."
|
||||
@@ -219,22 +165,17 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Parque", items: [
|
||||
{
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Atracciones", href: "#features"},
|
||||
{
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
{ label: "Nosotros", href: "#about" },
|
||||
{ label: "Atracciones", href: "#features" },
|
||||
{ label: "Contacto", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos y Condiciones", href: "#"},
|
||||
],
|
||||
},
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Términos y Condiciones", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 Aqua Magic | Puerto San José, Guatemala"
|
||||
/>
|
||||
@@ -242,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user