From f36432ae68060d60d0307bbff0a5056c63e3e90e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:44: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 2cf3245..4246c07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,22 +78,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