Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "features",
|
||||
},
|
||||
name: "Experience", id: "features"},
|
||||
{
|
||||
name: "Dancers",
|
||||
id: "team",
|
||||
},
|
||||
name: "Dancers", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Petya Dance Club"
|
||||
/>
|
||||
@@ -58,35 +48,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Unleash the Rhythm at Petya"
|
||||
description="Experience the ultimate night of dance, music, and energy. Join us at the premier destination for rhythm enthusiasts in the heart of the city."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g99ef37fd92febbeb8a08d546b22c5f603a5cc5b90b2b3a05fb301b1d4365e96a0c9a12930d350252c004ed7a4b8ec865c8a4ece001efdde06968f21e13cef606_1280.jpg?_wi=1",
|
||||
imageAlt: "Nightclub dance scene",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g99ef37fd92febbeb8a08d546b22c5f603a5cc5b90b2b3a05fb301b1d4365e96a0c9a12930d350252c004ed7a4b8ec865c8a4ece001efdde06968f21e13cef606_1280.jpg", imageAlt: "Nightclub dance scene"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g2ee6c709f873ece0688e196419aba64628ff1c4d36856bd9b2bb9148a60230aa93dcc696f63faaf1b6008af0e1c7cc900f6ebf2ffff3a3d4c9f8e89d788101bd_1280.jpg?_wi=1",
|
||||
imageAlt: "Crowd dancing",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g2ee6c709f873ece0688e196419aba64628ff1c4d36856bd9b2bb9148a60230aa93dcc696f63faaf1b6008af0e1c7cc900f6ebf2ffff3a3d4c9f8e89d788101bd_1280.jpg", imageAlt: "Crowd dancing"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g2ee6c709f873ece0688e196419aba64628ff1c4d36856bd9b2bb9148a60230aa93dcc696f63faaf1b6008af0e1c7cc900f6ebf2ffff3a3d4c9f8e89d788101bd_1280.jpg?_wi=2",
|
||||
imageAlt: "Crowd dancing",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g2ee6c709f873ece0688e196419aba64628ff1c4d36856bd9b2bb9148a60230aa93dcc696f63faaf1b6008af0e1c7cc900f6ebf2ffff3a3d4c9f8e89d788101bd_1280.jpg", imageAlt: "Crowd dancing"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g99ef37fd92febbeb8a08d546b22c5f603a5cc5b90b2b3a05fb301b1d4365e96a0c9a12930d350252c004ed7a4b8ec865c8a4ece001efdde06968f21e13cef606_1280.jpg?_wi=2",
|
||||
imageAlt: "Nightclub dance scene",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g99ef37fd92febbeb8a08d546b22c5f603a5cc5b90b2b3a05fb301b1d4365e96a0c9a12930d350252c004ed7a4b8ec865c8a4ece001efdde06968f21e13cef606_1280.jpg", imageAlt: "Nightclub dance scene"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,19 +77,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Music,
|
||||
label: "Genres",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Genres", value: "15+"},
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Events Weekly",
|
||||
value: "7",
|
||||
},
|
||||
label: "Events Weekly", value: "7"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Dancers",
|
||||
value: "10k+",
|
||||
},
|
||||
label: "Happy Dancers", value: "10k+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -123,17 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No mediocre music",
|
||||
"No boring wait times",
|
||||
"No unwelcoming vibes",
|
||||
],
|
||||
"No mediocre music", "No boring wait times", "No unwelcoming vibes"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"State-of-the-art sound systems",
|
||||
"Professional dance hosts",
|
||||
"Theme nights every week",
|
||||
],
|
||||
"State-of-the-art sound systems", "Professional dance hosts", "Theme nights every week"],
|
||||
}}
|
||||
title="Why Petya Stands Out"
|
||||
description="We blend cutting-edge sound systems, professional choreography, and an unmatched vibrant atmosphere to ensure every night is legendary."
|
||||
@@ -148,29 +115,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "d1",
|
||||
name: "Alex Rivier",
|
||||
role: "Head Choreographer",
|
||||
imageSrc: "https://pixabay.com/get/g510e19a1caa1f5bfcc44def1b021e77c461d36f7486765215596cf2385fa808fcdc6ff97235159c30b7f4fd5a5b75edfe038824edee2af29113b76e277ebfa96_1280.jpg",
|
||||
},
|
||||
id: "d1", name: "Alex Rivier", role: "Head Choreographer", imageSrc: "https://pixabay.com/get/g510e19a1caa1f5bfcc44def1b021e77c461d36f7486765215596cf2385fa808fcdc6ff97235159c30b7f4fd5a5b75edfe038824edee2af29113b76e277ebfa96_1280.jpg"},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Elena Vance",
|
||||
role: "Dance Instructor",
|
||||
imageSrc: "https://pixabay.com/get/g956c27561343c49853d87c71ea5c8a7ebb4e9cf901453ed4f64bc40323a3e258ef5e72a6bac35eb28ed65ca0d4bad70c62edf934fa4246ffd13b21f6dd012b91_1280.jpg",
|
||||
},
|
||||
id: "d2", name: "Elena Vance", role: "Dance Instructor", imageSrc: "https://pixabay.com/get/g956c27561343c49853d87c71ea5c8a7ebb4e9cf901453ed4f64bc40323a3e258ef5e72a6bac35eb28ed65ca0d4bad70c62edf934fa4246ffd13b21f6dd012b91_1280.jpg"},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Marcello Di",
|
||||
role: "Lead Dancer",
|
||||
imageSrc: "https://pixabay.com/get/g5012e3842539a9ab7d29a955610c0472a55110d2f11cc823b8d0a9c17af05704fa4ce074baf836f120829981a8b669f873e6a20b5826730c3eca1e05a18d5c37_1280.jpg",
|
||||
},
|
||||
id: "d3", name: "Marcello Di", role: "Lead Dancer", imageSrc: "https://pixabay.com/get/g5012e3842539a9ab7d29a955610c0472a55110d2f11cc823b8d0a9c17af05704fa4ce074baf836f120829981a8b669f873e6a20b5826730c3eca1e05a18d5c37_1280.jpg"},
|
||||
{
|
||||
id: "d4",
|
||||
name: "Sophia Lane",
|
||||
role: "Choreographer",
|
||||
imageSrc: "https://pixabay.com/get/geead5bf97449032f78ed9cb81b81c6b169090e9f0b241e2204fa45e1073520c6e012491bd19f03584cb7bcd9151da4e087d735415390fec91b183249e4930fe0_1280.jpg",
|
||||
},
|
||||
id: "d4", name: "Sophia Lane", role: "Choreographer", imageSrc: "https://pixabay.com/get/geead5bf97449032f78ed9cb81b81c6b169090e9f0b241e2204fa45e1073520c6e012491bd19f03584cb7bcd9151da4e087d735415390fec91b183249e4930fe0_1280.jpg"},
|
||||
]}
|
||||
title="Our Dance Masters"
|
||||
description="Meet the talented crew dedicated to keeping the floor alive and your energy levels at their peak all night long."
|
||||
@@ -185,41 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Frequent Visitor",
|
||||
company: "Local Community",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g08a53c4d4859dd499d46a37f3b1d5d9a893c4f2dac7532cefcba149572058198ef853b89ff26c23e8baa5f2b1252b37e9579116c100119641408954cb705f8d8_1280.jpg",
|
||||
avatarSrc: "https://pixabay.com/get/gfa74602aa6648aee97c032310a4333156b57cd75ae2f7fa27504d54970e504f93fbebcc0ecf56e28391eef48cd41b244_1280.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Frequent Visitor", company: "Local Community", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g08a53c4d4859dd499d46a37f3b1d5d9a893c4f2dac7532cefcba149572058198ef853b89ff26c23e8baa5f2b1252b37e9579116c100119641408954cb705f8d8_1280.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael B.",
|
||||
role: "Event Planner",
|
||||
company: "City Events",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g1d5a37113236dc31d6fce85bf907db701edf0c996cef36682e295a8de4f41015d9b579e4cef731da2a15ff26a29f26dc7f7dab41eca803d620f8dbdb0e36eb5a_1280.jpg",
|
||||
avatarSrc: "https://pixabay.com/get/g940578f1fad2308eda95d67d93f7ce7203ad89ee5bc2853138350fa8f878ab33e459ad956ba0c6bbd8c3e5f0923b0741d29e34a93daffd7fa92d72c3fa7a0c83_1280.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael B.", role: "Event Planner", company: "City Events", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g1d5a37113236dc31d6fce85bf907db701edf0c996cef36682e295a8de4f41015d9b579e4cef731da2a15ff26a29f26dc7f7dab41eca803d620f8dbdb0e36eb5a_1280.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica L.",
|
||||
role: "Artist",
|
||||
company: "Art Studio",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g09fe1dbcae082d45d72fdcfc0d230a31d608fee57dc06a47b3cd66057f902fb20b17b7e9321d3f8a4b8b687273e1a980e75bf024643b2eeac093b1df229d4ead_1280.jpg",
|
||||
avatarSrc: "https://pixabay.com/get/ga35e5d116d9caf6c9fec1fb843347eed11a532a95e8f763f521065ae95a5e8520d521325c4651592883f96c5045354d0843dc59f127e0cec62ac34b58bc290ce_1280.jpg",
|
||||
},
|
||||
id: "t3", name: "Jessica L.", role: "Artist", company: "Art Studio", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g09fe1dbcae082d45d72fdcfc0d230a31d608fee57dc06a47b3cd66057f902fb20b17b7e9321d3f8a4b8b687273e1a980e75bf024643b2eeac093b1df229d4ead_1280.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "DJ",
|
||||
company: "Music Lab",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gd74d3a17e70c1549fbc1b20cb1c2fdccbffce1abe249cfe1e2e5faa59071d67959a9867b0dc1db8e9cb1520347444c972abdfab8e783b946c2d0ebdbf85d7c23_1280.jpg",
|
||||
avatarSrc: "https://pixabay.com/get/gb7fcb24c073efecc441490b82b3ba65ead894f69dcf9fd550b716c6abf2ec6f5ba5f2ed5344cc9458a660ef3b4f65107f79898ddd3e279faea291d277f03245e_1280.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", role: "DJ", company: "Music Lab", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gd74d3a17e70c1549fbc1b20cb1c2fdccbffce1abe249cfe1e2e5faa59071d67959a9867b0dc1db8e9cb1520347444c972abdfab8e783b946c2d0ebdbf85d7c23_1280.jpg"},
|
||||
]}
|
||||
title="Dancer Echoes"
|
||||
description="Discover why our guests keep returning to Petya for an unforgettable rhythmic escape."
|
||||
@@ -232,27 +159,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What's the dress code?",
|
||||
content: "Keep it stylish and comfortable enough for dancing!",
|
||||
},
|
||||
id: "f1", title: "What's the dress code?", content: "Keep it stylish and comfortable enough for dancing!"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Reservations are recommended for prime weekend spots.",
|
||||
},
|
||||
id: "f2", title: "Do I need a reservation?", content: "Reservations are recommended for prime weekend spots."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I host a party?",
|
||||
content: "We offer private event bookings for groups of any size.",
|
||||
},
|
||||
id: "f3", title: "Can I host a party?", content: "We offer private event bookings for groups of any size."},
|
||||
]}
|
||||
ctaTitle="Ready to Hit the Floor?"
|
||||
ctaDescription="Join us this weekend for an unforgettable performance. Contact us to reserve your space or ask questions."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,42 +177,27 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Club",
|
||||
items: [
|
||||
title: "Club", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#",
|
||||
},
|
||||
label: "Events", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Join us",
|
||||
href: "#",
|
||||
},
|
||||
label: "Join us", href: "#"},
|
||||
{
|
||||
label: "Dancers",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Dancers", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user