Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c2b0c16cc | |||
| 317da98c5e | |||
| 7499c33cff |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -204,6 +204,26 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<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: "Global Students",
|
||||
value: "8500+"
|
||||
},
|
||||
{
|
||||
label: "Success Rate",
|
||||
value: "94%"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766494978042-wcefq63v.jpg"
|
||||
|
||||
Reference in New Issue
Block a user