diff --git a/src/app/page.tsx b/src/app/page.tsx index 2606ef0..87928e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,19 +121,19 @@ export default function LandingPage() { id: "regular-laundry", name: "Regular Laundry", price: "Affordable", imageSrc: "http://img.b2bpic.net/free-photo/working-dry-cleaning-shop_1098-16155.jpg", imageAlt: "Regular laundry washing service", initialQuantity: 1 }, { - id: "dry-cleaning", name: "Dry Cleaning", price: "Premium Care", imageSrc: "http://img.b2bpic.net/free-photo/serious-man-arranging-jacket-hangers_23-2147689373.jpg", imageAlt: "Professional dry cleaning service", initialQuantity: 1 + id: "dry-cleaning", name: "Dry Cleaning", price: "Premium Care", imageSrc: "http://img.b2bpic.net/free-photo/serious-man-arranging-jacket-hangers_23-2147689373.jpg?_wi=1", imageAlt: "Professional dry cleaning service", initialQuantity: 1 }, { id: "steam-ironing", name: "Steam Ironing", price: "Perfect Press", imageSrc: "http://img.b2bpic.net/free-photo/laughing-woman-holding-clean-laundry_23-2148386963.jpg", imageAlt: "Steam ironing and pressing service", initialQuantity: 1 }, { - id: "wash-fold", name: "Wash & Fold", price: "Ready to Wear", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-with-donations_23-2149142805.jpg", imageAlt: "Wash and fold service ready to use", initialQuantity: 1 + id: "wash-fold", name: "Wash & Fold", price: "Ready to Wear", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-with-donations_23-2149142805.jpg?_wi=1", imageAlt: "Wash and fold service ready to use", initialQuantity: 1 }, { - id: "pickup-delivery", name: "Pickup & Delivery", price: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-with-donations_23-2149142805.jpg", imageAlt: "Doorstep pickup and delivery service", initialQuantity: 1 + id: "pickup-delivery", name: "Pickup & Delivery", price: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-with-donations_23-2149142805.jpg?_wi=2", imageAlt: "Doorstep pickup and delivery service", initialQuantity: 1 }, { - id: "premium-garments", name: "Premium Garment Care", price: "Expert Handling", imageSrc: "http://img.b2bpic.net/free-photo/serious-man-arranging-jacket-hangers_23-2147689373.jpg", imageAlt: "Premium and delicate garment care", initialQuantity: 1 + id: "premium-garments", name: "Premium Garment Care", price: "Expert Handling", imageSrc: "http://img.b2bpic.net/free-photo/serious-man-arranging-jacket-hangers_23-2147689373.jpg?_wi=2", imageAlt: "Premium and delicate garment care", initialQuantity: 1 } ]} carouselMode="buttons"