diff --git a/src/app/page.tsx b/src/app/page.tsx index ceb5377..12d9144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Incredible service, arrived in 20 minutes!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-door-handle-keys-cylinder-blue-interior-door_169016-68877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-door-handle-keys-cylinder-blue-interior-door_169016-68877.jpg?_wi=1", imageAlt: "locksmith tools high security lock", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@rbrown", testimonial: "Helped me out of a lockout at 3am. Lifesaver!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg?_wi=1", imageAlt: "locksmith tools high security lock", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@agreen", testimonial: "Best locksmith in the city by far.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "locksmith tools high security lock", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@mwilson", testimonial: "Fast, courteous, and efficient work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=1", imageAlt: "locksmith tools high security lock", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "tel:5550123", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-door-handle-keys-cylinder-blue-interior-door_169016-68877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-door-handle-keys-cylinder-blue-interior-door_169016-68877.jpg?_wi=2" imageAlt="locksmith tools high security lock" avatars={[ { @@ -180,7 +180,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Amazing response time. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-wearing-trendy-colorful-clothing-rejoicing-positive-news-looking-with-charming-smile-showing-her-perfect-white-teeth-people-lifestyle-youth-happiness_273609-8086.jpg?_wi=2", }, { id: "2", @@ -188,7 +188,7 @@ export default function LandingPage() { handle: "@mikec", testimonial: "Very professional and courteous service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", }, { id: "3", @@ -196,7 +196,7 @@ export default function LandingPage() { handle: "@emilyr", testimonial: "Great rates and even better service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=2", }, { id: "4",