diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b86614..239029e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "📝 Get a Free Quote", href: "#quote" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg?_wi=1" imageAlt="Professional lawn care service in Hampden" mediaAnimation="slide-up" imagePosition="right" @@ -100,7 +100,7 @@ export default function LandingPage() { id: "5", title: "Rental Property Care", content: "Landlords trust us to maintain properties reliably. We handle multiple properties and work around tenant schedules with professionalism." } ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg?_wi=1" imageAlt="Professional lawn mowing service" mediaAnimation="slide-up" useInvertedBackground={false} @@ -143,15 +143,15 @@ export default function LandingPage() { }, { id: "2", brand: "Step 2", name: "Get Your Quote", price: "Fast Response", rating: 5, - reviewCount: "24hrs", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Quote step" + reviewCount: "24hrs", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=1", imageAlt: "Quote step" }, { id: "3", brand: "Step 3", name: "Scheduled Service", price: "Reliable Timing", rating: 5, - reviewCount: "Flexible", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Service step" + reviewCount: "Flexible", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1", imageAlt: "Service step" }, { id: "4", brand: "Step 4", name: "Enjoy Clean Lawn", price: "Recurring Care", rating: 5, - reviewCount: "Weekly+", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", imageAlt: "Enjoy results step" + reviewCount: "Weekly+", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg?_wi=1", imageAlt: "Enjoy results step" } ]} gridVariant="four-items-2x2-equal-grid" @@ -165,22 +165,22 @@ export default function LandingPage() {