diff --git a/src/app/page.tsx b/src/app/page.tsx index 19fd16a..8b9c5fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@Homeowner", testimonial: "Redstone transformed our yard! The new irrigation system is a dream, and the lighting adds such elegance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-133341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-133341.jpg?_wi=1", imageAlt: "Sarah P.", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@PropertyManager", testimonial: "Reliable service and outstanding results. Our commercial property's curb appeal has never been better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg?_wi=1", imageAlt: "Mark D.", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { handle: "@GardenEnthusiast", testimonial: "The team was professional and highly skilled. My plants are thriving, and the outdoor ambiance is perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-outdoors-nature_23-2148629841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-outdoors-nature_23-2148629841.jpg?_wi=1", imageAlt: "Jessica L.", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { handle: "@LocalBusiness", testimonial: "Redstone's lighting solutions brought our storefront to life. Highly recommend their services!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-nature_23-2148574877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-nature_23-2148574877.jpg?_wi=1", imageAlt: "Robert K.", }, ]} @@ -197,7 +197,7 @@ export default function LandingPage() { handle: "Local Resident", testimonial: "The Redstone team installed an amazing irrigation system, and my lawn has never looked better. Professional and thorough!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-133341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-asian-woman-entrepreneur-recommending-cafe-showing-okay-ok-sign-approval_1258-133341.jpg?_wi=2", }, { id: "2", @@ -205,7 +205,7 @@ export default function LandingPage() { handle: "Business Owner", testimonial: "Our outdoor lighting project exceeded all expectations. It truly transformed our commercial property's evening appeal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg?_wi=2", }, { id: "3", @@ -213,7 +213,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Excellent service from start to finish. They handled everything with expertise, from design to installation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-outdoors-nature_23-2148629841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-outdoors-nature_23-2148629841.jpg?_wi=2", }, { id: "4", @@ -221,7 +221,7 @@ export default function LandingPage() { handle: "Gardening Enthusiast", testimonial: "I love my new smart irrigation system! It's so easy to manage and my garden is thriving thanks to Redstone.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-nature_23-2148574877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-nature_23-2148574877.jpg?_wi=2", }, ]} showRating={true}