Update src/app/page.tsx

This commit is contained in:
2025-12-23 10:56:32 +00:00
parent 4b745d5c71
commit 53501e1883

View File

@@ -6,7 +6,7 @@ import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSpl
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FaqDouble from '@/components/sections/faq/FaqDouble';
@@ -152,7 +152,7 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardSix
<MetricCardOne
title="Our Impact by Numbers"
description="Proven results and student success across 15 years of English language education"
tag="Statistics"
@@ -160,31 +160,31 @@ export default function LandingPage() {
metrics={[
{
id: "1",
value: "5000+",
tag: "Students",
tagIcon: Users,
title: "Successful Learners Graduated"
value: "5000",
title: "Students",
description: "Successful Learners Graduated",
icon: Users
},
{
id: "2",
value: "95%",
tag: "Success Rate",
tagIcon: CheckCircle,
title: "Students Reach Target Level"
value: "95",
title: "Success Rate",
description: "Students Reach Target Level",
icon: CheckCircle
},
{
id: "3",
value: "45+",
tag: "Expert Instructors",
tagIcon: Award,
title: "Professional Certified Teachers"
value: "45",
title: "Expert Instructors",
description: "Professional Certified Teachers",
icon: Award
},
{
id: "4",
value: "15",
tag: "Years",
tagIcon: Calendar,
title: "Delivering Excellence in Education"
title: "Years",
description: "Delivering Excellence in Education",
icon: Calendar
}
]}
gridVariant="four-items-2x2-equal-grid"