diff --git a/src/app/page.tsx b/src/app/page.tsx index 8518975..2606ef0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { description="Doorstep pickup, hygienic cleaning, expert fabric care, and on-time delivery for homes and busy professionals in Kompally. We ensure every garment is handled with care." tag="Local Service • Kompally" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Book Pickup Now", href: "#contact" }, { text: "Call Now", href: "tel:+91" }, { text: "WhatsApp Us", href: "https://wa.me/91" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/stack-clothes-white-background-closeup_93675-132635.jpg" imageAlt="Fresh folded laundry and professional garment care" mediaAnimation="slide-up" @@ -70,7 +70,7 @@ export default function LandingPage() { description="We combine local expertise with professional service standards to deliver exceptional laundry care." tag="Our Promise" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" @@ -111,7 +111,7 @@ export default function LandingPage() { description="Professional laundry and dry cleaning services tailored for your needs. From everyday wear to premium garments, we handle it all." tag="Service Menu" tagIcon={Shirt} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" @@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Premium and delicate garment care", initialQuantity: 1 } ]} carouselMode="buttons" @@ -147,7 +147,7 @@ export default function LandingPage() { description="Three simple steps to get your clothes fresh, clean, and delivered back to you." tag="Easy Process" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} animationType="blur-reveal" @@ -188,11 +188,11 @@ export default function LandingPage() { description="We're your trusted neighborhood laundry partner. Local expertise combined with professional service standards means your clothes get the best care possible." tag="Local Pride • Professional Service" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Request Pickup", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/location-pin-route-arrow-set_78370-9326.jpg" imageAlt="Kompally location map for Fabric Touch laundry service" useInvertedBackground={false} @@ -231,7 +231,7 @@ export default function LandingPage() { description="Got questions? We have answers. Learn more about our services, pricing, and how we work." tag="Support & Help" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} faqsAnimation="blur-reveal" @@ -265,14 +265,14 @@ export default function LandingPage() {