From 20583563bb174d1cca2bd7703fdf11fbef628c41 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:21:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c80143d..157e885 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} buttonAnimation="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="Chase's Junk Removal truck hauling items" mediaAnimation="opacity" frameStyle="card" @@ -79,7 +79,7 @@ export default function LandingPage() { id: "appliances", title: "Appliance Removal", description: "Fridges, washers, dryers, ovens. Safe and proper disposal of large appliances.", tag: "Appliances", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Appliance removal service" }, { - id: "general", title: "General Junk Removal", description: "If it's junk — we haul it. Whatever you need removed, our team is ready to help.", tag: "General", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg", imageAlt: "General junk removal" + id: "general", title: "General Junk Removal", description: "If it's junk — we haul it. Whatever you need removed, our team is ready to help.", tag: "General", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=2", imageAlt: "General junk removal" } ]} animationType="slide-up" @@ -138,7 +138,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "North Port", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial" }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Sarasota", rating: 5, @@ -150,15 +150,15 @@ export default function LandingPage() { }, { id: "4", name: "David Kim", role: "Contractor", company: "Venice", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "David Kim testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1", imageAlt: "David Kim testimonial" }, { id: "5", name: "Jessica Martinez", role: "Homeowner", company: "Punta Gorda", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Jessica Martinez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2", imageAlt: "Jessica Martinez testimonial" }, { id: "6", name: "Robert Taylor", role: "Business Owner", company: "Surrounding Areas", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Taylor testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Taylor testimonial" } ]} gridVariant="uniform-all-items-equal" @@ -191,7 +191,7 @@ export default function LandingPage() { description="Call Chase's Junk Removal LLC now for a fast free estimate. We're here to help you reclaim your space." background={{ variant: "plain" }} useInvertedBackground={true} - 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=3" imageAlt="Junk removal truck ready to serve" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1