From c5e7324474a07aabae77f40f0fca187010aff573 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:19:55 +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 b430122..9d27362 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,22 +79,22 @@ export default function LandingPage() { id: 1, title: 'Structured Curriculum', description: 'Learn from carefully designed courses covering everything from fundamentals to advanced topics with real-world applications', - phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/stylish-teenager-using-laptop_23-2147777318.jpg' }, - phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/stylish-teenager-using-laptop_23-2147777318.jpg' } + phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/stylish-teenager-using-laptop_23-2147777318.jpg?_wi=1' }, + phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/stylish-teenager-using-laptop_23-2147777318.jpg?_wi=2' } }, { id: 2, title: 'Expert Mentorship', description: 'Get personalized guidance from industry professionals who bring years of experience and practical insights', - phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149208003.jpg' }, - phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149208003.jpg' } + phoneOne: { imageSrc: 'http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149208003.jpg?_wi=1' }, + phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149208003.jpg?_wi=2' } }, { id: 3, title: 'Career Enhancement', description: 'Earn recognized credentials and build a portfolio that opens doors to exciting career opportunities', - phoneOne: { imageSrc: 'http://img.b2bpic.net/free-vector/resume-cv-template_1284-8554.jpg' }, - phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-vector/resume-cv-template_1284-8554.jpg' } + phoneOne: { imageSrc: 'http://img.b2bpic.net/free-vector/resume-cv-template_1284-8554.jpg?_wi=1' }, + phoneTwo: { imageSrc: 'http://img.b2bpic.net/free-vector/resume-cv-template_1284-8554.jpg?_wi=2' } } ]} showStepNumbers={true} -- 2.49.1