289 lines
9.4 KiB
TypeScript
289 lines
9.4 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
import { Droplets, Sparkles } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="shift-hover"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="small"
|
|
sizing="large"
|
|
background="grid"
|
|
cardStyle="glass-elevated"
|
|
primaryButtonStyle="flat"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="light"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "hero",
|
|
},
|
|
{
|
|
name: "Experience",
|
|
id: "about",
|
|
},
|
|
{
|
|
name: "VIP Tables",
|
|
id: "pricing",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="Evolve Nightlife"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitDualMedia
|
|
background={{
|
|
variant: "plain",
|
|
}}
|
|
title="Evolve Your Nightlife"
|
|
description="Experience raw energy, curated atmosphere, and exclusive moments at the heart of the city. Limited availability for discerning guests."
|
|
tag="Evolve Nightlife Experience"
|
|
mediaItems={[
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-woman-black-dress-posing-cozy-dark-room-with-christmas-decor_8353-8831.jpg",
|
|
imageAlt: "Luxury club atmosphere",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-red-cocktails_23-2149093642.jpg",
|
|
imageAlt: "Premium bar design",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/decoration-bokeh-glowing-light-outdoor_23-2148055602.jpg",
|
|
imageAlt: "Decoration of bokeh glowing light at outdoor",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-traditional-golden-indian-saber_8353-9957.jpg",
|
|
imageAlt: "Beautiful traditional golden indian saber",
|
|
},
|
|
{
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-nightlights-city_23-2149049652.jpg",
|
|
imageAlt: "Blurred nightlights in the city",
|
|
},
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
rating={5}
|
|
ratingText="Top rated nightlife experience in the city"
|
|
tagIcon={Sparkles}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={false}
|
|
tag="Our Philosophy"
|
|
title="Beyond the Ordinary"
|
|
description="We are not just a venue; we are a destination for those who seek the extraordinary. Every element, from the sound to the lighting, is crafted to pull you into a world of raw potential."
|
|
subdescription="Our commitment to an experience-driven culture turns every night into a memory that lingers long after the sun rises."
|
|
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg"
|
|
mediaAnimation="blur-reveal"
|
|
icon={Droplets}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardSix
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
title: "Live Shows",
|
|
description: "Curated performances by the city's top artists, delivered with immersive production.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pink-circular-neon-lights-background_23-2147815505.jpg",
|
|
},
|
|
{
|
|
title: "Crafted Spirits",
|
|
description: "Expertly mixed cocktails using premium ingredients for the ultimate flavor profiles.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/barman-work-pub_158595-2337.jpg",
|
|
},
|
|
{
|
|
title: "VIP Access",
|
|
description: "Reserved tables with dedicated service ensuring you stay at the center of the action.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-sitting-coffeeshop_23-2148422418.jpg",
|
|
},
|
|
]}
|
|
title="The Pillars of Prestige"
|
|
description="Discover the elements that redefine your nightlife experience."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSix
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Alex R.",
|
|
handle: "@alexnight",
|
|
testimonial: "The atmosphere is unmatched. Truly the evolution of clubbing.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cool-girl-with-short-hair-looking-into-camera-background-white-backdrop-brunette-lady-with-glass-beige-outside-posing-backdrop-wall_197531-29357.jpg",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Sarah P.",
|
|
handle: "@sarahp",
|
|
testimonial: "An incredible experience from start to finish. Highly recommend the VIP service.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149833013.jpg",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Mark D.",
|
|
handle: "@markd_nyc",
|
|
testimonial: "Raw, exciting, and absolutely premium. Best night out in months.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-night-city-lights_23-2149024683.jpg",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Jessica L.",
|
|
handle: "@jess_l",
|
|
testimonial: "A sanctuary for those who value good music and great drinks.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Chris B.",
|
|
handle: "@chris_b",
|
|
testimonial: "The live shows here are second to none.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-beauty-vlog_23-2148916289.jpg",
|
|
},
|
|
]}
|
|
title="The Word on the Street"
|
|
description="What our guests are saying about the Evolve experience."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardEight
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "silver",
|
|
badge: "Silver",
|
|
price: "$500",
|
|
subtitle: "Entry for 4 people",
|
|
features: [
|
|
"Reserved table",
|
|
"1 Bottle of choice",
|
|
],
|
|
buttons: [
|
|
{
|
|
text: "Book Now",
|
|
href: "#contact",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: "gold",
|
|
badge: "Gold",
|
|
price: "$1,200",
|
|
subtitle: "Entry for 8 people",
|
|
features: [
|
|
"Prime location",
|
|
"3 Bottles of choice",
|
|
"Private server",
|
|
],
|
|
buttons: [
|
|
{
|
|
text: "Book Now",
|
|
href: "#contact",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
id: "platinum",
|
|
badge: "Platinum",
|
|
price: "$2,500",
|
|
subtitle: "Entry for 12+ people",
|
|
features: [
|
|
"Best table in house",
|
|
"Unlimited bottle service",
|
|
"Full security",
|
|
],
|
|
buttons: [
|
|
{
|
|
text: "Book Now",
|
|
href: "#contact",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
title="VIP Table Packages"
|
|
description="Select your premium table package to ensure an unforgettable night."
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "plain",
|
|
}}
|
|
title="Secure Your Table"
|
|
description="Ready to evolve your night? Contact us to finalize your booking."
|
|
imageSrc="http://img.b2bpic.net/free-photo/wooden-table-near-table-lamp-there-is-white-box-with-wedding-rings_1157-13484.jpg"
|
|
mediaAnimation="slide-up"
|
|
buttonText="Inquire Booking"
|
|
tag="Booking"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
columns={[
|
|
{
|
|
items: [
|
|
{
|
|
label: "Home",
|
|
href: "#hero",
|
|
},
|
|
{
|
|
label: "Experience",
|
|
href: "#about",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "VIP Tables",
|
|
href: "#pricing",
|
|
},
|
|
{
|
|
label: "Contact",
|
|
href: "#contact",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
logoText="Evolve"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|