Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f197652f47 | |||
| ce5e2bc7d9 | |||
| 3ef0170a2e | |||
| a4f407b8d7 | |||
| 89b809ff52 | |||
| 0196d0904d | |||
| 5f72b16713 |
180
src/app/page.tsx
180
src/app/page.tsx
@@ -31,20 +31,20 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home", id: "#hero"},
|
name: "Inicio", id: "#hero"},
|
||||||
{
|
{
|
||||||
name: "About", id: "#about"},
|
name: "Nosotros", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Experiences", id: "#experiences"},
|
name: "Experiencias", id: "#experiences"},
|
||||||
{
|
{
|
||||||
name: "Gallery", id: "#gallery"},
|
name: "Galería", id: "#gallery"},
|
||||||
{
|
{
|
||||||
name: "Events", id: "#upcoming-events"},
|
name: "Eventos", id: "#upcoming-events"},
|
||||||
{
|
{
|
||||||
name: "VIP Access", id: "#vip-registration"},
|
name: "Acceso VIP", id: "#vip-registration"},
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdNsOIfgm3UiCc9qlGPlgSD93A/uploaded-1780504877573-647ejbr4.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdNsOIfgm3UiCc9qlGPlgSD93A/uploaded-1780504877573-647ejbr4.png"
|
||||||
logoAlt="AURA MONET Logo"
|
logoAlt="Logotipo de AURA MONET"
|
||||||
brandName="AURA MONET"
|
brandName="AURA MONET"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -55,60 +55,60 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated"}}
|
variant: "downward-rays-animated"}}
|
||||||
title="AÜRA MONET"
|
title="AÜRA MONET"
|
||||||
description="Creating unforgettable luxury experiences in Mojácar."
|
description="Creando experiencias de lujo inolvidables."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Isabella Rossi", handle: "@isabella.r", testimonial: "AURA MONET consistently delivers the most exquisite and vibrant events. Truly unforgettable!", rating: 5,
|
name: "Isabella Rossi", handle: "@isabella.r", testimonial: "AURA MONET ofrece consistentemente los eventos más exquisitos y vibrantes. ¡Verdaderamente inolvidable!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blissful-women-trendy-dresses-sits-chairs-with-handsome-men-foreground_197531-5888.jpg?_wi=1"},
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blissful-women-trendy-dresses-sits-chairs-with-handsome-men-foreground_197531-5888.jpg?_wi=1"},
|
||||||
{
|
{
|
||||||
name: "Javier Soler", handle: "@javier.s", testimonial: "The villa parties are next level! Every detail is pure perfection. Mojácar’s finest.", rating: 5,
|
name: "Javier Soler", handle: "@javier.s", testimonial: "¡Las fiestas en la villa son de otro nivel! Cada detalle es pura perfección. Lo mejor de Mojácar.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-adult-women-having-good-time-together_23-2148454119.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-adult-women-having-good-time-together_23-2148454119.jpg"},
|
||||||
{
|
{
|
||||||
name: "Lena Schmidt", handle: "@lena.s", testimonial: "Sunset sessions with AURA MONET are magical. The atmosphere is always electric and exclusive.", rating: 5,
|
name: "Lena Schmidt", handle: "@lena.s", testimonial: "Las sesiones al atardecer con AURA MONET son mágicas. El ambiente siempre es eléctrico y exclusivo.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-new-year-with-champagne_1157-29342.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-new-year-with-champagne_1157-29342.jpg"},
|
||||||
{
|
{
|
||||||
name: "Carlos Gomez", handle: "@carlos.g", testimonial: "From VIP access to flawless service, AURA MONET defines luxury entertainment. Highly recommend.", rating: 5,
|
name: "Carlos Gomez", handle: "@carlos.g", testimonial: "Desde el acceso VIP hasta un servicio impecable, AURA MONET define el entretenimiento de lujo. Altamente recomendado.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575139.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575139.jpg"},
|
||||||
{
|
{
|
||||||
name: "Sofia Bellini", handle: "@sofia.b", testimonial: "Their beach club events are the highlight of my summer. Always chic, always a blast!", rating: 5,
|
name: "Sofia Bellini", handle: "@sofia.b", testimonial: "Sus eventos en clubes de playa son lo más destacado de mi verano. ¡Siempre elegantes, siempre una explosión!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-woman-having-surprise-from-man_23-2147736671.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/content-woman-having-surprise-from-man_23-2147736671.jpg"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Join The Experience", href: "#vip-registration"},
|
text: "Únete a la Experiencia", href: "#vip-registration"},
|
||||||
]}
|
]}
|
||||||
videoSrc="http://img.b2bpic.net/free-photo/smiling-young-woman-swimsuit-with-cocktail-hand-sitting-blue-lounge-brunette-girl-relaxing-resort-wearing-black-sunglasses_176532-11520.jpg"
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdNsOIfgm3UiCc9qlGPlgSD93A/uploaded-1780505584507-n2ugz7yn.mp4"
|
||||||
videoAriaLabel="AURA MONET luxury event experiences video"
|
videoAriaLabel="Vídeo de las experiencias de eventos de lujo de AURA MONET"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/model-casual-leather-jacket-posing-street_158538-10707.jpg", alt: "Glamorous party woman wearing sunglasses"},
|
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdNsOIfgm3UiCc9qlGPlgSD93A/uploaded-1780505462161-4zgqnem3.png", alt: "Mujer glamorosa de fiesta con gafas de sol"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/asian-woman-vacation-by-beach_1303-15655.jpg", alt: "Browneyed brunette woman in beige dress with straw bag holds widebrimmed hat and moves along path in old city"},
|
src: "http://img.b2bpic.net/free-photo/asian-woman-vacation-by-beach_1303-15655.jpg", alt: "Mujer morena de ojos marrones con vestido beige y bolso de paja, con sombrero de ala ancha, camina por un sendero en la ciudad vieja"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-with-long-hair-is-sitting-sand-beach-she-is-looking-camera_197531-1037.jpg", alt: "Fashionable blonde woman in white swimwear in exotic place"},
|
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-with-long-hair-is-sitting-sand-beach-she-is-looking-camera_197531-1037.jpg", alt: "Mujer rubia a la moda con traje de baño blanco en un lugar exótico"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/little-girl-wearing-christmas-wreath-checked-shirt-with-hand-chin-thinking-with-serious-face-standing-christmas-tree-orange-wall_141793-107235.jpg", alt: "Cute girl with christmas ornaments"},
|
src: "http://img.b2bpic.net/free-photo/little-girl-wearing-christmas-wreath-checked-shirt-with-hand-chin-thinking-with-serious-face-standing-christmas-tree-orange-wall_141793-107235.jpg", alt: "Niña linda con adornos navideños"},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-purple-dress-glasses-with-wreath-garland-neck-showing-thumb-up-isolated-olive-green-background_141793-104920.jpg", alt: "woman like to party"},
|
src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-purple-dress-glasses-with-wreath-garland-neck-showing-thumb-up-isolated-olive-green-background_141793-104920.jpg", alt: "Mujer a la que le gusta la fiesta"},
|
||||||
]}
|
]}
|
||||||
avatarText="Join the elite"
|
avatarText="Únete a la élite"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text", text: "Luxury Reimagined"},
|
type: "text", text: "Lujo Reimaginado"},
|
||||||
{
|
{
|
||||||
type: "text-icon", text: "Mojácar's Finest", icon: Sparkles,
|
type: "text-icon", text: "Lo Mejor de Mojácar", icon: Sparkles,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/christmas-composition-with-candles-glass-jars-blurred-background_169016-25526.jpg", alt: "Table decorated for christmas with a glass"},
|
type: "image", src: "http://img.b2bpic.net/free-photo/christmas-composition-with-candles-glass-jars-blurred-background_169016-25526.jpg", alt: "Mesa decorada para Navidad con un vaso"},
|
||||||
{
|
{
|
||||||
type: "text", text: "Unforgettable Nights"},
|
type: "text", text: "Noches Inolvidables"},
|
||||||
{
|
{
|
||||||
type: "image", src: "http://img.b2bpic.net/free-photo/happy-party-time-amazing-joyful-young-woman-black-luxury-dress-with-long-curly-blonde-hair-holding-big-balloons-full-with-golden-tinsels-presents-smiling-great-mood_197531-8484.jpg", alt: "Party decor. Golden decoration on black background with ballons"},
|
type: "image", src: "http://img.b2bpic.net/free-photo/happy-party-time-amazing-joyful-young-woman-black-luxury-dress-with-long-curly-blonde-hair-holding-big-balloons-full-with-golden-tinsels-presents-smiling-great-mood_197531-8484.jpg", alt: "Decoración de fiesta. Decoración dorada sobre fondo negro con globos"},
|
||||||
]}
|
]}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-blissful-women-trendy-dresses-sits-chairs-with-handsome-men-foreground_197531-5888.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-blissful-women-trendy-dresses-sits-chairs-with-handsome-men-foreground_197531-5888.jpg?_wi=2"
|
||||||
imageAlt="luxury event happy guest smiling"
|
imageAlt="Invitada feliz sonriendo en un evento de lujo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -116,21 +116,21 @@ export default function LandingPage() {
|
|||||||
<SplitAbout
|
<SplitAbout
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="The Vision Behind AURA MONET"
|
title="La Visión Detrás de AÜRA MONET"
|
||||||
description="AURA MONET was created to redefine entertainment in Mojácar. We design exclusive events where luxury, music, lifestyle and unforgettable moments come together. Every experience is carefully curated to create a unique atmosphere for our guests."
|
description="AURA MONET fue creado para redefinir el entretenimiento en Mojácar. Diseñamos eventos exclusivos donde el lujo, la música, el estilo de vida y los momentos inolvidables se unen. Cada experiencia está cuidadosamente curada para crear una atmósfera única para nuestros invitados."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Curated Luxury", description: "Each event is meticulously planned to meet the highest standards of opulence and exclusivity.", icon: Diamond,
|
title: "Lujo Curado", description: "Cada evento es planificado meticulosamente para cumplir con los más altos estándares de opulencia y exclusividad.", icon: Diamond,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Unforgettable Moments", description: "We craft experiences that linger in your memory, combining exquisite settings with vibrant energy.", icon: Star,
|
title: "Momentos Inolvidables", description: "Creamos experiencias que perduran en tu memoria, combinando escenarios exquisitos con una energía vibrante.", icon: Star,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Premium Lifestyle", description: "Join a community that celebrates the finer things in life, from chic beach clubs to private villas.", icon: Crown,
|
title: "Estilo de Vida Premium", description: "Únete a una comunidad que celebra las cosas buenas de la vida, desde elegantes clubes de playa hasta villas privadas.", icon: Crown,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-girl-stands-near-decoration-silver-color_8353-11577.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/pretty-girl-stands-near-decoration-silver-color_8353-11577.jpg"
|
||||||
imageAlt="Luxury event planning and atmosphere"
|
imageAlt="Planificación y ambiente de eventos de lujo"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -142,16 +142,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "beach-club-events", title: "Beach Club Events", description: "Indulge in vibrant parties at Mojácar's most exclusive beach clubs, where the sun meets the rhythm of luxury.", tag: "Day & Night", imageSrc: "http://img.b2bpic.net/free-photo/armchairs-floor_1203-2071.jpg", imageAlt: "Luxury beach club party with people enjoying"},
|
id: "beach-club-events", title: "Eventos en Clubes de Playa", description: "Deléitate con vibrantes fiestas en los clubes de playa más exclusivos de Mojácar, donde el sol se encuentra con el ritmo del lujo.", tag: "Día y Noche", imageSrc: "http://img.b2bpic.net/free-photo/armchairs-floor_1203-2071.jpg", imageAlt: "Fiesta de lujo en club de playa con gente disfrutando"},
|
||||||
{
|
{
|
||||||
id: "villa-parties", title: "Villa Parties", description: "Experience bespoke celebrations in stunning private villas, offering an intimate and lavish atmosphere.", tag: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg", imageAlt: "Luxury villa party with elegant decor and guests"},
|
id: "villa-parties", title: "Fiestas en Villas", description: "Experimenta celebraciones a medida en impresionantes villas privadas, ofreciendo un ambiente íntimo y lujoso.", tag: "Exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg", imageAlt: "Fiesta de lujo en villa con decoración elegante e invitados"},
|
||||||
{
|
{
|
||||||
id: "sunset-sessions", title: "Sunset Sessions", description: "Unwind with world-class DJs against the breathtaking backdrop of Mojácar's golden sunsets.", tag: "Golden Hour", imageSrc: "http://img.b2bpic.net/free-photo/pair-best-friend-are-taking-boat-trip-yacht-suset-time-with-few-glasses-wine_613910-17375.jpg", imageAlt: "Sunset session with DJ performing at a beach"},
|
id: "sunset-sessions", title: "Sesiones al Atardecer", description: "Relájate con DJs de talla mundial con el impresionante telón de fondo de los atardeceres dorados de Mojácar.", tag: "Hora Dorada", imageSrc: "http://img.b2bpic.net/free-photo/pair-best-friend-are-taking-boat-trip-yacht-suset-time-with-few-glasses-wine_613910-17375.jpg", imageAlt: "Sesión al atardecer con DJ actuando en una playa"},
|
||||||
{
|
{
|
||||||
id: "vip-experiences", title: "Exclusive VIP Experiences", description: "Gain unparalleled access to private areas, premium service, and bespoke arrangements at every event.", tag: "Privilege", imageSrc: "http://img.b2bpic.net/free-photo/waiter-stands-lot-glasses_8353-9580.jpg", imageAlt: "VIP access luxury lounge with exclusive service"},
|
id: "vip-experiences", title: "Experiencias VIP Exclusivas", description: "Obtén acceso sin igual a áreas privadas, servicio premium y arreglos personalizados en cada evento.", tag: "Privilegio", imageSrc: "http://img.b2bpic.net/free-photo/waiter-stands-lot-glasses_8353-9580.jpg", imageAlt: "Salón de lujo con acceso VIP y servicio exclusivo"},
|
||||||
]}
|
]}
|
||||||
title="Luxury Experiences"
|
title="Experiencias de Lujo"
|
||||||
description="Discover our meticulously curated events, each designed to offer an exclusive and unforgettable journey into Mojácar's vibrant luxury scene."
|
description="Descubre nuestros eventos meticulosamente curados, cada uno diseñado para ofrecer un viaje exclusivo e inolvidable a la vibrante escena de lujo de Mojácar."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -163,20 +163,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "gallery-1", name: "Beach Club Bliss", price: "Mojácar Coast", imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993706.jpg", imageAlt: "Aerial view of a luxury beach club in Mojácar"},
|
id: "gallery-1", name: "Delicia de Club de Playa", price: "Costa de Mojácar", imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993706.jpg", imageAlt: "Vista aérea de un club de playa de lujo en Mojácar"},
|
||||||
{
|
{
|
||||||
id: "gallery-2", name: "Golden Hour Grooves", price: "Sunset Sessions", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bus-station-night-city_23-2149001262.jpg", imageAlt: "DJ performing at a vibrant sunset party"},
|
id: "gallery-2", name: "Ritmos de la Hora Dorada", price: "Sesiones al Atardecer", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bus-station-night-city_23-2149001262.jpg", imageAlt: "DJ actuando en una vibrante fiesta al atardecer"},
|
||||||
{
|
{
|
||||||
id: "gallery-3", name: "Exquisite Refreshments", price: "Premium Bar", imageSrc: "http://img.b2bpic.net/free-photo/new-year-celebration-concept-with-woman-showing-glass_23-2147717163.jpg", imageAlt: "Luxury cocktail drinks at an elegant bar"},
|
id: "gallery-3", name: "Refrescos Exquisitos", price: "Bar Premium", imageSrc: "http://img.b2bpic.net/free-photo/new-year-celebration-concept-with-woman-showing-glass_23-2147717163.jpg", imageAlt: "Cócteles de lujo en un elegante bar"},
|
||||||
{
|
{
|
||||||
id: "gallery-4", name: "Private Villa Affair", price: "Exclusive Venue", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-car-before-their-trip_23-2148947661.jpg", imageAlt: "Luxury villa pool party at night"},
|
id: "gallery-4", name: "Asunto de Villa Privada", price: "Lugar Exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-car-before-their-trip_23-2148947661.jpg", imageAlt: "Fiesta en piscina de villa de lujo por la noche"},
|
||||||
{
|
{
|
||||||
id: "gallery-5", name: "Mediterranean Vistas", price: "Yacht Life", imageSrc: "http://img.b2bpic.net/free-photo/interior-summer-wooden-beach-table_1203-4620.jpg", imageAlt: "Luxury yacht cruising the Mediterranean Sea"},
|
id: "gallery-5", name: "Vistas Mediterráneas", price: "Vida en Yate", imageSrc: "http://img.b2bpic.net/free-photo/interior-summer-wooden-beach-table_1203-4620.jpg", imageAlt: "Yate de lujo navegando por el mar Mediterráneo"},
|
||||||
{
|
{
|
||||||
id: "gallery-6", name: "VIP Indulgence", price: "Exclusive Access", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-assortment-outside_23-2149617113.jpg", imageAlt: "VIP table service at a luxury club"},
|
id: "gallery-6", name: "Indulgencia VIP", price: "Acceso Exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-table-assortment-outside_23-2149617113.jpg", imageAlt: "Servicio de mesa VIP en un club de lujo"},
|
||||||
]}
|
]}
|
||||||
title="Moments of Extravagance"
|
title="Momentos de Extravagancia"
|
||||||
description="Immerse yourself in the opulent world of AURA MONET. A visual journey through our most celebrated beach clubs, sunset parties, and luxury lifestyle events."
|
description="Sumérgete en el opulento mundo de AURA MONET. Un viaje visual a través de nuestros clubes de playa más celebrados, fiestas al atardecer y eventos de estilo de vida de lujo."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -187,18 +187,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t-1", name: "Elena Martinez", handle: "@elenam", testimonial: "AURA MONET creates an atmosphere of pure bliss. Every event is a masterclass in luxury!", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38867.jpg"},
|
id: "t-1", name: "Elena Martinez", handle: "@elenam", testimonial: "AURA MONET crea una atmósfera de pura dicha. ¡Cada evento es una obra maestra del lujo!", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-summer-city_1157-38867.jpg"},
|
||||||
{
|
{
|
||||||
id: "t-2", name: "Ricardo Navarro", handle: "@ricardon", testimonial: "The attention to detail is unmatched. Mojácar finally has truly world-class events.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-classic-style-outfit-drinks-champagne_197531-23905.jpg"},
|
id: "t-2", name: "Ricardo Navarro", handle: "@ricardon", testimonial: "La atención al detalle es inigualable. Mojácar finalmente tiene eventos de clase mundial.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-classic-style-outfit-drinks-champagne_197531-23905.jpg"},
|
||||||
{
|
{
|
||||||
id: "t-3", name: "Chloe Dubois", handle: "@chloesw", testimonial: "I've attended parties globally, and AURA MONET stands out. Sophistication and fun in one!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-sangria-drinks_23-2149426459.jpg"},
|
id: "t-3", name: "Chloe Dubois", handle: "@chloesw", testimonial: "He asistido a fiestas en todo el mundo, y AURA MONET destaca. ¡Sofisticación y diversión en uno!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-with-sangria-drinks_23-2149426459.jpg"},
|
||||||
{
|
{
|
||||||
id: "t-4", name: "Marcus Aurelio", handle: "@marcus.a", testimonial: "From the music to the venues, everything is perfectly curated. A must-experience in Mojácar.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9624.jpg"},
|
id: "t-4", name: "Marcus Aurelio", handle: "@marcus.a", testimonial: "Desde la música hasta los lugares, todo está perfectamente curado. Una experiencia imprescindible en Mojácar.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9624.jpg"},
|
||||||
{
|
{
|
||||||
id: "t-5", name: "Sophie Turner", handle: "@sophie.t", testimonial: "The best luxury experiences I've ever had. AURA MONET redefines entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/chatting-break_1098-16078.jpg"},
|
id: "t-5", name: "Sophie Turner", handle: "@sophie.t", testimonial: "Las mejores experiencias de lujo que he tenido. AURA MONET redefine el entretenimiento.", imageSrc: "http://img.b2bpic.net/free-photo/chatting-break_1098-16078.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Voices of Unforgettable Nights"
|
title="Voces de Noches Inolvidables"
|
||||||
description="Hear from our guests who've experienced the pinnacle of luxury entertainment in Mojácar with AURA MONET."
|
description="Escucha a nuestros invitados que han experimentado el pináculo del entretenimiento de lujo en Mojácar con AURA MONET."
|
||||||
speed={40}
|
speed={40}
|
||||||
topMarqueeDirection="right"
|
topMarqueeDirection="right"
|
||||||
/>
|
/>
|
||||||
@@ -212,98 +212,98 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "event-1", name: "Midnight Yacht Soiree", price: "August 12th | Private Yacht", imageSrc: "http://img.b2bpic.net/free-photo/father-son-drinking-cocktail_23-2147824662.jpg", imageAlt: "Luxury yacht party at night", priceButtonProps: {
|
id: "event-1", name: "Velada en Yate de Medianoche", price: "12 de Agosto | Yate Privado", imageSrc: "http://img.b2bpic.net/free-photo/father-son-drinking-cocktail_23-2147824662.jpg", imageAlt: "Fiesta de lujo en yate por la noche", priceButtonProps: {
|
||||||
text: "Book VIP"},
|
text: "Reservar VIP"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "event-2", name: "Rooftop Gala Extravaganza", price: "September 5th | Skyview Terrace", imageSrc: "http://img.b2bpic.net/free-photo/hammocks-overlooking-city_1203-696.jpg", imageAlt: "Rooftop gala dinner with city lights", priceButtonProps: {
|
id: "event-2", name: "Extravagancia de Gala en la Azotea", price: "5 de Septiembre | Terraza Skyview", imageSrc: "http://img.b2bpic.net/free-photo/hammocks-overlooking-city_1203-696.jpg", imageAlt: "Cena de gala en azotea con luces de la ciudad", priceButtonProps: {
|
||||||
text: "Book VIP"},
|
text: "Reservar VIP"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "event-3", name: "Mojácar Fashion Night", price: "October 20th | Grand Ballroom", imageSrc: "http://img.b2bpic.net/free-photo/look-through-bars-young-princess-fancy-clothes_1304-3076.jpg", imageAlt: "Luxury fashion show runway", priceButtonProps: {
|
id: "event-3", name: "Noche de la Moda Mojácar", price: "20 de Octubre | Gran Salón de Baile", imageSrc: "http://img.b2bpic.net/free-photo/look-through-bars-young-princess-fancy-clothes_1304-3076.jpg", imageAlt: "Pasarela de desfile de moda de lujo", priceButtonProps: {
|
||||||
text: "Book VIP"},
|
text: "Reservar VIP"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "event-4", name: "Exclusive Acoustic Concert", price: "November 10th | Hidden Garden", imageSrc: "http://img.b2bpic.net/free-photo/annoyed-female-performer-getting-her-vocals-wrong-pre-show-rehearsal_482257-114731.jpg", imageAlt: "Private concert in a luxurious garden venue", priceButtonProps: {
|
id: "event-4", name: "Concierto Acústico Exclusivo", price: "10 de Noviembre | Jardín Secreto", imageSrc: "http://img.b2bpic.net/free-photo/annoyed-female-performer-getting-her-vocals-wrong-pre-show-rehearsal_482257-114731.jpg", imageAlt: "Concierto privado en un lujoso jardín", priceButtonProps: {
|
||||||
text: "Book VIP"},
|
text: "Reservar VIP"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "event-5", name: "Winter Solstice Festival", price: "December 21st | Beachfront Villa", imageSrc: "http://img.b2bpic.net/free-photo/painting-sign-afythos-street_1268-15711.jpg", imageAlt: "Exclusive winter festival at a beachfront villa", priceButtonProps: {
|
id: "event-5", name: "Festival del Solsticio de Invierno", price: "21 de Diciembre | Villa Frente a la Playa", imageSrc: "http://img.b2bpic.net/free-photo/painting-sign-afythos-street_1268-15711.jpg", imageAlt: "Festival de invierno exclusivo en una villa frente a la playa", priceButtonProps: {
|
||||||
text: "Book VIP"},
|
text: "Reservar VIP"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "event-6", name: "New Year's Eve Soiree", price: "December 31st | Secret Location", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-woman-holding-glasses-wine-restaurant_23-2148016797.jpg", imageAlt: "Luxury themed new year's eve party", priceButtonProps: {
|
id: "event-6", name: "Velada de Nochevieja", price: "31 de Diciembre | Ubicación Secreta", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-woman-holding-glasses-wine-restaurant_23-2148016797.jpg", imageAlt: "Fiesta de lujo temática de Nochevieja", priceButtonProps: {
|
||||||
text: "Book VIP"},
|
text: "Reservar VIP"},
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Upcoming Exclusives"
|
title="Próximos Eventos Exclusivos"
|
||||||
description="Be the first to know about our next sensational events. Secure your VIP access to the most anticipated gatherings in Mojácar."
|
description="Sé el primero en enterarte de nuestros próximos eventos sensacionales. Asegura tu acceso VIP a las reuniones más esperadas en Mojácar."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="vip-registration" data-section="vip-registration">
|
<div id="vip-registration" data-section="vip-registration">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Request VIP Access"
|
title="Solicitar Acceso VIP"
|
||||||
description="Unlock a world of unparalleled luxury. Fill out the form to receive exclusive invitations and priority bookings for AURA MONET events."
|
description="Desbloquea un mundo de lujo sin igual. Rellena el formulario para recibir invitaciones exclusivas y reservas prioritarias para los eventos de AURA MONET."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "Name", type: "text", placeholder: "Your Full Name", required: true,
|
name: "Name", type: "text", placeholder: "Tu Nombre Completo", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Email", type: "email", placeholder: "Your Email Address", required: true,
|
name: "Email", type: "email", placeholder: "Tu Correo Electrónico", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
name: "Phone", type: "tel", placeholder: "Número de Teléfono (Opcional)"},
|
||||||
{
|
{
|
||||||
name: "Instagram", type: "text", placeholder: "Your Instagram Handle (Optional)"},
|
name: "Instagram", type: "text", placeholder: "Tu Usuario de Instagram (Opcional)"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-bouquet-roses-neon-light-valentine39s-day-concept_169016-25711.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-bouquet-roses-neon-light-valentine39s-day-concept_169016-25711.jpg"
|
||||||
imageAlt="Luxury invitation card with gold accents"
|
imageAlt="Tarjeta de invitación de lujo con detalles dorados"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
buttonText="Request VIP Access"
|
buttonText="Solicitar Acceso VIP"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdNsOIfgm3UiCc9qlGPlgSD93A/uploaded-1780504877573-647ejbr4.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdNsOIfgm3UiCc9qlGPlgSD93A/uploaded-1780504877573-647ejbr4.png"
|
||||||
logoAlt="AURA MONET Logo"
|
logoAlt="Logotipo de AURA MONET"
|
||||||
logoText="AURA MONET"
|
logoText="AURA MONET"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Experiences", items: [
|
title: "Experiencias", items: [
|
||||||
{
|
{
|
||||||
label: "Beach Clubs", href: "#experiences"},
|
label: "Clubes de Playa", href: "#experiences"},
|
||||||
{
|
{
|
||||||
label: "Villa Parties", href: "#experiences"},
|
label: "Fiestas en Villas", href: "#experiences"},
|
||||||
{
|
{
|
||||||
label: "Sunset Sessions", href: "#experiences"},
|
label: "Sesiones al Atardecer", href: "#experiences"},
|
||||||
{
|
{
|
||||||
label: "Exclusive VIP", href: "#experiences"},
|
label: "VIP Exclusivo", href: "#experiences"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Empresa", items: [
|
||||||
{
|
{
|
||||||
label: "About Us", href: "#about"},
|
label: "Sobre Nosotros", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Upcoming Events", href: "#upcoming-events"},
|
label: "Próximos Eventos", href: "#upcoming-events"},
|
||||||
{
|
{
|
||||||
label: "VIP Registration", href: "#vip-registration"},
|
label: "Registro VIP", href: "#vip-registration"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect", items: [
|
title: "Conectar", items: [
|
||||||
{
|
{
|
||||||
label: "Instagram", href: "https://instagram.com/auramonet"},
|
label: "Instagram", href: "https://instagram.com/auramonet"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#vip-registration"},
|
label: "Contacto", href: "#vip-registration"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 AURA MONET. All rights reserved."
|
copyrightText="© 2024 AURA MONET. Todos los derechos reservados."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user