From 06255d2c78ca7930ae8ab599938d2b329185b1c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:41:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 582e323..c093f7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329702.jpg?_wi=1", imageAlt: "Professional Tutor in workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg?_wi=1", imageAlt: "Educational conceptual visual", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { description="Learning English is more than memorizing vocabulary—it's about mastering communication to achieve your personal and professional goals." subdescription="With years of dedicated practice, I help you bridge the gap between intermediate knowledge and native-level fluency." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg?_wi=1" imageAlt="Tutor profile picture" mediaAnimation="blur-reveal" /> @@ -134,7 +134,7 @@ export default function LandingPage() { imageAlt: "Digital studying", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329702.jpg?_wi=2", imageAlt: "digital curriculum dashboard", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { imageAlt: "Progress metrics", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg?_wi=2", imageAlt: "digital curriculum dashboard", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { imageAlt: "Metric tracking", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg?_wi=2", imageAlt: "digital curriculum dashboard", }, ]} -- 2.49.1