From 6ba5234dae72d569c7e582a430f8dfa2436f1e39 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:03:58 +0000 Subject: [PATCH 01/11] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07f8165..f6bd20a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -150,4 +150,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From f54853f59576a26202dbeefe12eb255affc9a0b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:03:58 +0000 Subject: [PATCH 02/11] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index e437792..5580e8c 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -198,4 +198,4 @@ export default function ClassesPage() { ); -} \ No newline at end of file +} -- 2.49.1 From ddb30f25192d88e36b054676f35243fa716a9f0f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:03:59 +0000 Subject: [PATCH 03/11] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fadad3c..9e71457 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -128,4 +128,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 83736b9c181907cb4e35cd547cfd31d6dcd95455 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:03:59 +0000 Subject: [PATCH 04/11] Update src/app/layout.tsx --- src/app/layout.tsx | 1434 +------------------------------------------- 1 file changed, 9 insertions(+), 1425 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9337a5c..4b39cb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1436 +1,21 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Manrope } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], -}); +import "./styles/globals.css"; export const metadata: Metadata = { - title: "Trupti Dance Academy | Premium Dance & Fitness in Melissa, TX", - description: "Join Trupti Dance Academy in Melissa, Texas for BollyX fitness and Bollywood dance classes for kids, teens, and adults. Premium dance instruction with a supportive community.", - keywords: "dance academy, Bollywood dance, BollyX fitness, dance classes Melissa Texas, kids dance, adult dance fitness", - robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Trupti Dance Academy | Dance & Fitness", - description: "Premium Bollywood dance and fitness classes for all ages in Melissa, Texas. Join our vibrant dance community today.", - type: "website", - siteName: "Trupti Dance Academy", - images: [ - { - url: "http://img.b2bpic.net/free-photo/festive-girl-posing-star-light_23-2147651829.jpg", - alt: "Trupti Dance Academy", - }, - ], - }, + title: "Trupti Dance Academy | Dance Classes in Melissa, Texas", description: "Join Trupti Dance Academy for BollyX fitness and Bollywood dance classes. Fun for kids, teens, and adults of all skill levels in Melissa, Texas.", keywords: "dance classes, Bollywood dance, BollyX fitness, Melissa Texas, kids dance, adult fitness", openGraph: { + title: "Trupti Dance Academy | Dance Classes in Melissa, Texas", description: "Join our vibrant dance community for classes of all ages and skill levels.", url: "https://truptidance.fit", siteName: "Trupti Dance Academy", type: "website"}, twitter: { - card: "summary_large_image", - title: "Trupti Dance Academy | Dance & Fitness", - description: "Join our Bollywood dance and fitness classes in Melissa, Texas", - images: ["http://img.b2bpic.net/free-photo/festive-girl-posing-star-light_23-2147651829.jpg"], - }, + card: "summary_large_image", title: "Trupti Dance Academy", description: "Dance Your Way to Wellness & Joy"}, }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -