From 1f26498e1c89342a3ae53c10fd27d43f44b83d62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 07:20:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e8a54c..efa9815 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,29 +86,29 @@ export default function LandingPage() { { title: "Spoken English", description: "Develop fluency and confidence in speaking with our interactive conversation sessions and real-world communication scenarios.", icon: Volume2, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328344.jpg", imageAlt: "english speaking conversation practice" }, - { imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328344.jpg", imageAlt: "english speaking conversation practice" } + { imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328344.jpg?_wi=1", imageAlt: "english speaking conversation practice" }, + { imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328344.jpg?_wi=2", imageAlt: "english speaking conversation practice" } ] }, { title: "Grammar Mastery", description: "Perfect your grammar foundation with comprehensive lessons covering all tenses, rules, and advanced concepts for error-free English.", icon: FileText, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183737.jpg", imageAlt: "creative writing english grammar" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183737.jpg", imageAlt: "creative writing english grammar" } + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183737.jpg?_wi=1", imageAlt: "creative writing english grammar" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183737.jpg?_wi=2", imageAlt: "creative writing english grammar" } ] }, { title: "Pronunciation & Accent", description: "Achieve native-like pronunciation with our expert-guided phonetic training and accent neutralization techniques.", icon: Mic, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/lady-boasting-about-her-new-precious-golden-ring_1163-4401.jpg", imageAlt: "english pronunciation practice accent" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lady-boasting-about-her-new-precious-golden-ring_1163-4401.jpg", imageAlt: "english pronunciation practice accent" } + { imageSrc: "http://img.b2bpic.net/free-photo/lady-boasting-about-her-new-precious-golden-ring_1163-4401.jpg?_wi=1", imageAlt: "english pronunciation practice accent" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lady-boasting-about-her-new-precious-golden-ring_1163-4401.jpg?_wi=2", imageAlt: "english pronunciation practice accent" } ] }, { title: "Vocabulary Building", description: "Expand your vocabulary exponentially with strategic learning techniques and context-based word mastery programs.", icon: BookMarked, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-alpha-text-scrabble-letters-black-backdrop_23-2148101331.jpg", imageAlt: "vocabulary learning english words" }, - { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-alpha-text-scrabble-letters-black-backdrop_23-2148101331.jpg", imageAlt: "vocabulary learning english words" } + { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-alpha-text-scrabble-letters-black-backdrop_23-2148101331.jpg?_wi=1", imageAlt: "vocabulary learning english words" }, + { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-alpha-text-scrabble-letters-black-backdrop_23-2148101331.jpg?_wi=2", imageAlt: "vocabulary learning english words" } ] } ]} -- 2.49.1