Merge version_1 into main #1
@@ -8,7 +8,7 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Award, BookOpen, CheckCircle, Globe, Graduation, QrCode, Star, Target, Trophy, Users } from "lucide-react";
|
||||
import { Award, BookOpen, CheckCircle, Globe, GraduationCap, QrCode, Star, Target, Trophy, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
description="Measurable achievements in student success, academic performance, and community engagement demonstrate our commitment to excellence."
|
||||
metrics={[
|
||||
{ id: "1", icon: Trophy, title: "Awards Won", value: "47" },
|
||||
{ id: "2", icon: Graduation, title: "Graduates", value: "5,000+" },
|
||||
{ id: "2", icon: GraduationCap, title: "Graduates", value: "5,000+" },
|
||||
{ id: "3", icon: Globe, title: "Countries", value: "35" },
|
||||
{ id: "4", icon: Star, title: "Rating", value: "4.9/5" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user