Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-16 08:24:51 +00:00

View File

@@ -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"