diff --git a/src/app/page.tsx b/src/app/page.tsx index e966c8e..8707efc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service and craftsmanship. Very pleased with my new wood fence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=1", imageAlt: "professional wooden fence installation", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@janesmith", testimonial: "Pacheco's Fences was prompt, professional, and very affordable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/welding-torch-crafting-item_23-2148803877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/welding-torch-crafting-item_23-2148803877.jpg?_wi=1", imageAlt: "professional fencing crew working", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=2" imageAlt="Professional fence installation by Pacheco's Fences" mediaAnimation="slide-up" avatars={[ @@ -160,7 +160,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Quality Fencing Experts" description="With over 15 years of experience, Pacheco's Fences provides premium fencing solutions tailored to your unique requirements. We focus on materials, durability, and aesthetics." - imageSrc="http://img.b2bpic.net/free-photo/welding-torch-crafting-item_23-2148803877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/welding-torch-crafting-item_23-2148803877.jpg?_wi=2" imageAlt="Pacheco's Fences construction expert" /> @@ -175,21 +175,21 @@ export default function LandingPage() { { title: "Wood Fencing", description: "Classic and beautiful wood fence installations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=3", titleIconSrc: "Fence", buttonText: "Learn More", }, { title: "Vinyl Fencing", description: "Durable and low-maintenance vinyl solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=4", titleIconSrc: "Fence", buttonText: "Learn More", }, { title: "Metal Fencing", description: "Strong, modern metal fencing for security.", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-tourist-carrying-camera-shoulder-looking-building-city_23-2148027183.jpg?_wi=5", titleIconSrc: "Fence", buttonText: "Learn More", },