|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
"use client"
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
@@ -152,7 +152,8 @@ export default function LandingPage() {
|
|
|
|
|
testimonial: "The conversational classes at Valera transformed my confidence. I went from being nervous about speaking to leading meetings at work!",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
|
|
|
|
imageAlt: "Sarah Johnson"
|
|
|
|
|
imageAlt: "Sarah Johnson",
|
|
|
|
|
starColor: "#FFD700"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
@@ -161,7 +162,8 @@ export default function LandingPage() {
|
|
|
|
|
testimonial: "The teachers are incredibly patient and knowledgeable. They tailored the lessons to my specific needs, and I achieved my fluency goals faster than expected.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
|
|
|
|
imageAlt: "Michael Chen"
|
|
|
|
|
imageAlt: "Michael Chen",
|
|
|
|
|
starColor: "#FFD700"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
@@ -170,7 +172,8 @@ export default function LandingPage() {
|
|
|
|
|
testimonial: "Best investment I made in myself. The interactive methods and supportive environment made learning English enjoyable and effective.",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
|
|
|
|
imageAlt: "Emily Rodriguez"
|
|
|
|
|
imageAlt: "Emily Rodriguez",
|
|
|
|
|
starColor: "#FFD700"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
@@ -179,7 +182,8 @@ export default function LandingPage() {
|
|
|
|
|
testimonial: "I struggled with grammar for years. Valera's structured approach finally made everything click. Highly recommend to anyone serious about English!",
|
|
|
|
|
rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766494979130-y5xz3d1f.jpg",
|
|
|
|
|
imageAlt: "David Kim"
|
|
|
|
|
imageAlt: "David Kim",
|
|
|
|
|
starColor: "#FFD700"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
showRating={true}
|
|
|
|
|
@@ -204,6 +208,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"
|
|
|
|
|
@@ -242,4 +266,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|