diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 99d66b8..ad836ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9c13a..506d377 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,9 +91,9 @@ export default function LandingPage() { useInvertedBackground={false} metricsAnimation="slide-up" metrics={[ + { icon: Zap, label: "Strong Results", value: "95%" }, { icon: Users, label: "Experienced Teachers", value: "50+" }, { icon: Shield, label: "Safe Campus", value: "24/7" }, - { icon: Zap, label: "Strong Results", value: "95%" }, { icon: Heart, label: "Values-Based Learning", value: "Core Focus" }, { icon: CheckCircle, label: "CBSE Affiliation", value: "Verified" } ]} @@ -303,4 +303,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file