diff --git a/src/app/page.tsx b/src/app/page.tsx index 711148a..4b3e9c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-bearded-hipster-posing-fence-style-diversity_482257-36988.jpg?_wi=1", imageAlt: "professional fence installation residential", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@lisaray", testimonial: "Highly recommend their services.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg?_wi=1", imageAlt: "modern metal iron fence design", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { 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", + 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", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { 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={[ { @@ -162,7 +162,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" /> @@ -176,7 +176,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2", }, items: [ { @@ -193,14 +193,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-social-distancing-concept_23-2148740142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-social-distancing-concept_23-2148740142.jpg?_wi=1", imageAlt: "happy homeowner front yard fence", }, { 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", + imageSrc: "http://img.b2bpic.net/free-photo/old-haunted-house-empty-field_1127-3475.jpg?_wi=2", }, items: [ { @@ -217,14 +217,14 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg?_wi=1", imageAlt: "home owner standing in garden", }, { 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", + 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", }, items: [ { @@ -241,7 +241,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg?_wi=1", imageAlt: "satisfied fence installation client", }, ]} @@ -261,7 +261,7 @@ export default function LandingPage() { quote: "Stephens Fencescape delivered exactly what we dreamed of.", name: "Sarah J.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-social-distancing-concept_23-2148740142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-social-distancing-concept_23-2148740142.jpg?_wi=2", }, { id: "t2", @@ -269,7 +269,7 @@ export default function LandingPage() { quote: "The team was professional, clean, and fast.", name: "Mark L.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg?_wi=2", }, { id: "t3", @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Best landscape service we have ever hired.", name: "Julie K.", role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg?_wi=2", }, { id: "t4",