diff --git a/src/app/page.tsx b/src/app/page.tsx index 9236207..3ad95d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { imageAlt: "Luxury Landscaping Hero Two", }, { - imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=1", imageAlt: "Stone Patio Design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg?_wi=1", imageAlt: "Lush Lawn Care", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg?_wi=1", imageAlt: "Garden Lighting", }, ]} @@ -95,21 +95,21 @@ export default function LandingPage() { { title: "Hardscaping & Patios", description: "Custom patios, stone pathways, and retaining walls designed for your lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg?_wi=2", titleIconSrc: "CheckCircle", buttonText: "Explore", }, { title: "Lawn Care & Maintenance", description: "Full-service lawn care, mowing, and aeration to keep your grass lush and healthy.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2079.jpg?_wi=2", titleIconSrc: "CheckCircle", buttonText: "Explore", }, { title: "Smart Garden Lighting", description: "Strategic outdoor lighting solutions to showcase your garden beauty all night long.", - imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-vases-with-white-candles-stand-blocks-garden_1304-4761.jpg?_wi=2", titleIconSrc: "CheckCircle", buttonText: "Explore", },