4 Commits

Author SHA1 Message Date
c3e7ae317e Merge version_3 into main
Merge version_3 into main
2026-03-10 02:29:04 +00:00
a62571c99c Update src/app/page.tsx 2026-03-10 02:29:00 +00:00
63e1762070 Update src/app/layout.tsx 2026-03-10 02:29:00 +00:00
575cd19f96 Merge version_2 into main
Merge version_2 into main
2026-03-10 02:25:30 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}