diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a3446d1..19ba1f8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,14 +69,14 @@ export default function LandingPage() { value: "24/7", title: "Service Access", description: "Always here to help.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg?_wi=2", }, { id: "3", value: "10+", title: "Years Experience", description: "Quality you can feel.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg?_wi=2", }, ]} title="Why Trust Us" diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f6514d..2c186df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,19 +71,19 @@ export default function LandingPage() { { title: "Standard Cleaning", description: "Regular maintenance for a spotless, consistent home.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg?_wi=1", buttonIcon: "Sparkles", }, { title: "Deep Cleaning", description: "Comprehensive scrubbing for a fresh start.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg?_wi=1", buttonIcon: "Zap", }, { title: "Rental & Airbnb", description: "Guest-ready cleaning to ensure 5-star reviews.", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg?_wi=1", buttonIcon: "Shield", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { name: "Sarah Miller", handle: "@sarahmill", testimonial: "They actually care about the details. Truly spotless.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg?_wi=1", }, { id: "2", @@ -131,7 +131,7 @@ export default function LandingPage() { name: "Jessica Lee", handle: "@jlee", testimonial: "Incredible attention to detail. Every corner shines.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg?_wi=2", }, ]} title="What Our Clients Say" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bd1102d..2ca31d7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { id: "1", name: "Standard Clean", price: "$150+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg?_wi=3", }, { id: "2", name: "Deep Clean", price: "$250+", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg?_wi=3", }, { id: "3", name: "Move-In / Out", price: "$300+", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg?_wi=2", }, ]} title="Our Premium Services"