Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-11 09:09:47 +00:00
7 changed files with 73 additions and 37 deletions

View File

@@ -52,7 +52,7 @@ export default function AboutPage() {
href: "/about",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-girls-doing-yoga_1157-18720.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-girls-doing-yoga_1157-18720.jpg?_wi=3"
imageAlt="CAD Bharuch Studio"
useInvertedBackground={false}
/>

View File

@@ -114,7 +114,7 @@ export default function ClassesPage() {
href: "contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-girls-doing-yoga_1157-18720.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-girls-doing-yoga_1157-18720.jpg?_wi=2"
imageAlt="Class in Progress"
useInvertedBackground={false}
/>
@@ -157,7 +157,7 @@ export default function ClassesPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150598833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150598833.jpg?_wi=2"
imageAlt="Dance performance"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -76,7 +76,7 @@ export default function ContactPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg?_wi=4"
imageAlt="Dance class in action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -121,7 +121,7 @@ export default function ContactPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150598833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150598833.jpg?_wi=3"
imageAlt="Dance group performing"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -60,7 +60,7 @@ export default function GalleryPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg?_wi=2"
imageAlt="Dance class in action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -77,7 +77,7 @@ export default function GalleryPage() {
quote: "My daughter loves attending CAD Bharuch. The instructors are very supportive and make learning fun. Highly recommended!",
name: "Priya Sharma",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=2",
},
{
id: "2",
@@ -85,7 +85,7 @@ export default function GalleryPage() {
quote: "As a shy teenager, I was nervous about dance. But the friendly atmosphere at CAD Bharuch helped me overcome my fears and discover my passion.",
name: "Aditya Patel",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-confident-man-crossed-his-arms_179666-43088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-confident-man-crossed-his-arms_179666-43088.jpg?_wi=2",
},
{
id: "3",
@@ -93,7 +93,7 @@ export default function GalleryPage() {
quote: "Amazing choreography for our wedding! The team was professional and created unforgettable memories for our big day.",
name: "Anjali & Rahul",
role: "Couple",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4943.jpg?_wi=2",
},
{
id: "4",
@@ -101,7 +101,7 @@ export default function GalleryPage() {
quote: "Fitness dance at CAD Bharuch is the most fun I've had working out. It's energetic, effective, and addictive!",
name: "Deepa Verma",
role: "Adult Member",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=2",
},
{
id: "5",
@@ -109,7 +109,7 @@ export default function GalleryPage() {
quote: "Finally found a place where I can learn real hip-hop with experienced instructors. CAD Bharuch is the best!",
name: "Viraj Singh",
role: "Teen Student",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-closeup-portrait_158595-2352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-closeup-portrait_158595-2352.jpg?_wi=2",
},
{
id: "6",
@@ -117,7 +117,7 @@ export default function GalleryPage() {
quote: "My 8-year-old can't wait for dance class every week. The instructors are amazing with kids!",
name: "Megha Desai",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg?_wi=2",
},
]}
title="What Our Students Say"

View File

@@ -1,28 +1,62 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "CAD Bharuch - Dance Classes in Bharuch | Best Academy",
description: "Learn dance at CAD Bharuch. Expert instructors offer Kids, Hip-Hop, Bollywood, Wedding Choreography & Fitness Dance. Book your free demo class today!",
keywords: "dance classes Bharuch, kids dance academy, hip hop dance, Bollywood dance, dance school Gujarat",
metadataBase: new URL("https://cadbharuch.com"),
alternates: {
canonical: "https://cadbharuch.com",
},
openGraph: {
title: "CAD Bharuch - Dance Classes in Bharuch",
description: "Join Bharuch's most energetic dance academy. Classes for kids, teens & adults. Book free demo now!",
type: "website",
siteName: "CAD Bharuch Creative Art of Dance",
images: [
{
url: "http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg",
alt: "CAD Bharuch Dance Studio",
},
],
},
twitter: {
card: "summary_large_image",
title: "CAD Bharuch - Dance Academy",
description: "Book your free dance class today!",
images: [
"http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg?_wi=1"
imageAlt="Dance class in action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -179,7 +179,7 @@ export default function HomePage() {
href: "/about",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-girls-doing-yoga_1157-18720.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-elegant-girls-doing-yoga_1157-18720.jpg?_wi=1"
imageAlt="CAD Bharuch Studio"
useInvertedBackground={false}
/>
@@ -201,7 +201,7 @@ export default function HomePage() {
name: "Priya Sharma",
role: "Parent",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
{
@@ -212,7 +212,7 @@ export default function HomePage() {
name: "Aditya Patel",
role: "Student",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-confident-man-crossed-his-arms_179666-43088.jpg",
"http://img.b2bpic.net/free-photo/front-view-confident-man-crossed-his-arms_179666-43088.jpg?_wi=1",
imageAlt: "Aditya Patel",
},
{
@@ -223,7 +223,7 @@ export default function HomePage() {
name: "Anjali & Rahul",
role: "Couple",
imageSrc:
"http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4943.jpg",
"http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4943.jpg?_wi=1",
imageAlt: "Anjali & Rahul",
},
{
@@ -234,7 +234,7 @@ export default function HomePage() {
name: "Deepa Verma",
role: "Adult Member",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
"http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=1",
imageAlt: "Deepa Verma",
},
{
@@ -245,7 +245,7 @@ export default function HomePage() {
name: "Viraj Singh",
role: "Teen Student",
imageSrc:
"http://img.b2bpic.net/free-photo/pretty-woman-closeup-portrait_158595-2352.jpg",
"http://img.b2bpic.net/free-photo/pretty-woman-closeup-portrait_158595-2352.jpg?_wi=1",
imageAlt: "Viraj Singh",
},
{
@@ -256,7 +256,7 @@ export default function HomePage() {
name: "Megha Desai",
role: "Parent",
imageSrc:
"http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg",
"http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg?_wi=1",
imageAlt: "Megha Desai",
},
]}
@@ -300,7 +300,7 @@ export default function HomePage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150598833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150598833.jpg?_wi=1"
imageAlt="Dance group performing"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -70,7 +70,7 @@ export default function ReviewsPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346555.jpg?_wi=3"
imageAlt="Dance class in action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -87,7 +87,7 @@ export default function ReviewsPage() {
quote: "My daughter loves attending CAD Bharuch. The instructors are very supportive and make learning fun. Highly recommended!",
name: "Priya Sharma",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=3",
imageAlt: "happy parent smiling portrait professional",
},
{
@@ -96,7 +96,7 @@ export default function ReviewsPage() {
quote: "As a shy teenager, I was nervous about dance. But the friendly atmosphere at CAD Bharuch helped me overcome my fears and discover my passion.",
name: "Aditya Patel",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-confident-man-crossed-his-arms_179666-43088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-confident-man-crossed-his-arms_179666-43088.jpg?_wi=3",
imageAlt: "young male teenager headshot confident",
},
{
@@ -105,7 +105,7 @@ export default function ReviewsPage() {
quote: "Amazing choreography for our wedding! The team was professional and created unforgettable memories for our big day.",
name: "Anjali & Rahul",
role: "Couple",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-wedding-couple-love-walks-mountains-forest_1328-4943.jpg?_wi=3",
imageAlt: "couple portrait wedding celebration happy",
},
{
@@ -114,7 +114,7 @@ export default function ReviewsPage() {
quote: "Fitness dance at CAD Bharuch is the most fun I've had working out. It's energetic, effective, and addictive!",
name: "Deepa Verma",
role: "Adult Member",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=3",
imageAlt: "adult woman fitness portrait confident",
},
{
@@ -123,7 +123,7 @@ export default function ReviewsPage() {
quote: "Finally found a place where I can learn real hip-hop with experienced instructors. CAD Bharuch is the best!",
name: "Viraj Singh",
role: "Teen Student",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-closeup-portrait_158595-2352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-closeup-portrait_158595-2352.jpg?_wi=3",
imageAlt: "young male teen hip hop style portrait",
},
{
@@ -132,7 +132,7 @@ export default function ReviewsPage() {
quote: "My 8-year-old can't wait for dance class every week. The instructors are amazing with kids!",
name: "Megha Desai",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15285.jpg?_wi=3",
imageAlt: "happy parent child family portrait",
},
]}