7 Commits

Author SHA1 Message Date
a1cb5bb8be Merge version_6 into main
Merge version_6 into main
2025-12-23 15:01:44 +00:00
89b6bb7803 Update src/app/page.tsx 2025-12-23 15:01:40 +00:00
1353460405 Update src/app/layout.tsx 2025-12-23 15:01:39 +00:00
0f8d0fa330 Merge version_4 into main
Merge version_4 into main
2025-12-23 13:26:01 +00:00
0c2b0c16cc Update src/app/page.tsx 2025-12-23 13:25:56 +00:00
907c70b877 Merge version_2 into main
Merge version_2 into main
2025-12-23 13:08:26 +00:00
5f6ba51bda Merge version_2 into main
Merge version_2 into main
2025-12-23 13:06:44 +00:00
2 changed files with 30 additions and 6 deletions

View File

@@ -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"