diff --git a/src/app/page.tsx b/src/app/page.tsx index 77eedab..761a27d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,35 +60,35 @@ export default function LandingPage() { handle: "@james", testimonial: "Best taxi service in Manhattan, always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=1", }, { name: "Sarah M.", handle: "@sarah", testimonial: "Very clean cars and professional drivers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg?_wi=1", }, { name: "Robert B.", handle: "@rob", testimonial: "The only way I get to the airport now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg?_wi=1", }, { name: "Linda K.", handle: "@linda", testimonial: "Excellent service during rainy nights.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg?_wi=1", }, { name: "Mark D.", handle: "@mark", testimonial: "Reliable and professional, every single ride.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=2", }, ]} buttons={[ @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg" + imageSrc="http://img.b2bpic.net/free-photo/yellow-taxi-streets-new-york-city-night_23-2150820166.jpg?_wi=1" imageAlt="NYC Yellow Taxi" avatars={[ { @@ -211,27 +211,27 @@ export default function LandingPage() { { id: "1", name: "Alice T.", - imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=3", }, { id: "2", name: "Bob V.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hat-sunglasses-city-tour_158595-4288.jpg?_wi=2", }, { id: "3", name: "Charlie S.", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg?_wi=2", }, { id: "4", name: "Diana P.", - imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-caucasian-female-friends-walking-together-city-while-drinking-coffee-talking_291650-1432.jpg?_wi=2", }, { id: "5", name: "Edward R.", - imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-looking-business-woman-texting-message-while-walking-street_197531-6925.jpg?_wi=4", }, ]} cardTitle="What Riders Say" @@ -271,7 +271,7 @@ export default function LandingPage() {