diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e68232..84d9f00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern home renovation project"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1", imageAlt: "Modern home renovation project"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Beautiful kitchen renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Beautiful kitchen renovation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Luxury bathroom renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "Luxury bathroom renovation"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -91,10 +91,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "The Experts", name: "Modern Kitchen Transformation", price: "Complete", rating: 5, - reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern kitchen renovation"}, + reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", imageAlt: "Modern kitchen renovation"}, { id: "2", brand: "The Experts", name: "Luxury Bathroom Suite", price: "Complete", rating: 5, - reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Luxury bathroom renovation"}, + reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Luxury bathroom renovation"}, { id: "3", brand: "The Experts", name: "Living Room Renovation", price: "Complete", rating: 5, reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg", imageAlt: "Modern living room renovation"},