From 63e176207037962dbd3066287229fcc615929c20 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:29:00 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b383489..e587ea8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Panwar Classes - Quality Education in Ajmer", description: "Quality education for Class 1-12 in Ajmer with experienced faculty, personalized learning, and proven results."}; + title: "Panwar Classes - Quality Education in Ajmer", description: "Quality education for Class 1-12 in Ajmer with experienced faculty, personalized learning, and proven results." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a62571c99c7fac448e90c761552f9e46c00ab6ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:29:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e0ed0f..a3c3d07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { tag="About Panwar Classes" tagIcon={BookOpen} tagAnimation="blur-reveal" - title="Building Academic Excellence in Ajmer with Personalized Learning & Expert Guidance" + title="95% Students Score Above 75% | Expert Faculty | Proven Results" useInvertedBackground={true} buttons={[ { text: "View Admission Process", href: "#contact" }, @@ -285,4 +285,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1