diff --git a/src/app/page.tsx b/src/app/page.tsx index 4786d09..bfcccca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wiping-bathroom-mirror_23-2148465050.jpg", imageAlt: "Professional cleaning service in action" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-wiping-bathroom-mirror_23-2148465050.jpg?_wi=1", imageAlt: "Professional cleaning service in action" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg", imageAlt: "Residential home cleaning with sparkling results" + imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg?_wi=1", imageAlt: "Residential home cleaning with sparkling results" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg", imageAlt: "Commercial office cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg?_wi=1", imageAlt: "Commercial office cleaning service" }, ]} mediaAnimation="blur-reveal" @@ -74,11 +74,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Residential Cleaning", author: "Premium Home Care", description: "Transform your home with our thorough cleaning services. We handle everything from daily maintenance to deep cleaning, ensuring your living spaces are spotless and healthy.", tags: ["Houses", "Apartments", "Condos"], - imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg", imageAlt: "Residential home cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095321.jpg?_wi=2", imageAlt: "Residential home cleaning service" }, { id: "2", title: "Commercial Cleaning", author: "Business Solutions", description: "Keep your office and commercial spaces immaculate. Our professional team ensures a clean, healthy environment that boosts productivity and impresses clients.", tags: ["Offices", "Retail", "Medical"], - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg", imageAlt: "Commercial office and business cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg?_wi=2", imageAlt: "Commercial office and business cleaning" }, ]} animationType="slide-up" @@ -185,7 +185,7 @@ export default function LandingPage() {