From 061a6c0b31d369ef280a705135729b8093eedb59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:40:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a48f646..8b5888d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,23 +50,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=1", imageAlt: "Professional working from home", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-laptop-beautiful-luxury-table-decoration-livingroom-interior-background_1339-7371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-laptop-beautiful-luxury-table-decoration-livingroom-interior-background_1339-7371.jpg?_wi=1", imageAlt: "Clean home office setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=2", imageAlt: "Home office environment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-laptop-beautiful-luxury-table-decoration-livingroom-interior-background_1339-7371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-laptop-beautiful-luxury-table-decoration-livingroom-interior-background_1339-7371.jpg?_wi=2", imageAlt: "Productive workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=3", imageAlt: "Remote collaboration", }, ]} @@ -86,19 +86,19 @@ export default function LandingPage() { { title: "No prior experience required", description: "We believe in skill development and provide necessary training to help you succeed.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=4", imageAlt: "Skill training", }, { title: "Flexible work hours", description: "Maintain your personal lifestyle while achieving your professional goals on your own schedule.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-laptop-beautiful-luxury-table-decoration-livingroom-interior-background_1339-7371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-laptop-beautiful-luxury-table-decoration-livingroom-interior-background_1339-7371.jpg?_wi=3", imageAlt: "Flexibility", }, { title: "Competitive Monthly Income", description: "Reliable monthly payments with potential to earn up to ₹35,000 based on performance.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=5", imageAlt: "Growth", }, ]} @@ -121,28 +121,28 @@ export default function LandingPage() { name: "Ananya Sharma", role: "Marketing Assistant", testimonial: "The transition to remote work was seamless. The training provided was excellent.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=6", }, { id: "t2", name: "Rajesh Kumar", role: "Data Entry Specialist", testimonial: "Highly professional organization. I appreciate the flexible working hours.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=7", }, { id: "t3", name: "Priya Verma", role: "Operations Manager", testimonial: "Steady income and consistent support. Best career decision I've made.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=8", }, { id: "t4", name: "Vikram Singh", role: "Content Moderator", testimonial: "I love the work-life balance this opportunity provides me daily.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-businessman-using-laptop-office_74855-1237.jpg?_wi=9", }, ]} /> -- 2.49.1