Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-06 08:06:37 +00:00
5 changed files with 153 additions and 380 deletions

View File

@@ -25,7 +25,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -39,9 +39,7 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "About CAD Bharuch Dance Academy",
},
type: "text", content: "About CAD Bharuch Dance Academy"},
]}
useInvertedBackground={false}
buttons={[
@@ -57,34 +55,16 @@ export default function AboutPage() {
<MetricCardSeven
metrics={[
{
id: "1",
value: "500+",
title: "Students Trained",
items: [
"Kids to adults",
"All skill levels",
"Success stories",
],
id: "1", value: "500+", title: "Students Trained", items: [
"Kids to adults", "All skill levels", "Success stories"],
},
{
id: "2",
value: "10+",
title: "Years Experience",
items: [
"Expert instructors",
"Professional training",
"Proven methods",
],
id: "2", value: "10+", title: "Years Experience", items: [
"Expert instructors", "Professional training", "Proven methods"],
},
{
id: "3",
value: "100%",
title: "Student Satisfaction",
items: [
"Supportive environment",
"Personal attention",
"Growth focused",
],
id: "3", value: "100%", title: "Student Satisfaction", items: [
"Supportive environment", "Personal attention", "Growth focused"],
},
]}
title="Our Journey & Impact"
@@ -100,38 +80,17 @@ export default function AboutPage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "A Life-Changing Experience",
quote:
"Joining CAD Bharuch was the best decision for my child. The confidence boost has been incredible, and the instructors truly care about each student.",
name: "Priya Patel",
role: "Parent of 3 students",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg?_wi=2",
imageAlt: "Priya Patel",
},
id: "1", title: "A Life-Changing Experience", quote:
"Joining CAD Bharuch was the best decision for my child. The confidence boost has been incredible, and the instructors truly care about each student.", name: "Priya Patel", role: "Parent of 3 students", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg", imageAlt: "Priya Patel"},
{
id: "2",
title: "Professional & Supportive",
quote:
"The instructors at CAD Bharuch are not only skilled but also incredibly supportive. They make dance accessible and fun for everyone.",
name: "Rahul Sharma",
role: "Parent & Dance Enthusiast",
imageSrc:
"http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg?_wi=2",
imageAlt: "Rahul Sharma",
},
id: "2", title: "Professional & Supportive", quote:
"The instructors at CAD Bharuch are not only skilled but also incredibly supportive. They make dance accessible and fun for everyone.", name: "Rahul Sharma", role: "Parent & Dance Enthusiast", imageSrc:
"http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg", imageAlt: "Rahul Sharma"},
{
id: "3",
title: "A Community of Dancers",
quote:
"It's more than just dance classes—it's a community. My friends and I have grown so much, both as dancers and as people.",
name: "Aisha Khan",
role: "Bollywood Dance Instructor",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg?_wi=2",
imageAlt: "Aisha Khan",
},
id: "3", title: "A Community of Dancers", quote:
"It's more than just dance classes—it's a community. My friends and I have grown so much, both as dancers and as people.", name: "Aisha Khan", role: "Bollywood Dance Instructor", imageSrc:
"http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg", imageAlt: "Aisha Khan"},
]}
title="Instructor & Student Stories"
description="Real experiences from our dance community"
@@ -153,7 +112,7 @@ export default function AboutPage() {
{ text: "Book Free Demo", href: "/contact" },
{ text: "Get in Touch", href: "tel:07405164656" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
ariaLabel="About call to action section"
/>
@@ -161,14 +120,13 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg"
imageAlt="CAD Bharuch dance studio interior"
logoText="CAD Bharuch"
copyrightText="© 2025 CAD Bharuch Creative Art of Dance. All rights reserved."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "About", href: "/about" },
@@ -176,20 +134,16 @@ export default function AboutPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Phone: 074051 64656", href: "tel:07405164656" },
{
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch",
href: "#",
},
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch", href: "#"},
{ label: "Open until 11 PM", href: "#" },
{ label: "Google Reviews", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },

View File

@@ -25,7 +25,7 @@ export default function ClassesPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -39,65 +39,35 @@ export default function ClassesPage() {
<FeatureCardTwentySix
features={[
{
title: "Kids Dance Classes",
description:
"Ages 4-12: Fun, foundational dance skills with creative movement and rhythm training. Perfect for beginners. Classes held 3x per week with our certified instructors.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg?_wi=2",
imageAlt: "Kids dancing in studio",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Kids Dance Classes", description:
"Ages 4-12: Fun, foundational dance skills with creative movement and rhythm training. Perfect for beginners. Classes held 3x per week with our certified instructors.", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg", imageAlt: "Kids dancing in studio", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Bollywood Dance",
description:
"Learn energetic, expressive Bollywood choreography perfect for performances and celebrations. All ages welcome. Master traditional Indian dance movements.",
imageSrc:
"http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219966.jpg?_wi=2",
imageAlt: "Bollywood dance performance",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Bollywood Dance", description:
"Learn energetic, expressive Bollywood choreography perfect for performances and celebrations. All ages welcome. Master traditional Indian dance movements.", imageSrc:
"http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219966.jpg", imageAlt: "Bollywood dance performance", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Hip-Hop & Freestyle",
description:
"Urban dance styles for teens and adults. Build confidence and express yourself through movement. Weekly performances and freestyle sessions.",
imageSrc:
"http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg?_wi=2",
imageAlt: "Hip-hop dance class",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Hip-Hop & Freestyle", description:
"Urban dance styles for teens and adults. Build confidence and express yourself through movement. Weekly performances and freestyle sessions.", imageSrc:
"http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg", imageAlt: "Hip-hop dance class", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Wedding Choreography",
description:
"Couples and family choreography for weddings and special celebrations. Professional guidance for your special day. Customized routines in 4-6 weeks.",
imageSrc:
"http://img.b2bpic.net/free-photo/wedding-couple-dancing-their-first-dance_1303-10483.jpg?_wi=2",
imageAlt: "Wedding dance performance",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Wedding Choreography", description:
"Couples and family choreography for weddings and special celebrations. Professional guidance for your special day. Customized routines in 4-6 weeks.", imageSrc:
"http://img.b2bpic.net/free-photo/wedding-couple-dancing-their-first-dance_1303-10483.jpg", imageAlt: "Wedding dance performance", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Fitness Dance",
description:
"Energetic dance workouts for fitness and wellness. Fun way to stay active. High-energy classes combining Zumba and dance cardio.",
imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg?_wi=3",
imageAlt: "Fitness dance class",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Fitness Dance", description:
"Energetic dance workouts for fitness and wellness. Fun way to stay active. High-energy classes combining Zumba and dance cardio.", imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg", imageAlt: "Fitness dance class", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Adult Dance Classes",
description:
"Hobby and recreational classes for adults. No experience necessary—just bring enthusiasm! Evening and weekend batches available.",
imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg?_wi=4",
imageAlt: "Adult dance class",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Adult Dance Classes", description:
"Hobby and recreational classes for adults. No experience necessary—just bring enthusiasm! Evening and weekend batches available.", imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg", imageAlt: "Adult dance class", buttonIcon: ArrowRight,
buttonHref: "/contact"},
]}
title="All Dance Classes"
description="Comprehensive dance programs for every age and skill level at CAD Bharuch"
@@ -132,7 +102,7 @@ export default function ClassesPage() {
{ text: "Book Free Trial", href: "/contact" },
{ text: "Call: 074051 64656", href: "tel:07405164656" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
ariaLabel="Classes call to action section"
/>
@@ -140,14 +110,13 @@ export default function ClassesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg"
imageAlt="CAD Bharuch dance studio interior"
logoText="CAD Bharuch"
copyrightText="© 2025 CAD Bharuch Creative Art of Dance. All rights reserved."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "About", href: "/about" },
@@ -155,20 +124,16 @@ export default function ClassesPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Phone: 074051 64656", href: "tel:07405164656" },
{
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch",
href: "#",
},
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch", href: "#"},
{ label: "Open until 11 PM", href: "#" },
{ label: "Google Reviews", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -42,7 +42,7 @@ export default function ContactPage() {
{ text: "Call Now: 074051 64656", href: "tel:07405164656" },
{ text: "WhatsApp Us", href: "#" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
ariaLabel="Main contact section"
/>
@@ -52,9 +52,7 @@ export default function ContactPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Get in Touch",
},
type: "text", content: "Get in Touch"},
]}
useInvertedBackground={false}
buttons={[
@@ -70,38 +68,17 @@ export default function ContactPage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Responsive & Professional",
quote:
"The team at CAD Bharuch was very responsive when I inquired about classes. They answered all my questions and made booking a demo class easy!",
name: "Priya Patel",
role: "New Parent Inquiry",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg?_wi=3",
imageAlt: "Priya Patel",
},
id: "1", title: "Responsive & Professional", quote:
"The team at CAD Bharuch was very responsive when I inquired about classes. They answered all my questions and made booking a demo class easy!", name: "Priya Patel", role: "New Parent Inquiry", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg", imageAlt: "Priya Patel"},
{
id: "2",
title: "Welcoming & Supportive",
quote:
"From my first call to my first class, CAD Bharuch made me feel welcome. The instructors took time to understand my goals and skill level.",
name: "Rahul Sharma",
role: "Adult Student Inquiry",
imageSrc:
"http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg?_wi=3",
imageAlt: "Rahul Sharma",
},
id: "2", title: "Welcoming & Supportive", quote:
"From my first call to my first class, CAD Bharuch made me feel welcome. The instructors took time to understand my goals and skill level.", name: "Rahul Sharma", role: "Adult Student Inquiry", imageSrc:
"http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg", imageAlt: "Rahul Sharma"},
{
id: "3",
title: "Professional Communication",
quote:
"Quick response times, friendly staff, and clear information about classes and schedules. CAD Bharuch made the enrollment process smooth and hassle-free.",
name: "Aisha Khan",
role: "Student Referral",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg?_wi=3",
imageAlt: "Aisha Khan",
},
id: "3", title: "Professional Communication", quote:
"Quick response times, friendly staff, and clear information about classes and schedules. CAD Bharuch made the enrollment process smooth and hassle-free.", name: "Aisha Khan", role: "Student Referral", imageSrc:
"http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg", imageAlt: "Aisha Khan"},
]}
title="What Students Say About Our Service"
description="We pride ourselves on responsive, professional, and friendly customer service"
@@ -115,14 +92,13 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg"
imageAlt="CAD Bharuch dance studio interior"
logoText="CAD Bharuch"
copyrightText="© 2025 CAD Bharuch Creative Art of Dance. All rights reserved."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "About", href: "/about" },
@@ -130,20 +106,16 @@ export default function ContactPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Phone: 074051 64656", href: "tel:07405164656" },
{
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch",
href: "#",
},
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch", href: "#"},
{ label: "Open until 11 PM", href: "#" },
{ label: "Google Reviews", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },

