diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8ac6b86..4baee17 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function ContactPage() { useInvertedBackground={false} mediaAnimation="slide-up" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg?_wi=3" imageAlt="Professional lawn care team" mediaPosition="left" faqs={[ diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d862a4..80c4192 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,17 @@ export default function HomePage() { background={{ variant: "plain" }} carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg", imageAlt: "Professional lawn care and mowing service"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg?_wi=1", imageAlt: "Professional lawn care and mowing service"}, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", imageAlt: "Expert lawn mowing in South Jordan"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=1", imageAlt: "Expert lawn mowing in South Jordan"}, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Professional lawn fertilization treatment"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1", imageAlt: "Professional lawn fertilization treatment"}, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27410.jpg", imageAlt: "Weed control and lawn treatment"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27410.jpg?_wi=1", imageAlt: "Weed control and lawn treatment"}, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-strawberry-plant_1398-519.jpg", imageAlt: "Lawn pest control service"}, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg", imageAlt: "Beautiful healthy lawn results"}, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=1", imageAlt: "Beautiful healthy lawn results"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -103,11 +103,11 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "service-mowing", name: "Lawn Mowing", price: "Starting at $35", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", imageAlt: "Professional lawn mowing service"}, + id: "service-mowing", name: "Lawn Mowing", price: "Starting at $35", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=2", imageAlt: "Professional lawn mowing service"}, { - id: "service-fertilization", name: "Lawn Fertilization", price: "Starting at $45", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Lawn fertilization treatment"}, + id: "service-fertilization", name: "Lawn Fertilization", price: "Starting at $45", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2", imageAlt: "Lawn fertilization treatment"}, { - id: "service-weed-control", name: "Weed Control", price: "Starting at $50", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27410.jpg", imageAlt: "Professional weed control"}, + id: "service-weed-control", name: "Weed Control", price: "Starting at $50", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27410.jpg?_wi=2", imageAlt: "Professional weed control"}, ]} /> @@ -129,10 +129,10 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Sarah Johnson testimonial"}, { id: "testimonial-2", name: "Michael Chen", role: "Property Owner", company: "Sandy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Michael Chen testimonial"}, { id: "testimonial-3", name: "Emily Rodriguez", role: "Homeowner", company: "Riverton", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial"}, { id: "testimonial-4", name: "David Kim", role: "Homeowner", company: "West Jordan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Kim testimonial"}, @@ -157,9 +157,9 @@ export default function HomePage() { animationType="slide-up" metrics={[ { - id: "metric-1", value: "500+", title: "Happy Customers", description: "Serving South Jordan and surrounding communities", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg", imageAlt: "Customer satisfaction"}, + id: "metric-1", value: "500+", title: "Happy Customers", description: "Serving South Jordan and surrounding communities", imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg?_wi=2", imageAlt: "Customer satisfaction"}, { - id: "metric-2", value: "4.9★", title: "Average Rating", description: "Highly rated local lawn care service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg", imageAlt: "Quality results"}, + id: "metric-2", value: "4.9★", title: "Average Rating", description: "Highly rated local lawn care service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=2", imageAlt: "Quality results"}, ]} />