From b8f36cfcb7f4f22612609113c52dd492d02c7977 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:57:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1539d1..2772d26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@johnd", testimonial: "ESPC transformed my old, weathered fence into a modern masterpiece. Professional and quick!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg?_wi=1", }, { name: "Sarah K.", handle: "@sarahk", testimonial: "Modification to perfection is right. Their attention to detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-background-with-rusty-fence_23-2149454735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-background-with-rusty-fence_23-2149454735.jpg?_wi=1", }, { name: "Mike R.", handle: "@miker", testimonial: "Incredible communication and quality work. My backyard looks fantastic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg?_wi=1", }, { name: "Linda P.", handle: "@lindap", testimonial: "Highly recommended. They exceeded all my expectations for the fence renovation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469432.jpg?_wi=1", }, { name: "Tom B.", handle: "@tomb", testimonial: "Professional, reliable, and expert service. Best fence modification in the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469441.jpg?_wi=1", }, ]} buttons={[ @@ -104,7 +104,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg" + imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg?_wi=1" imageAlt="Custom wooden fence modification project" mediaAnimation="slide-up" avatars={[ @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Your satisfaction is our priority, from the initial quote to the final touch.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530704.jpg" + imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530704.jpg?_wi=1" imageAlt="Fence expert modifying wood planks" mediaAnimation="blur-reveal" /> @@ -191,7 +191,7 @@ export default function LandingPage() { title: "Residential Fencing", description: "Revitalize your home's perimeter with custom modifications and repairs that increase value.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg?_wi=2", imageAlt: "Residential fence", }, items: [ @@ -209,14 +209,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building-with-fence_23-2149301121.jpg?_wi=3", imageAlt: "residential backyard wood fence install", }, { title: "Structural Upgrades", description: "We enhance the structural integrity of your fence, ensuring it stands the test of time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530704.jpg?_wi=2", imageAlt: "Structural fence upgrade", }, items: [ @@ -234,14 +234,14 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530704.jpg?_wi=3", imageAlt: "carpenter installing wooden fence detail", }, { title: "Aesthetic Enhancements", description: "Modernize your look with custom cap details, height extensions, and decorative trims.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg?_wi=2", imageAlt: "Fence aesthetic enhancement", }, items: [ @@ -259,7 +259,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg?_wi=3", imageAlt: "happy homeowner standing near new fence", }, ]} @@ -281,7 +281,7 @@ export default function LandingPage() { role: "Homeowner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-patio-rooftop_23-2147891200.jpg?_wi=4", }, { id: "2", @@ -289,7 +289,7 @@ export default function LandingPage() { role: "Homeowner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-background-with-rusty-fence_23-2149454735.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-background-with-rusty-fence_23-2149454735.jpg?_wi=2", }, { id: "3", @@ -297,7 +297,7 @@ export default function LandingPage() { role: "Homeowner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-fence-shadow-balcony-with-view-grassy-field-sunny-day_181624-2835.jpg?_wi=2", }, { id: "4", @@ -305,7 +305,7 @@ export default function LandingPage() { role: "Homeowner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469432.jpg?_wi=2", }, { id: "5", @@ -313,7 +313,7 @@ export default function LandingPage() { role: "Homeowner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469441.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1