View File

@@ -25,7 +25,7 @@ export default function GalleryPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -39,65 +39,35 @@ export default function GalleryPage() {
<FeatureCardTwentySix
features={[
{
title: "Performance Highlights",
description:
"Spectacular performances by our talented students on stage. Annual recitals showcase the progress and dedication of our dance community.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sexy-go-go-dancer-girls-posing-nightclub_7502-4876.jpg",
imageAlt: "Dance performance stage",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Performance Highlights", description:
"Spectacular performances by our talented students on stage. Annual recitals showcase the progress and dedication of our dance community.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sexy-go-go-dancer-girls-posing-nightclub_7502-4876.jpg", imageAlt: "Dance performance stage", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Studio Training Sessions",
description:
"Candid moments from our daily training sessions. Students learning, growing, and enjoying the dance journey together in our professional studio.",
imageSrc:
"http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg?_wi=1",
imageAlt: "Dance practice in studio",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Studio Training Sessions", description:
"Candid moments from our daily training sessions. Students learning, growing, and enjoying the dance journey together in our professional studio.", imageSrc:
"http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg", imageAlt: "Dance practice in studio", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Events & Celebrations",
description:
"Special events and celebrations hosted by CAD Bharuch. Student achievements, recitals, and community gatherings throughout the year.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-young-people-having-fun-party_23-2151108199.jpg",
imageAlt: "Dance event celebration",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Events & Celebrations", description:
"Special events and celebrations hosted by CAD Bharuch. Student achievements, recitals, and community gatherings throughout the year.", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-young-people-having-fun-party_23-2151108199.jpg", imageAlt: "Dance event celebration", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Professional Recitals",
description:
"Professionally lit stage performances featuring our advanced students. High-energy routines performed with confidence and skill.",
imageSrc:
"http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19726.jpg",
imageAlt: "Professional dance recital",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Professional Recitals", description:
"Professionally lit stage performances featuring our advanced students. High-energy routines performed with confidence and skill.", imageSrc:
"http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19726.jpg", imageAlt: "Professional dance recital", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Team Performances",
description:
"Group performances and choreographed routines. Our students shine together, demonstrating unity and artistic excellence.",
imageSrc:
"http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg?_wi=2",
imageAlt: "Group dance performance",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Team Performances", description:
"Group performances and choreographed routines. Our students shine together, demonstrating unity and artistic excellence.", imageSrc:
"http://img.b2bpic.net/free-photo/dance-class-women_1385-3184.jpg", imageAlt: "Group dance performance", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Studio Milestones",
description:
"Memorable moments marking milestones in students' dance journey. Achievements, graduations, and celebrations of progress.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg?_wi=3",
imageAlt: "Studio milestone celebration",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Studio Milestones", description:
"Memorable moments marking milestones in students' dance journey. Achievements, graduations, and celebrations of progress.", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg", imageAlt: "Studio milestone celebration", buttonIcon: ArrowRight,
buttonHref: "/contact"},
]}
title="Gallery & Memories"
description="Explore moments from performances, training sessions, and events at CAD Bharuch"
@@ -113,9 +83,7 @@ export default function GalleryPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Capture Your Dance Story",
},
type: "text", content: "Capture Your Dance Story"},
]}
useInvertedBackground={false}
buttons={[
@@ -135,7 +103,7 @@ export default function GalleryPage() {
{ text: "Enroll Today", href: "/contact" },
{ text: "Book Demo Class", href: "/contact" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
ariaLabel="Gallery call to action section"
/>
@@ -143,14 +111,13 @@ export default function GalleryPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg"
imageAlt="CAD Bharuch dance studio interior"
logoText="CAD Bharuch"
copyrightText="© 2025 CAD Bharuch Creative Art of Dance. All rights reserved."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "About", href: "/about" },
@@ -158,20 +125,16 @@ export default function GalleryPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Phone: 074051 64656", href: "tel:07405164656" },
{
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch",
href: "#",
},
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch", href: "#"},
{ label: "Open until 11 PM", href: "#" },
{ label: "Google Reviews", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },

View File

@@ -28,7 +28,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -52,7 +52,7 @@ export default function HomePage() {
imageAlt="Dance class in progress at CAD Bharuch studio"
mediaAnimation="blur-reveal"
frameStyle="card"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
ariaLabel="Hero section - CAD Bharuch Dance Academy"
/>
</div>
@@ -61,34 +61,16 @@ export default function HomePage() {
<MetricCardSeven
metrics={[
{
id: "1",
value: "4.3★",
title: "Google Rating from 20+ Reviews",
items: [
"Trusted by Bharuch community",
"Professional instructors",
"Student success stories",
],
id: "1", value: "4.3★", title: "Google Rating from 20+ Reviews", items: [
"Trusted by Bharuch community", "Professional instructors", "Student success stories"],
},
{
id: "2",
value: "6+",
title: "Dance Styles Offered",
items: [
"Kids, Teens & Adults",
"Beginner to advanced",
"All skill levels welcome",
],
id: "2", value: "6+", title: "Dance Styles Offered", items: [
"Kids, Teens & Adults", "Beginner to advanced", "All skill levels welcome"],
},
{
id: "3",
value: "Stage",
title: "Performance Opportunities",
items: [
"Regular recitals",
"Competition ready",
"Build confidence",
],
id: "3", value: "Stage", title: "Performance Opportunities", items: [
"Regular recitals", "Competition ready", "Build confidence"],
},
]}
title="Why Students Love CAD Bharuch"
@@ -104,65 +86,35 @@ export default function HomePage() {
<FeatureCardTwentySix
features={[
{
title: "Kids Dance Classes",
description:
"Ages 4-12: Fun, foundational dance skills with creative movement and rhythm training.",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg?_wi=1",
imageAlt: "Kids dancing in studio",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Kids Dance Classes", description:
"Ages 4-12: Fun, foundational dance skills with creative movement and rhythm training.", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-kids-posing-together_23-2149351832.jpg", imageAlt: "Kids dancing in studio", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Bollywood Dance",
description:
"Learn energetic, expressive Bollywood choreography perfect for performances and celebrations.",
imageSrc:
"http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219966.jpg?_wi=1",
imageAlt: "Bollywood dance performance",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Bollywood Dance", description:
"Learn energetic, expressive Bollywood choreography perfect for performances and celebrations.", imageSrc:
"http://img.b2bpic.net/free-photo/celebration-deity-navratri_23-2151219966.jpg", imageAlt: "Bollywood dance performance", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Hip-Hop & Freestyle",
description:
"Urban dance styles for teens and adults. Build confidence and express yourself through movement.",
imageSrc:
"http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg?_wi=1",
imageAlt: "Hip-hop dance class",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Hip-Hop & Freestyle", description:
"Urban dance styles for teens and adults. Build confidence and express yourself through movement.", imageSrc:
"http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg", imageAlt: "Hip-hop dance class", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Wedding Choreography",
description:
"Couples and family choreography for weddings and special celebrations.",
imageSrc:
"http://img.b2bpic.net/free-photo/wedding-couple-dancing-their-first-dance_1303-10483.jpg?_wi=1",
imageAlt: "Wedding dance performance",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Wedding Choreography", description:
"Couples and family choreography for weddings and special celebrations.", imageSrc:
"http://img.b2bpic.net/free-photo/wedding-couple-dancing-their-first-dance_1303-10483.jpg", imageAlt: "Wedding dance performance", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Fitness Dance",
description:
"Energetic dance workouts for fitness and wellness. Fun way to stay active.",
imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg?_wi=1",
imageAlt: "Fitness dance class",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Fitness Dance", description:
"Energetic dance workouts for fitness and wellness. Fun way to stay active.", imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg", imageAlt: "Fitness dance class", buttonIcon: ArrowRight,
buttonHref: "/contact"},
{
title: "Adult Dance Classes",
description:
"Hobby and recreational classes for adults. No experience necessary—just bring enthusiasm!",
imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg?_wi=2",
imageAlt: "Adult dance class",
buttonIcon: ArrowRight,
buttonHref: "/contact",
},
title: "Adult Dance Classes", description:
"Hobby and recreational classes for adults. No experience necessary—just bring enthusiasm!", imageSrc:
"http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074858.jpg", imageAlt: "Adult dance class", buttonIcon: ArrowRight,
buttonHref: "/contact"},
]}
title="Dance Classes Offered"
description="Explore our diverse dance styles designed for every age and skill level"
@@ -191,49 +143,21 @@ export default function HomePage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Transformed My Child's Confidence",
quote:
"My daughter was shy before joining CAD Bharuch. Now she's confident, expressive, and has made wonderful friends. The instructors are incredibly patient and encouraging. Highly recommended!",
name: "Priya Patel",
role: "Parent, Kids Dance Class",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg?_wi=1",
imageAlt: "Priya Patel",
},
id: "1", title: "Transformed My Child's Confidence", quote:
"My daughter was shy before joining CAD Bharuch. Now she's confident, expressive, and has made wonderful friends. The instructors are incredibly patient and encouraging. Highly recommended!", name: "Priya Patel", role: "Parent, Kids Dance Class", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-smiling-mother-son-beach-sunlight_181624-8765.jpg", imageAlt: "Priya Patel"},
{
id: "2",
title: "Amazing Hip-Hop Classes",
quote:
"Best investment for my teenagers! They look forward to every class. The energy is contagious and the instructors really care about each student's progress.",
name: "Rahul Sharma",
role: "Parent, Hip-Hop Classes",
imageSrc:
"http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg?_wi=1",
imageAlt: "Rahul Sharma",
},
id: "2", title: "Amazing Hip-Hop Classes", quote:
"Best investment for my teenagers! They look forward to every class. The energy is contagious and the instructors really care about each student's progress.", name: "Rahul Sharma", role: "Parent, Hip-Hop Classes", imageSrc:
"http://img.b2bpic.net/free-photo/student-girl-happy-with-homework_1098-119.jpg", imageAlt: "Rahul Sharma"},
{
id: "3",
title: "Found My Passion for Dancing",
quote:
"I started as a complete beginner and now I can perform on stage! The supportive environment and professional instruction at CAD Bharuch made all the difference.",
name: "Aisha Khan",
role: "Bollywood Dance Student",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg?_wi=1",
imageAlt: "Aisha Khan",
},
id: "3", title: "Found My Passion for Dancing", quote:
"I started as a complete beginner and now I can perform on stage! The supportive environment and professional instruction at CAD Bharuch made all the difference.", name: "Aisha Khan", role: "Bollywood Dance Student", imageSrc:
"http://img.b2bpic.net/free-photo/woman-walks-downtown-with-fitness-mat-going-have-aerobics-exercises-goes-practice-down-street-relaxes-after-workout-wears-sportsclothes-people-lifestyle-physical-activity_273609-54102.jpg", imageAlt: "Aisha Khan"},
{
id: "4",
title: "Great Fitness & Fun",
quote:
"The fitness dance classes are fantastic. I've improved my health while having fun and meeting great people. Highly worth it!",
name: "Vijay Desai",
role: "Adult Fitness Dance",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-mature-man-his-adult-son-embracing-while-greeting-kitchen_637285-10294.jpg",
imageAlt: "Vijay Desai",
},
id: "4", title: "Great Fitness & Fun", quote:
"The fitness dance classes are fantastic. I've improved my health while having fun and meeting great people. Highly worth it!", name: "Vijay Desai", role: "Adult Fitness Dance", imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-mature-man-his-adult-son-embracing-while-greeting-kitchen_637285-10294.jpg", imageAlt: "Vijay Desai"},
]}
title="Student Reviews & Success Stories"
description="Hear from our students and their families about their dance journey at CAD Bharuch"
@@ -253,7 +177,7 @@ export default function HomePage() {
{ text: "Book Free Demo", href: "/contact" },
{ text: "Call: 074051 64656", href: "tel:07405164656" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
ariaLabel="Call to action section"
/>
@@ -261,14 +185,13 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-performing-stretching-exercise-exercise-mat_1170-278.jpg"
imageAlt="CAD Bharuch dance studio interior"
logoText="CAD Bharuch"
copyrightText="© 2025 CAD Bharuch Creative Art of Dance. All rights reserved."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "About", href: "/about" },
@@ -276,20 +199,16 @@ export default function HomePage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Phone: 074051 64656", href: "tel:07405164656" },
{
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch",
href: "#",
},
label: "2nd Floor, 33 Zadeshwar Rd, Bharuch", href: "#"},
{ label: "Open until 11 PM", href: "#" },
{ label: "Google Reviews", href: "#" },
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{ label: "Facebook", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp", href: "#" },