diff --git a/src/app/page.tsx b/src/app/page.tsx index dcb313c..1adc255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,37 +130,37 @@ const HomePage = () => { { id: 1, title: "Hardscaping & Patio Design", description: "Expert hardscape installation including patios, retaining walls, pathways, and outdoor features that enhance your property's beauty and functionality. Custom designs tailored to Arizona's climate and your aesthetic preferences.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg?_wi=2" }, }, { id: 2, title: "Turf Installation & Maintenance", description: "Professional lawn installation and year-round maintenance services. We select grass varieties suited to Arizona's unique climate and provide comprehensive care to keep your landscape lush and healthy.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/flower-field-white-clouds-daytime_395237-74.jpg?_wi=2" }, }, { id: 3, title: "Irrigation Systems", description: "Smart irrigation design and installation for efficient water management. Our systems are optimized for Arizona's arid climate, reducing water usage while maintaining landscape health.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-watering-with-sprinkler_23-2148396767.jpg?_wi=2" }, }, { id: 4, title: "Ongoing Maintenance", description: "Seasonal and regular maintenance plans including pruning, weeding, fertilization, and inspections. We keep your landscape pristine throughout the year with reliable, professional service.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/serrated-metal-rake-garden-cleaning_169016-10692.jpg?_wi=2" }, }, ]} @@ -180,22 +180,22 @@ const HomePage = () => {