Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:45:02 +00:00

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "View Our History", href: "features"
text: "View Our History", href: "#features"
}
]}
buttonAnimation="slide-up"
@@ -149,16 +149,16 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: 95, title: "%", description: "Average Pass Rate in SPM Examinations", icon: TrendingUp
id: "1", value: "95", title: "%", description: "Average Pass Rate in SPM Examinations", icon: TrendingUp
},
{
id: "2", value: 500, title: "+", description: "Active Student Population", icon: Users
id: "2", value: "500", title: "+", description: "Active Student Population", icon: Users
},
{
id: "3", value: 50, title: "+", description: "Co-Curricular Programs & Clubs", icon: Sparkles
id: "3", value: "50", title: "+", description: "Co-Curricular Programs & Clubs", icon: Sparkles
},
{
id: "4", value: 2500, title: "+", description: "Alumni in Professional Careers", icon: Award
id: "4", value: "2500", title: "+", description: "Alumni in Professional Careers", icon: Award
}
]}
textboxLayout="default"
@@ -167,7 +167,7 @@ export default function HomePage() {
animationType="slide-up"
buttons={[
{
text: "Read Success Stories", href: "testimonials"
text: "Read Success Stories", href: "#testimonials"
}
]}
buttonAnimation="slide-up"