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