diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a5d0b1..f0379b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,35 +61,35 @@ export default function LandingPage() { handle: "@aw_dev", testimonial: "SkillSwap completely transformed how I learn. Found a mentor for React in exchange for my design expertise!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=1", }, { name: "Bob Miller", handle: "@bob_codes", testimonial: "The chat feature makes coordination seamless. Excellent interface and very helpful community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-businesswoman-looking-camera-sitting-brainstorming-room-preparing-meeting-with-partners-manager-working-professional-start-up-financial-business-ready-conference_482257-13715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-businesswoman-looking-camera-sitting-brainstorming-room-preparing-meeting-with-partners-manager-working-professional-start-up-financial-business-ready-conference_482257-13715.jpg?_wi=1", }, { name: "Clara Schmidt", handle: "@claras_designs", testimonial: "I love the notification system. I never miss an opportunity to learn a new skill.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-suit-sunglasses-party-with-balloons-portrait_23-2148912356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-suit-sunglasses-party-with-balloons-portrait_23-2148912356.jpg?_wi=1", }, { name: "David Chen", handle: "@d_chen_tech", testimonial: "The rating system builds so much trust. A must-use platform for anyone looking to grow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1", }, { name: "Elena Ross", handle: "@elena_ux", testimonial: "Fantastic platform! My profile grew significantly after joining this network.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg?_wi=1", }, ]} tag="Revolutionary Learning" @@ -99,7 +99,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-chatting-company-event_23-2149304721.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-chatting-company-event_23-2149304721.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", @@ -211,7 +211,7 @@ export default function LandingPage() { role: "Full Stack Dev", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2", }, { id: "2", @@ -219,7 +219,7 @@ export default function LandingPage() { role: "Data Scientist", company: "Innovate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-businesswoman-looking-camera-sitting-brainstorming-room-preparing-meeting-with-partners-manager-working-professional-start-up-financial-business-ready-conference_482257-13715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-businesswoman-looking-camera-sitting-brainstorming-room-preparing-meeting-with-partners-manager-working-professional-start-up-financial-business-ready-conference_482257-13715.jpg?_wi=2", }, { id: "3", @@ -227,7 +227,7 @@ export default function LandingPage() { role: "Creative Lead", company: "AgencyXY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-suit-sunglasses-party-with-balloons-portrait_23-2148912356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-suit-sunglasses-party-with-balloons-portrait_23-2148912356.jpg?_wi=2", }, { id: "4", @@ -235,7 +235,7 @@ export default function LandingPage() { role: "Product Manager", company: "GrowCo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2", }, { id: "5", @@ -243,7 +243,7 @@ export default function LandingPage() { role: "UX Consultant", company: "RossDesign", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-apron_23-2149007471.jpg?_wi=2", }, ]} title="Trusted by Thousands" @@ -270,7 +270,7 @@ export default function LandingPage() {