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 TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import SplitAboutMetrics from '@/components/sections/about/SplitAboutMetrics';
import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function LandingPage() {
@@ -206,26 +205,20 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<SplitAboutMetrics
title="Our Impact"
description="See the transformative results our students achieve"
<SplitAboutMetric
title="Our Impact and Reach"
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={[
{
label: "Students Transformed",
value: "5000+"
label: "Global Students",
value: "8500+"
},
{
label: "Success Rate",
value: "98%"
},
{
label: "Expert Instructors",
value: "50+"
},
{
label: "Years Experience",
value: "10+"
value: "94%"
}
]}
/>