Compare commits
2 Commits
5f6ba51bda
...
version_5
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c2b0c16cc | |||
| 317da98c5e |
@@ -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%"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user