diff --git a/src/app/page.tsx b/src/app/page.tsx index 330234e..3857269 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,13 +116,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Luxury Manicure", description: "Indulge in our signature manicure with premium polishes, hand massage, and cuticle care. Choose from classic, gel, or art designs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-finger-nail-treatment-making-process-professional-nail-file-drill-action-beauty-hand-care-concept_343596-2382.jpg", imageAlt: "Professional manicure service"}, + title: "Luxury Manicure", description: "Indulge in our signature manicure with premium polishes, hand massage, and cuticle care. Choose from classic, gel, or art designs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-finger-nail-treatment-making-process-professional-nail-file-drill-action-beauty-hand-care-concept_343596-2382.jpg?_wi=1", imageAlt: "Professional manicure service"}, { id: 2, - title: "Spa Pedicure", description: "Relax with our therapeutic pedicure featuring foot soak, exfoliation, massage, and stunning nail designs. Perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-massaged-spa_23-2149871263.jpg", imageAlt: "Luxurious spa pedicure"}, + title: "Spa Pedicure", description: "Relax with our therapeutic pedicure featuring foot soak, exfoliation, massage, and stunning nail designs. Perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-massaged-spa_23-2149871263.jpg?_wi=1", imageAlt: "Luxurious spa pedicure"}, { id: 3, - title: "Relaxation Massage", description: "Experience ultimate relaxation with our professional massage therapies. Choose from Swedish, deep tissue, or hot stone treatments.", imageSrc: "http://img.b2bpic.net/free-photo/male-physiotherapist-checking-woman-s-hip_23-2148780734.jpg", imageAlt: "Professional spa massage therapy"}, + title: "Relaxation Massage", description: "Experience ultimate relaxation with our professional massage therapies. Choose from Swedish, deep tissue, or hot stone treatments.", imageSrc: "http://img.b2bpic.net/free-photo/male-physiotherapist-checking-woman-s-hip_23-2148780734.jpg?_wi=1", imageAlt: "Professional spa massage therapy"}, ]} /> @@ -137,17 +137,17 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "basic", title: "Essential", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-finger-nail-treatment-making-process-professional-nail-file-drill-action-beauty-hand-care-concept_343596-2382.jpg", imageAlt: "Essential nail care", button: { text: "Book Now", href: "#contact" }, + id: "basic", title: "Essential", price: "$35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-finger-nail-treatment-making-process-professional-nail-file-drill-action-beauty-hand-care-concept_343596-2382.jpg?_wi=2", imageAlt: "Essential nail care", button: { text: "Book Now", href: "#contact" }, features: [ "Classic manicure or pedicure", "Premium polish selection", "Hand or foot massage", "Cuticle care"], }, { - id: "professional", title: "Professional", price: "$60", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-massaged-spa_23-2149871263.jpg", imageAlt: "Professional spa treatment", button: { text: "Book Now", href: "#contact" }, + id: "professional", title: "Professional", price: "$60", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-massaged-spa_23-2149871263.jpg?_wi=2", imageAlt: "Professional spa treatment", button: { text: "Book Now", href: "#contact" }, features: [ "Gel manicure or pedicure", "Extended hand or foot massage", "Nail art designs available", "Luxury products", "Relaxation package add-on"], }, { - id: "ultimate", title: "Ultimate Wellness", price: "$95", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/male-physiotherapist-checking-woman-s-hip_23-2148780734.jpg", imageAlt: "Ultimate spa experience", button: { text: "Book Now", href: "#contact" }, + id: "ultimate", title: "Ultimate Wellness", price: "$95", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/male-physiotherapist-checking-woman-s-hip_23-2148780734.jpg?_wi=2", imageAlt: "Ultimate spa experience", button: { text: "Book Now", href: "#contact" }, features: [ "Complete spa treatment", "Manicure + pedicure combo", "Professional massage therapy", "Luxury facial add-on", "VIP amenities", "Complimentary beverage"], },