diff --git a/src/app/page.tsx b/src/app/page.tsx index 4426851..0059d7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { text: "View Services", href: "#services"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg?_wi=1" imageAlt="Professional cleaning services in action" /> @@ -67,16 +67,16 @@ export default function LandingPage() { features={[ { title: "Residential Cleaning", description: "Deep cleaning for your entire home, ensuring every corner is spotless.", buttonIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg", imageAlt: "professional cleaning service worker"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg?_wi=2", imageAlt: "professional cleaning service worker"}, { title: "Commercial Cleaning", description: "Keep your workplace clean and productive with our professional office cleaning.", buttonIcon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112833.jpg", imageAlt: "smiling professional cleaner"}, { title: "Move-In/Move-Out", description: "Seamless cleaning services to make your transition stress-free.", buttonIcon: ArrowRight, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg", imageAlt: "happy client home cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg?_wi=1", imageAlt: "happy client home cleaning"}, { title: "Deep Cleaning", description: "Intensive cleaning for appliances, surfaces, and hard-to-reach areas.", buttonIcon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg", imageAlt: "man happy with cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg?_wi=1", imageAlt: "man happy with cleaning service"}, ]} title="Our Cleaning Services" description="We offer a wide range of cleaning services tailored to your needs." @@ -94,19 +94,19 @@ export default function LandingPage() { "Dusting", "Vacuuming", "Floor mopping"], button: { text: "Select Plan"}, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", imageAlt: "family living room clean"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=1", imageAlt: "family living room clean"}, { id: "pro", title: "Deep Clean", price: "$250", period: "/visit", features: [ "All Standard features", "Appliance deep clean", "Window interior"], button: { text: "Select Plan"}, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "young woman happy home"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1", imageAlt: "young woman happy home"}, { id: "enterprise", title: "Move-Out Clean", price: "$350", period: "/visit", features: [ "Full deep cleaning", "Cabinets inside", "Wall spot clean"], button: { text: "Select Plan"}, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg", imageAlt: "man smiling home office"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg?_wi=1", imageAlt: "man smiling home office"}, ]} title="Transparent Pricing" description="Affordable cleaning packages designed for every budget." @@ -118,15 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg"}, + id: "1", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg?_wi=2"}, { - id: "2", name: "Mark Spencer", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg"}, + id: "2", name: "Mark Spencer", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg?_wi=2"}, { - id: "3", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg"}, + id: "3", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=2"}, { - id: "4", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg"}, + id: "4", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2"}, { - id: "5", name: "James Brown", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg"}, + id: "5", name: "James Brown", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg?_wi=2"}, ]} cardTitle="What Our Clients Say" cardTag="Happy Customers"