|
|
|
|
@@ -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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|