Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
@@ -262,4 +266,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user