Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c67039726 | |||
| d8530e83c5 | |||
| 19917136ee |
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Award, Users, Globe, BookOpen, Sparkles, TrendingUp, Shield } from "lucide-react";
|
import { Award, Users, Globe, BookOpen, Sparkles, TrendingUp, Shield, CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
title="Building Leaders and Scholars Since 1988"
|
title="Building Leaders and Scholars Since 1988"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Users, label: "Established", value: "1988" },
|
{ icon: Users, label: "Established", value: "1988" },
|
||||||
{ icon: Shield, label: "CBSE Recognized", value: "Yes" },
|
{ icon: CheckCircle, label: "CBSE Recognized", value: "Yes" },
|
||||||
{ icon: Award, label: "Co-Educational", value: "Yes" },
|
{ icon: Award, label: "Co-Educational", value: "Yes" },
|
||||||
{ icon: BookOpen, label: "Medium", value: "English" }
|
{ icon: BookOpen, label: "Medium", value: "English" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user