Merge version_6 into main #6

Merged
mulika-local merged 2 commits from version_6 into main 2025-12-23 15:01:45 +00:00
2 changed files with 10 additions and 6 deletions

View File

@@ -1263,4 +1263,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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!", testimonial: "The conversational classes at Valera transformed my confidence. I went from being nervous about speaking to leading meetings at work!",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg", 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", 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.", 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, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg", 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", 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.", testimonial: "Best investment I made in myself. The interactive methods and supportive environment made learning English enjoyable and effective.",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg", 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", 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!", testimonial: "I struggled with grammar for years. Valera's structured approach finally made everything click. Highly recommend to anyone serious about English!",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766494979130-y5xz3d1f.jpg", 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} showRating={true}
@@ -262,4 +266,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }