Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
152
src/app/page.tsx
152
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "VIP Tables",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "VIP Tables", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Evolve Nightlife"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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/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",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-red-cocktails_23-2149093642.jpg", imageAlt: "Premium bar design"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -107,20 +82,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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."
|
||||
@@ -134,40 +100,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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",
|
||||
},
|
||||
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."
|
||||
@@ -181,53 +122,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "silver",
|
||||
badge: "Silver",
|
||||
price: "$500",
|
||||
subtitle: "Entry for 4 people",
|
||||
features: [
|
||||
"Reserved table",
|
||||
"1 Bottle of choice",
|
||||
],
|
||||
id: "silver", badge: "Silver", price: "$500", subtitle: "Entry for 4 people", features: [
|
||||
"Reserved table", "1 Bottle of choice"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
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",
|
||||
],
|
||||
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",
|
||||
},
|
||||
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",
|
||||
],
|
||||
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",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -240,8 +155,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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"
|
||||
@@ -257,25 +171,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Experience",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Experience", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "VIP Tables",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "VIP Tables", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user