diff --git a/src/app/page.tsx b/src/app/page.tsx index 1df1f99..849f58d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Advanced Facials", description: "Customized facial treatments using medical-grade skincare and cutting-edge technology to address acne, aging, hyperpigmentation, and sensitivity.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-spa-beauty-salon-applies-cream-client-s-face-girl-lies-cosmetology-table_343596-4278.jpg", imageAlt: "Advanced facial treatment"}, + title: "Advanced Facials", description: "Customized facial treatments using medical-grade skincare and cutting-edge technology to address acne, aging, hyperpigmentation, and sensitivity.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-spa-beauty-salon-applies-cream-client-s-face-girl-lies-cosmetology-table_343596-4278.jpg?_wi=1", imageAlt: "Advanced facial treatment"}, { id: 2, title: "Laser Skin Rejuvenation", description: "Non-invasive laser treatments to reduce fine lines, sun damage, and skin texture while stimulating collagen production.", imageSrc: "http://img.b2bpic.net/free-photo/laser-epilation-hair-removal-therapy_1303-23668.jpg", imageAlt: "Laser skin rejuvenation treatment"}, @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Therapeutic Massage", description: "Relaxing and therapeutic massage sessions designed to reduce tension, improve circulation, and promote overall wellness.", imageSrc: "http://img.b2bpic.net/free-photo/deep-back-massage-spa-double-touch-care_169016-69849.jpg", imageAlt: "Professional therapeutic massage"}, { id: 4, - title: "Body Treatments", description: "Luxurious body treatments including scrubs, wraps, and specialized therapies to nourish and revitalize your skin.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-spa-beauty-salon-applies-cream-client-s-face-girl-lies-cosmetology-table_343596-4278.jpg", imageAlt: "Spa body treatment"}, + title: "Body Treatments", description: "Luxurious body treatments including scrubs, wraps, and specialized therapies to nourish and revitalize your skin.", imageSrc: "http://img.b2bpic.net/free-photo/beautician-spa-beauty-salon-applies-cream-client-s-face-girl-lies-cosmetology-table_343596-4278.jpg?_wi=2", imageAlt: "Spa body treatment"}, ]} animationType="blur-reveal" title="Our Signature Services" @@ -151,17 +151,17 @@ export default function LandingPage() {