Merge version_1 into main #2
332
src/app/page.tsx
332
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="KL Choreography"
|
||||
/>
|
||||
@@ -56,98 +44,31 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Bring Your Special Event to Life"
|
||||
description="Professional choreography in Eastern PA. Specializing in Sweet 16s, Quinceañeras, and Weddings. Make your grand entrance unforgettable."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena",
|
||||
testimonial: "Kaylee choreographed the most magical Quinceañera waltz for us! Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-you-dear-colleague_637285-9641.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus & Sarah",
|
||||
handle: "@marcus-sarah",
|
||||
testimonial: "Our wedding entrance was high-energy and perfect thanks to KL Choreography.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-stretching-together-before-working-out-outdoors_23-2150343739.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sofia V.",
|
||||
handle: "@sofia",
|
||||
testimonial: "The surprise dance was a massive hit at my Sweet 16! So fun to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587561.jpg",
|
||||
},
|
||||
{
|
||||
name: "Family Perez",
|
||||
handle: "@perezfam",
|
||||
testimonial: "Professional, energetic, and so easy to work with. Our dance court loved her.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-girl-wearing-silver-crown_23-2149861232.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jordan L.",
|
||||
handle: "@jordan",
|
||||
testimonial: "Kaylee is the best dance coach in PA. Truly talented and creative.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-sport_1163-292.jpg",
|
||||
},
|
||||
{ name: "Elena R.", handle: "@elena", testimonial: "Kaylee choreographed the most magical Quinceañera waltz for us! Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/toast-you-dear-colleague_637285-9641.jpg" },
|
||||
{ name: "Marcus & Sarah", handle: "@marcus-sarah", testimonial: "Our wedding entrance was high-energy and perfect thanks to KL Choreography.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-stretching-together-before-working-out-outdoors_23-2150343739.jpg" },
|
||||
{ name: "Sofia V.", handle: "@sofia", testimonial: "The surprise dance was a massive hit at my Sweet 16! So fun to work with.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587561.jpg" },
|
||||
{ name: "Family Perez", handle: "@perezfam", testimonial: "Professional, energetic, and so easy to work with. Our dance court loved her.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-girl-wearing-silver-crown_23-2149861232.jpg" },
|
||||
{ name: "Jordan L.", handle: "@jordan", testimonial: "Kaylee is the best dance coach in PA. Truly talented and creative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-sport_1163-292.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Event",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-x5odvge0.png?_wi=1"
|
||||
buttons={[{ text: "Book Your Event", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-x5odvge0.png"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-x5odvge0.png",
|
||||
alt: "User provided image",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-4lgmezwr.png",
|
||||
alt: "User provided image",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-5ivypd5n.png",
|
||||
alt: "User provided image",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-yygawyyc.png",
|
||||
alt: "User provided image",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-0n5bt2f4.png",
|
||||
alt: "User provided image",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-x5odvge0.png", alt: "User provided image" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-4lgmezwr.png", alt: "User provided image" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-5ivypd5n.png", alt: "User provided image" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-yygawyyc.png", alt: "User provided image" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-0n5bt2f4.png", alt: "User provided image" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quinceañeras",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sweet 16s",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Weddings",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Events",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dance Coordination",
|
||||
},
|
||||
{ type: "text", text: "Quinceañeras" },
|
||||
{ type: "text", text: "Sweet 16s" },
|
||||
{ type: "text", text: "Weddings" },
|
||||
{ type: "text", text: "Custom Events" },
|
||||
{ type: "text", text: "Dance Coordination" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,9 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Passion in Every Step"
|
||||
description={[
|
||||
"KL Choreography is dedicated to transforming your special moments into spectacular performances. Founded by Kaylee Lizama, we serve Eastern PA with high-energy dance coordination.",
|
||||
"Whether it's the traditional grace of a Quinceañera waltz or the modern excitement of a wedding dance, we make sure every step is polished and memorable.",
|
||||
]}
|
||||
"KL Choreography is dedicated to transforming your special moments into spectacular performances. Founded by Kaylee Lizama, we serve Eastern PA with high-energy dance coordination.", "Whether it's the traditional grace of a Quinceañera waltz or the modern excitement of a wedding dance, we make sure every step is polished and memorable."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,21 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Sweet 16s",
|
||||
description: "Dynamic surprise dances and court coordination for an unforgettable celebration.",
|
||||
},
|
||||
{
|
||||
icon: Crown,
|
||||
title: "Quinceañeras",
|
||||
description: "Expertly choreographed Entradas, Waltzes, and Baile Sorpresas for your big day.",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Weddings",
|
||||
description: "Elegant first dances and wedding party choreography tailored to your love story.",
|
||||
},
|
||||
{ icon: Sparkles, title: "Sweet 16s", description: "Dynamic surprise dances and court coordination for an unforgettable celebration." },
|
||||
{ icon: Crown, title: "Quinceañeras", description: "Expertly choreographed Entradas, Waltzes, and Baile Sorpresas for your big day." },
|
||||
{ icon: Heart, title: "Weddings", description: "Elegant first dances and wedding party choreography tailored to your love story." },
|
||||
]}
|
||||
title="Specialized Choreography"
|
||||
description="We offer professional choreography services tailored to your specific event needs and style."
|
||||
@@ -192,39 +99,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "step1",
|
||||
value: "01",
|
||||
title: "Consultation",
|
||||
items: [
|
||||
"Book your date",
|
||||
"Define style",
|
||||
"Court details",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "step2",
|
||||
value: "02",
|
||||
title: "Rehearsal",
|
||||
items: [
|
||||
"2hr weekly sessions",
|
||||
"Music mixing",
|
||||
"Skill development",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "step3",
|
||||
value: "03",
|
||||
title: "Performance",
|
||||
items: [
|
||||
"Final adjustments",
|
||||
"Program setup",
|
||||
"Flawless delivery",
|
||||
],
|
||||
},
|
||||
{ id: "step1", value: "01", title: "Consultation", items: ["Book your date", "Define style", "Court details"] },
|
||||
{ id: "step2", value: "02", title: "Rehearsal", items: ["2hr weekly sessions", "Music mixing", "Skill development"] },
|
||||
{ id: "step3", value: "03", title: "Performance", items: ["Final adjustments", "Program setup", "Flawless delivery"] },
|
||||
]}
|
||||
title="Our Simple Process"
|
||||
description="From planning to final performance, we ensure a seamless experience."
|
||||
@@ -238,48 +119,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Quince Event",
|
||||
price: "",
|
||||
variant: "Dance Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tailor-person-city-suit-wedding_1304-3435.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Wedding Waltz",
|
||||
price: "",
|
||||
variant: "Entrance Dance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-passional-dance_158595-4680.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Sweet 16 Surprise",
|
||||
price: "",
|
||||
variant: "Baile Sorpresa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-having-fun-party_23-2151108201.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Court Coordination",
|
||||
price: "",
|
||||
variant: "Group Choreography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-dancing_1157-267.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Event Highlights",
|
||||
price: "",
|
||||
variant: "Live Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flamenco-dancer-studio_23-2149287113.jpg",
|
||||
},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Team Practice",
|
||||
price: "",
|
||||
variant: "Rehearsal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932920.jpg",
|
||||
},
|
||||
{ id: "g1", name: "Quince Event", price: "", variant: "Dance Performance", imageSrc: "http://img.b2bpic.net/free-photo/tailor-person-city-suit-wedding_1304-3435.jpg" },
|
||||
{ id: "g2", name: "Wedding Waltz", price: "", variant: "Entrance Dance", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-passional-dance_158595-4680.jpg" },
|
||||
{ id: "g3", name: "Sweet 16 Surprise", price: "", variant: "Baile Sorpresa", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-having-fun-party_23-2151108201.jpg" },
|
||||
{ id: "g4", name: "Court Coordination", price: "", variant: "Group Choreography", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-dancing_1157-267.jpg" },
|
||||
{ id: "g5", name: "Event Highlights", price: "", variant: "Live Performance", imageSrc: "http://img.b2bpic.net/free-photo/flamenco-dancer-studio_23-2149287113.jpg" },
|
||||
{ id: "g6", name: "Team Practice", price: "", variant: "Rehearsal", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-underground-hip-hop-musicians_23-2150932920.jpg" },
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Snapshots of past successful events and dance performances."
|
||||
@@ -291,61 +136,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena R.",
|
||||
date: "2023-10",
|
||||
title: "Quince Mom",
|
||||
quote: "Kaylee made our daughter's Quinceañera absolutely special.",
|
||||
tag: "Event",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-pink-dress-blue-jacket-stands-wind-somewhere-forest_8353-7431.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-x5odvge0.png?_wi=2",
|
||||
imageAlt: "elegant quinceanera portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus",
|
||||
date: "2023-09",
|
||||
title: "Groom",
|
||||
quote: "Our wedding entrance was flawless!",
|
||||
tag: "Wedding",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/husband-hugging-wife-spending-relationship-anniversary-tower-terrace-enjoying-looking-metropolitan-city-panoramic-view-beautiful-landscape-town-buildings-romantic-rooftop_482257-33954.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-4lgmezwr.png",
|
||||
imageAlt: "elegant quinceanera portrait",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sofia",
|
||||
date: "2023-08",
|
||||
title: "Sweet 16",
|
||||
quote: "The surprise dance was the best part of the whole party.",
|
||||
tag: "Sweet 16",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-skirt_1157-5309.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-5ivypd5n.png",
|
||||
imageAlt: "elegant quinceanera portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos P.",
|
||||
date: "2023-07",
|
||||
title: "Quince Dad",
|
||||
quote: "Kaylee was professional and patient with our group.",
|
||||
tag: "Event",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/flamenco-dancer-studio_23-2149287129.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-yygawyyc.png",
|
||||
imageAlt: "elegant quinceanera portrait",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jordan",
|
||||
date: "2023-06",
|
||||
title: "Happy Client",
|
||||
quote: "So glad we booked her months in advance!",
|
||||
tag: "Event",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-holding-hand-whirling-elegant-woman_23-2148012533.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-0n5bt2f4.png",
|
||||
imageAlt: "elegant quinceanera portrait",
|
||||
},
|
||||
{ id: "t1", name: "Elena R.", date: "2023-10", title: "Quince Mom", quote: "Kaylee made our daughter's Quinceañera absolutely special.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-pink-dress-blue-jacket-stands-wind-somewhere-forest_8353-7431.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-x5odvge0.png", imageAlt: "elegant quinceanera portrait" },
|
||||
{ id: "t2", name: "Marcus", date: "2023-09", title: "Groom", quote: "Our wedding entrance was flawless!", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/husband-hugging-wife-spending-relationship-anniversary-tower-terrace-enjoying-looking-metropolitan-city-panoramic-view-beautiful-landscape-town-buildings-romantic-rooftop_482257-33954.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-4lgmezwr.png", imageAlt: "elegant quinceanera portrait" },
|
||||
{ id: "t3", name: "Sofia", date: "2023-08", title: "Sweet 16", quote: "The surprise dance was the best part of the whole party.", tag: "Sweet 16", avatarSrc: "http://img.b2bpic.net/free-photo/girl-skirt_1157-5309.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-5ivypd5n.png", imageAlt: "elegant quinceanera portrait" },
|
||||
{ id: "t4", name: "Carlos P.", date: "2023-07", title: "Quince Dad", quote: "Kaylee was professional and patient with our group.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/flamenco-dancer-studio_23-2149287129.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-yygawyyc.png", imageAlt: "elegant quinceanera portrait" },
|
||||
{ id: "t5", name: "Jordan", date: "2023-06", title: "Happy Client", quote: "So glad we booked her months in advance!", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-holding-hand-whirling-elegant-woman_23-2148012533.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CitqHgniWUrrcwUfke107QEmXM/uploaded-1776882740111-0n5bt2f4.png", imageAlt: "elegant quinceanera portrait" },
|
||||
]}
|
||||
title="Voices of Our Clients"
|
||||
description="Hear what families say about their experience with KL Choreography."
|
||||
@@ -357,26 +152,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "When should I book?",
|
||||
content: "Please notify us 4-6 months before your event date.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What packages are offered?",
|
||||
content: "We offer Basic, Deluxe, and VIP packages with various song counts and add-ons.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is a deposit required?",
|
||||
content: "Yes, a non-refundable $100 deposit secures your date.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I make payments?",
|
||||
content: "Yes, payment plan options are available; just ask!",
|
||||
},
|
||||
{ id: "f1", title: "When should I book?", content: "Please notify us 4-6 months before your event date." },
|
||||
{ id: "f2", title: "What packages are offered?", content: "We offer Basic, Deluxe, and VIP packages with various song counts and add-ons." },
|
||||
{ id: "f3", title: "Is a deposit required?", content: "Yes, a non-refundable $100 deposit secures your date." },
|
||||
{ id: "f4", title: "Can I make payments?", content: "Yes, payment plan options are available; just ask!" },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about booking and rehearsals."
|
||||
@@ -387,32 +166,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Let's Dance"
|
||||
title="Ready to Book?"
|
||||
description="Send us your date, court size, and preferred package. Last-minute dates may be available!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Message Kaylee",
|
||||
href: "https://www.instagram.com/kl.choreography/",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Message Kaylee", href: "https://www.instagram.com/kl.choreography/" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="KL Choreography"
|
||||
leftLink={{
|
||||
text: "Norristown, PA",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Instagram",
|
||||
href: "https://www.instagram.com/kl.choreography/",
|
||||
}}
|
||||
leftLink={{ text: "Norristown, PA", href: "#" }}
|
||||
rightLink={{ text: "Instagram", href: "https://www.instagram.com/kl.choreography/" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user