diff --git a/src/app/page.tsx b/src/app/page.tsx index 90f16e9..0837b95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Now", href: "contact"}} + text: "Book Now", href: "contact" + }} /> @@ -69,18 +70,17 @@ export default function LandingPage() { title: "Professional Therapists", description: "Experienced and trained massage experts dedicated to your wellness", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", imageAlt: "Professional spa therapist", buttonIcon: ArrowRight, }, { - title: "Hygienic Environment", description: "Clean rooms, sanitized equipment, and strict hygiene protocols", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talks-staff-member_482257-80826.jpg?_wi=1", imageAlt: "Spa reception area", buttonIcon: Shield, + title: "Hygienic Environment", description: "Clean rooms, sanitized equipment, and strict hygiene protocols", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talks-staff-member_482257-80826.jpg", imageAlt: "Spa reception area", buttonIcon: Shield, }, { - title: "Relaxation & Pain Relief", description: "Deep tissue therapy designed for muscle recovery and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg?_wi=1", imageAlt: "Deep tissue massage therapy", buttonIcon: Zap, + title: "Relaxation & Pain Relief", description: "Deep tissue therapy designed for muscle recovery and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg", imageAlt: "Deep tissue massage therapy", buttonIcon: Zap, }, { - title: "Premium Therapies", description: "Traditional and modern massage treatments for complete wellness", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=1", imageAlt: "Aromatherapy spa treatment", buttonIcon: CheckCircle, + title: "Premium Therapies", description: "Traditional and modern massage treatments for complete wellness", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg", imageAlt: "Aromatherapy spa treatment", buttonIcon: CheckCircle, }, ]} textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" /> @@ -92,17 +92,23 @@ export default function LandingPage() { tagIcon={Star} products={[ { - id: "deep-tissue", name: "Deep Tissue Massage", price: "₹1,500", variant: "60 min | Pain Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg?_wi=2", imageAlt: "Deep tissue massage"}, + id: "deep-tissue", name: "Deep Tissue Massage", price: "₹1,500", variant: "60 min | Pain Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-aroma-modern-oil-diffuser-with-body-care-products_169016-6710.jpg", imageAlt: "Deep tissue massage" + }, { - id: "swedish", name: "Swedish Massage", price: "₹1,200", variant: "60 min | Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=2", imageAlt: "Swedish massage therapy"}, + id: "swedish", name: "Swedish Massage", price: "₹1,200", variant: "60 min | Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg", imageAlt: "Swedish massage therapy" + }, { - id: "hammam", name: "Turkish Hammam Bath", price: "₹1,800", variant: "45 min | Full Body", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-relaxing-massage-spa_23-2148176893.jpg?_wi=1", imageAlt: "Turkish hammam bubble bath"}, + id: "hammam", name: "Turkish Hammam Bath", price: "₹1,800", variant: "45 min | Full Body", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-relaxing-massage-spa_23-2148176893.jpg", imageAlt: "Turkish hammam bubble bath" + }, { - id: "aroma", name: "Aroma Therapy", price: "₹1,300", variant: "60 min | Stress Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg?_wi=3", imageAlt: "Aromatherapy massage"}, + id: "aroma", name: "Aroma Therapy", price: "₹1,300", variant: "60 min | Stress Relief", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-air-humidifier-aroma-oils_169016-58460.jpg", imageAlt: "Aromatherapy massage" + }, { - id: "scrub", name: "Full Body Scrub & Polish", price: "₹1,600", variant: "45 min | Exfoliation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037157.jpg", imageAlt: "Full body scrub treatment"}, + id: "scrub", name: "Full Body Scrub & Polish", price: "₹1,600", variant: "45 min | Exfoliation", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037157.jpg", imageAlt: "Full body scrub treatment" + }, { - id: "couple", name: "Couple Spa Sessions", price: "₹2,800", variant: "60 min | For Two", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-professional-massage_23-2150649753.jpg?_wi=1", imageAlt: "Couple spa therapy"}, + id: "couple", name: "Couple Spa Sessions", price: "₹2,800", variant: "60 min | For Two", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-professional-massage_23-2150649753.jpg", imageAlt: "Couple spa therapy" + }, ]} gridVariant="uniform-all-items-equal" textboxLayout="default" @@ -115,7 +121,8 @@ export default function LandingPage() { @@ -158,7 +171,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "4.5★ Rating", "170+ Reviews", "7+ Years", "Expert Therapists", "100% Hygiene", "Premium Treatments", "HSR Layout", "Best Spa"]} + "4.5★ Rating", "170+ Reviews", "7+ Years", "Expert Therapists", "100% Hygiene", "Premium Treatments", "HSR Layout", "Best Spa" + ]} showCard={true} speed={40} />