From f720259a6c789da2d4e6a1463f11e3552d586290 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:56:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4baa7c9..0ea6a70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@john.doe", testimonial: "Excellent service and craftsmanship!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg", imageAlt: "professional fence installation residential"}, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg?_wi=1", imageAlt: "professional fence installation residential"}, { name: "Jane Smith", handle: "@jane.smith", testimonial: "Transformed our backyard completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-beautiful-young-woman-having-fun-posing-outdoors_1153-6183.jpg", imageAlt: "landscaper installing garden fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-beautiful-young-woman-having-fun-posing-outdoors_1153-6183.jpg?_wi=1", imageAlt: "landscaper installing garden fence"}, { name: "Mike Ross", handle: "@mikeross", testimonial: "Professional and fast installation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "durable wooden garden fence design"}, + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1", imageAlt: "durable wooden garden fence design"}, { name: "Lisa Ray", handle: "@lisaray", testimonial: "Highly recommend their services.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg", imageAlt: "modern metal iron fence design"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg?_wi=1", imageAlt: "modern metal iron fence design"}, { name: "Tom Cook", handle: "@tomcook", testimonial: "The best fence we've ever had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg", imageAlt: "custom garden landscape design"}, + imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg?_wi=1", imageAlt: "custom garden landscape design"}, ]} buttons={[ { text: "Get a Free Quote", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -106,7 +106,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Expert Fencing & Landscaping" description="With over 15 years of experience, Stephens Fencescape provides top-tier craftsmanship. We combine aesthetic landscaping design with structural fencing integrity to increase the value and beauty of your property." - imageSrc="http://img.b2bpic.net/free-photo/portrait-cute-beautiful-young-woman-having-fun-posing-outdoors_1153-6183.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-cute-beautiful-young-woman-having-fun-posing-outdoors_1153-6183.jpg?_wi=2" /> @@ -118,7 +118,7 @@ export default function LandingPage() { features={[ { title: "Residential Fencing", description: "Custom fence designs in wood, iron, and vinyl.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "happy homeowner front yard fence"}, + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2", imageAlt: "happy homeowner front yard fence"}, items: [ { icon: ShieldCheck, @@ -134,7 +134,7 @@ export default function LandingPage() { }, { title: "Luxury Ironwork", description: "Elegant iron fences and gates for superior security.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg", imageAlt: "home owner standing in garden"}, + imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg?_wi=2", imageAlt: "home owner standing in garden"}, items: [ { icon: ShieldCheck, @@ -150,7 +150,7 @@ export default function LandingPage() { }, { title: "Garden Landscaping", description: "Comprehensive landscaping and hardscaping services.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg", imageAlt: "satisfied fence installation client"}, + imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg?_wi=2", imageAlt: "satisfied fence installation client"}, items: [ { icon: ShieldCheck, -- 2.49.1