Merge version_1 into main #2
217
src/app/page.tsx
217
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 } from "lucide-react";
|
||||
import { Coffee, Shield, Smile, Sun, Timer, Umbrella, Users, Waves, Zap, Anchor, Sand, ChefHat, Martini, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Atracciones",
|
||||
id: "features",
|
||||
},
|
||||
name: "Atracciones", id: "features"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="Aqua Magic"
|
||||
/>
|
||||
@@ -57,47 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
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?_wi=1",
|
||||
imageAlt: "Aerial water park",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Wave pool",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Water slide",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Pool ripples",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Family pool area",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Beach access",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-beach_23-2147803126.jpg", imageAlt: "Beach access"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,129 +91,84 @@ 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?_wi=2",
|
||||
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",
|
||||
},
|
||||
text: "Olas de diferentes niveles"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Máxima seguridad garantizada",
|
||||
},
|
||||
text: "Máxima seguridad garantizada"},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Área de relajación a los bordes",
|
||||
},
|
||||
text: "Área de relajación a los bordes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-tropical-beach-sea-with-trees-island_74190-2422.jpg?_wi=2",
|
||||
imageAlt: "water park aerial view tropical",
|
||||
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?_wi=2",
|
||||
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",
|
||||
},
|
||||
text: "Adrenalina pura garantizada"},
|
||||
{
|
||||
icon: Timer,
|
||||
text: "Rapidez y diversión",
|
||||
},
|
||||
text: "Rapidez y diversión"},
|
||||
{
|
||||
icon: Safety,
|
||||
text: "Seguridad certificada",
|
||||
},
|
||||
icon: Shield,
|
||||
text: "Seguridad certificada"},
|
||||
],
|
||||
reverse: true,
|
||||
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?_wi=3",
|
||||
imageAlt: "family wave pool fun tropical",
|
||||
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?_wi=2",
|
||||
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",
|
||||
},
|
||||
text: "Juegos interactivos y seguros"},
|
||||
{
|
||||
icon: Anchor,
|
||||
text: "Ambiente tranquilo y acogedor",
|
||||
},
|
||||
text: "Ambiente tranquilo y acogedor"},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Espacio para toda la familia",
|
||||
},
|
||||
text: "Espacio para toda la familia"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wearing-bikini-pink-float-sea_181624-13575.jpg?_wi=3",
|
||||
imageAlt: "water slide action shot",
|
||||
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?_wi=2",
|
||||
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",
|
||||
},
|
||||
text: "Acceso exclusivo"},
|
||||
{
|
||||
icon: Sand,
|
||||
text: "La mejor arena de la costa",
|
||||
},
|
||||
icon: Sun,
|
||||
text: "La mejor arena de la costa"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Servicio de bebidas en playa",
|
||||
},
|
||||
text: "Servicio de bebidas en playa"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77942.jpg?_wi=2",
|
||||
imageAlt: "sparkling pool water texture",
|
||||
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?_wi=3",
|
||||
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",
|
||||
},
|
||||
text: "Platos locales e internacionales"},
|
||||
{
|
||||
icon: Martini,
|
||||
text: "Bebidas tropicales refrescantes",
|
||||
},
|
||||
text: "Bebidas tropicales refrescantes"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Postres y snacks ligeros",
|
||||
},
|
||||
text: "Postres y snacks ligeros"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-sitting-by-pool-with-book_23-2147663630.jpg?_wi=3",
|
||||
imageAlt: "family water park fun",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Nuestras Atracciones"
|
||||
@@ -260,25 +184,15 @@ export default function LandingPage() {
|
||||
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/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/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/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/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/nomad-family-traveling-living-van_23-2149651473.jpg", alt: "Familia 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -289,8 +203,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
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."
|
||||
@@ -305,33 +218,21 @@ export default function LandingPage() {
|
||||
logoText="Aqua Magic"
|
||||
columns={[
|
||||
{
|
||||
title: "Parque",
|
||||
items: [
|
||||
title: "Parque", items: [
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Atracciones",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Atracciones", href: "#features"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos y Condiciones",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos y Condiciones", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user