2 Commits

Author SHA1 Message Date
0c2b0c16cc Update src/app/page.tsx 2025-12-23 13:25:56 +00:00
317da98c5e Update src/app/page.tsx 2025-12-23 13:08:21 +00:00

View File

@@ -7,7 +7,6 @@ import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric';
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import SplitAboutMetrics from '@/components/sections/about/SplitAboutMetrics';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function LandingPage() { export default function LandingPage() {
@@ -206,26 +205,20 @@ export default function LandingPage() {
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<SplitAboutMetrics <SplitAboutMetric
title="Our Impact" title="Our Impact and Reach"
description="See the transformative results our students achieve"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
description={[
"Valera Speak English has established itself as a leading language education provider, with thousands of satisfied students achieving their English fluency goals. Our commitment to excellence and personalized instruction continues to drive success across diverse learning backgrounds."
]}
metrics={[ metrics={[
{ {
label: "Students Transformed", label: "Global Students",
value: "5000+" value: "8500+"
}, },
{ {
label: "Success Rate", label: "Success Rate",
value: "98%" value: "94%"
},
{
label: "Expert Instructors",
value: "50+"
},
{
label: "Years Experience",
value: "10+"
} }
]} ]}
/> />