3 Commits

Author SHA1 Message Date
41ad7c6fc9 Update src/app/page.tsx 2026-03-05 06:07:29 +00:00
56a01f7582 Update src/app/layout.tsx 2026-03-05 06:07:29 +00:00
c38c6101db Merge version_2 into main
Merge version_2 into main
2026-03-05 06:05:39 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -91,9 +91,9 @@ export default function LandingPage() {
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: Zap, label: "Strong Results", value: "95%" },
{ icon: Users, label: "Experienced Teachers", value: "50+" },
{ icon: Shield, label: "Safe Campus", value: "24/7" },
{ icon: Zap, label: "Strong Results", value: "95%" },
{ icon: Heart, label: "Values-Based Learning", value: "Core Focus" },
{ icon: CheckCircle, label: "CBSE Affiliation", value: "Verified" }
]}
@@ -303,4 +303,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}