diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ae1c71a..d33839a 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -75,28 +75,28 @@ export default function GalleryPage() { id: "1", name: "Backyard Cleanup & Shrub Replacement", price: "Transformation Complete", - imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-trims-leaves-trees-with-large-metal-shears_169016-10695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-trims-leaves-trees-with-large-metal-shears_169016-10695.jpg?_wi=2", imageAlt: "Before and after backyard cleanup and shrub replacement", }, { id: "2", name: "Muddy Yard to Beautiful Walkway", price: "Walkway Installed", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-hiker-forest_23-2147665044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-hiker-forest_23-2147665044.jpg?_wi=2", imageAlt: "Before and after muddy yard transformed with walkway", }, { id: "3", name: "Turf Installation - One Day Complete", price: "Same Day Service", - imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=2", imageAlt: "New turf installation completed in one day", }, { id: "4", name: "Complete Landscape Restoration", price: "Full Renovation", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg?_wi=2", imageAlt: "Landscape restoration and yard redesign", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 505c8a8..6dc86e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function HomePage() { title: "Lawn & Yard Cleanup", tags: ["Popular", "Fast Service"], imageSrc: - "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27400.jpg", + "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27400.jpg?_wi=1", imageAlt: "Professional lawn and yard cleanup service", }, { @@ -116,7 +116,7 @@ export default function HomePage() { title: "Shrub & Plant Removal", tags: ["Efficient", "Clean"], imageSrc: - "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", + "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=1", imageAlt: "Expert shrub and dead plant removal", }, { @@ -124,7 +124,7 @@ export default function HomePage() { title: "Turf Installation", tags: ["Same Day", "Professional"], imageSrc: - "http://img.b2bpic.net/free-photo/unrecognizable-man-psushing-wheelbarrow-full-seedling_329181-20532.jpg", + "http://img.b2bpic.net/free-photo/unrecognizable-man-psushing-wheelbarrow-full-seedling_329181-20532.jpg?_wi=1", imageAlt: "Professional turf and sod installation", }, { @@ -132,7 +132,7 @@ export default function HomePage() { title: "Walkways & Hardscape", tags: ["Design", "Quality"], imageSrc: - "http://img.b2bpic.net/free-photo/businesswoman-walkway_23-2147704191.jpg", + "http://img.b2bpic.net/free-photo/businesswoman-walkway_23-2147704191.jpg?_wi=1", imageAlt: "Beautiful walkway and patio design", }, { @@ -140,7 +140,7 @@ export default function HomePage() { title: "Yard Transformations", tags: ["Complete", "Expert"], imageSrc: - "http://img.b2bpic.net/free-photo/empty-table-chair_1339-3403.jpg", + "http://img.b2bpic.net/free-photo/empty-table-chair_1339-3403.jpg?_wi=1", imageAlt: "Full yard transformation and renovation", }, { @@ -148,7 +148,7 @@ export default function HomePage() { title: "General Landscaping", tags: ["Ongoing", "Maintenance"], imageSrc: - "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", + "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg?_wi=1", imageAlt: "Regular landscaping maintenance services", }, ]} @@ -169,7 +169,7 @@ export default function HomePage() { name: "Backyard Cleanup & Shrub Replacement", price: "Transformation Complete", imageSrc: - "http://img.b2bpic.net/free-photo/gardener-garden-trims-leaves-trees-with-large-metal-shears_169016-10695.jpg", + "http://img.b2bpic.net/free-photo/gardener-garden-trims-leaves-trees-with-large-metal-shears_169016-10695.jpg?_wi=1", imageAlt: "Before and after backyard cleanup and shrub replacement", }, @@ -178,7 +178,7 @@ export default function HomePage() { name: "Muddy Yard to Beautiful Walkway", price: "Walkway Installed", imageSrc: - "http://img.b2bpic.net/free-photo/back-view-hiker-forest_23-2147665044.jpg", + "http://img.b2bpic.net/free-photo/back-view-hiker-forest_23-2147665044.jpg?_wi=1", imageAlt: "Before and after muddy yard transformed with walkway", }, { @@ -186,7 +186,7 @@ export default function HomePage() { name: "Turf Installation - One Day Complete", price: "Same Day Service", imageSrc: - "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg", + "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803931.jpg?_wi=1", imageAlt: "New turf installation completed in one day", }, { @@ -194,7 +194,7 @@ export default function HomePage() { name: "Complete Landscape Restoration", price: "Full Renovation", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg", + "http://img.b2bpic.net/free-photo/beautiful-picture-female-doing-gardening_181624-31754.jpg?_wi=1", imageAlt: "Landscape restoration and yard redesign", }, ]} @@ -218,7 +218,7 @@ export default function HomePage() { company: "Oklahoma City", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg", + "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg?_wi=1", imageAlt: "Mark Williams - satisfied customer", }, { @@ -228,7 +228,7 @@ export default function HomePage() { company: "Edmond", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1", imageAlt: "Oliver Fragrance - satisfied customer", }, { @@ -238,7 +238,7 @@ export default function HomePage() { company: "Moore", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/company-young-friends-with-smartphones-walking-city_1328-663.jpg", + "http://img.b2bpic.net/free-photo/company-young-friends-with-smartphones-walking-city_1328-663.jpg?_wi=1", imageAlt: "Anita Logan - satisfied customer", }, { @@ -248,7 +248,7 @@ export default function HomePage() { company: "Yukon", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/front-view-woman-wearing-beautiful-sundress_23-2150874010.jpg", + "http://img.b2bpic.net/free-photo/front-view-woman-wearing-beautiful-sundress_23-2150874010.jpg?_wi=1", imageAlt: "Jennifer Martinez - satisfied customer", }, { @@ -258,7 +258,7 @@ export default function HomePage() { company: "Norman", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg", + "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg?_wi=1", imageAlt: "Robert Jackson - satisfied customer", }, { @@ -268,7 +268,7 @@ export default function HomePage() { company: "Midwest City", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg", + "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg?_wi=1", imageAlt: "Sarah Thompson - satisfied customer", }, ]} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index e3daec3..43b3a14 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -77,7 +77,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "Oklahoma City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg?_wi=2", imageAlt: "Mark Williams - satisfied customer", }, { @@ -86,7 +86,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "Edmond", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2", imageAlt: "Oliver Fragrance - satisfied customer", }, { @@ -95,7 +95,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "Moore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/company-young-friends-with-smartphones-walking-city_1328-663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/company-young-friends-with-smartphones-walking-city_1328-663.jpg?_wi=2", imageAlt: "Anita Logan - satisfied customer", }, { @@ -104,7 +104,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "Yukon", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-beautiful-sundress_23-2150874010.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-beautiful-sundress_23-2150874010.jpg?_wi=2", imageAlt: "Jennifer Martinez - satisfied customer", }, { @@ -113,7 +113,7 @@ export default function ReviewsPage() { role: "Property Owner", company: "Norman", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing-with-copy-space_23-2148728583.jpg?_wi=2", imageAlt: "Robert Jackson - satisfied customer", }, { @@ -122,7 +122,7 @@ export default function ReviewsPage() { role: "Homeowner", company: "Midwest City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carefree-woman-with-alluring-appearance-wonderful-shining-hair-wearing-black-leather-jacket_176532-8115.jpg?_wi=2", imageAlt: "Sarah Thompson - satisfied customer", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e5045be..4c3aa3f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -80,7 +80,7 @@ export default function ServicesPage() { title: "Lawn & Yard Cleanup", tags: ["Popular", "Fast Service"], imageSrc: - "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27400.jpg", + "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27400.jpg?_wi=2", imageAlt: "Professional lawn and yard cleanup service", }, { @@ -88,7 +88,7 @@ export default function ServicesPage() { title: "Shrub & Plant Removal", tags: ["Efficient", "Clean"], imageSrc: - "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", + "http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=2", imageAlt: "Expert shrub and dead plant removal", }, { @@ -96,7 +96,7 @@ export default function ServicesPage() { title: "Turf Installation", tags: ["Same Day", "Professional"], imageSrc: - "http://img.b2bpic.net/free-photo/unrecognizable-man-psushing-wheelbarrow-full-seedling_329181-20532.jpg", + "http://img.b2bpic.net/free-photo/unrecognizable-man-psushing-wheelbarrow-full-seedling_329181-20532.jpg?_wi=2", imageAlt: "Professional turf and sod installation", }, { @@ -104,7 +104,7 @@ export default function ServicesPage() { title: "Walkways & Hardscape", tags: ["Design", "Quality"], imageSrc: - "http://img.b2bpic.net/free-photo/businesswoman-walkway_23-2147704191.jpg", + "http://img.b2bpic.net/free-photo/businesswoman-walkway_23-2147704191.jpg?_wi=2", imageAlt: "Beautiful walkway and patio design", }, { @@ -112,7 +112,7 @@ export default function ServicesPage() { title: "Yard Transformations", tags: ["Complete", "Expert"], imageSrc: - "http://img.b2bpic.net/free-photo/empty-table-chair_1339-3403.jpg", + "http://img.b2bpic.net/free-photo/empty-table-chair_1339-3403.jpg?_wi=2", imageAlt: "Full yard transformation and renovation", }, { @@ -120,7 +120,7 @@ export default function ServicesPage() { title: "General Landscaping", tags: ["Ongoing", "Maintenance"], imageSrc: - "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", + "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg?_wi=2", imageAlt: "Regular landscaping maintenance services", }, ]}