diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e94098..f076906 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,19 +46,19 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=1" imageAlt="Professional junk removal team" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner, Downtown", testimonial: "They cleared my garage in just 2 hours! Professional and affordable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "David Chen", handle: "Property Manager, Midtown", testimonial: "Best service in town. Quick, efficient, and they recycle responsibly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { name: "Lisa Rodriguez", handle: "Business Owner, Plaza District", testimonial: "Exceeded expectations. Highly recommend CnB Just Junk!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, ]} buttons={[ { text: "Get Free Quote", href: "#contact" }, @@ -80,7 +80,7 @@ export default function LandingPage() { { id: "furniture", title: "Furniture Removal", description: "Old couches, tables, chairs, and bedroom sets. We handle large and bulky furniture safely and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/couple-moving-into-new-house_53876-20668.jpg", imageAlt: "Furniture removal service"}, { - id: "construction", title: "Construction Debris", description: "Post-renovation cleanup including drywall, wood, and mixed materials. Proper disposal and recycling.", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg", imageAlt: "Construction debris removal"}, + id: "construction", title: "Construction Debris", description: "Post-renovation cleanup including drywall, wood, and mixed materials. Proper disposal and recycling.", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=2", imageAlt: "Construction debris removal"}, { id: "appliances", title: "Appliance Haul-Away", description: "Old refrigerators, washers, dryers, and other appliances removed responsibly with proper recycling.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-house-interior-with-clutter_23-2149454798.jpg", imageAlt: "Appliance removal service"}, { @@ -129,17 +129,17 @@ export default function LandingPage() {