Compare commits
1 Commits
version_5
...
5f6ba51bda
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f6ba51bda |
@@ -7,6 +7,7 @@ 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() {
|
||||||
@@ -205,20 +206,26 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<SplitAboutMetric
|
<SplitAboutMetrics
|
||||||
title="Our Impact and Reach"
|
title="Our Impact"
|
||||||
|
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: "Global Students",
|
label: "Students Transformed",
|
||||||
value: "8500+"
|
value: "5000+"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Success Rate",
|
label: "Success Rate",
|
||||||
value: "94%"
|
value: "98%"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Expert Instructors",
|
||||||
|
value: "50+"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Years Experience",
|
||||||
|
value: "10+"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user