From 13534604057ea7816cca2562ee547cfd9698f788 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 15:01:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c7cf02..766f796 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 89b6bb780316153a658b93c1d671ad398f0f4217 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 15:01:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5da9aab..122193d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1