7 Commits

Author SHA1 Message Date
1c67039726 Update src/app/page.tsx 2026-03-05 08:29:36 +00:00
d8530e83c5 Merge version_2 into main
Merge version_2 into main
2026-03-05 07:57:48 +00:00
1c9c60e7cd Update src/app/page.tsx 2026-03-05 07:57:44 +00:00
19917136ee Merge version_2 into main
Merge version_2 into main
2026-03-05 07:56:34 +00:00
56d3ca844d Update src/app/page.tsx 2026-03-05 07:56:30 +00:00
2d54a6a63a Update src/app/layout.tsx 2026-03-05 07:56:29 +00:00
a362b286e9 Merge version_1 into main
Merge version_1 into main
2026-03-05 07:53:10 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Users, Globe, BookOpen, Sparkles, TrendingUp } from "lucide-react";
import { Award, Users, Globe, BookOpen, Sparkles, TrendingUp, Shield, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,7 +64,7 @@ export default function LandingPage() {
title="Building Leaders and Scholars Since 1988"
metrics={[
{ icon: Users, label: "Established", value: "1988" },
{ icon: Globe, label: "Affiliation", value: "CBSE" },
{ icon: CheckCircle, label: "CBSE Recognized", value: "Yes" },
{ icon: Award, label: "Co-Educational", value: "Yes" },
{ icon: BookOpen, label: "Medium", value: "English" }
]}
@@ -163,4 +163,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}