diff --git a/src/app/page.tsx b/src/app/page.tsx index 8387f0c..4a6911f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-cleaning-window_23-2149345512.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-cleaning-window_23-2149345512.jpg?_wi=1" imageAlt="Professional window cleaning service in Auckland" mediaAnimation="blur-reveal" frameStyle="card" @@ -77,7 +77,7 @@ export default function LandingPage() { title: "100% Satisfaction", description: "We stand behind our work with a satisfaction guarantee on every job we complete.", icon: Award, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg?_wi=1" imageAlt="Crystal Clean professional team" mediaAnimation="slide-up" imagePosition="right" @@ -97,7 +97,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "residential", title: "Residential Window Cleaning", description: "Professional window cleaning for homes of all sizes. We handle everything from single-storey houses to multi-level properties with expert care and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/maid-cleaning-windows_1398-5265.jpg", imageAlt: "Residential window cleaning"}, + id: "residential", title: "Residential Window Cleaning", description: "Professional window cleaning for homes of all sizes. We handle everything from single-storey houses to multi-level properties with expert care and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/maid-cleaning-windows_1398-5265.jpg?_wi=1", imageAlt: "Residential window cleaning"}, { id: "commercial", title: "Commercial Window Cleaning", description: "Maintain your business's professional appearance with our commercial window cleaning services. We work efficiently to minimize disruption to your operations.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-with-cleaning-cart-full-shot_23-2149345533.jpg", imageAlt: "Commercial building window cleaning"}, { @@ -122,13 +122,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Crystal Clean", name: "Fast & Reliable Service", price: "Same-Day Booking", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-cleaning-window_23-2149345512.jpg", imageAlt: "Fast reliable window cleaning service"}, + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-cleaning-window_23-2149345512.jpg?_wi=2", imageAlt: "Fast reliable window cleaning service"}, { id: "2", brand: "Crystal Clean", name: "Fully Insured & Licensed", price: "Complete Coverage", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg", imageAlt: "Professional licensed team"}, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg?_wi=2", imageAlt: "Professional licensed team"}, { id: "3", brand: "Crystal Clean", name: "Competitive Pricing", price: "Free Estimates", rating: 5, - reviewCount: "165+", imageSrc: "http://img.b2bpic.net/free-photo/maid-cleaning-windows_1398-5265.jpg", imageAlt: "Affordable window cleaning pricing"}, + reviewCount: "165+", imageSrc: "http://img.b2bpic.net/free-photo/maid-cleaning-windows_1398-5265.jpg?_wi=2", imageAlt: "Affordable window cleaning pricing"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"