Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-11 16:44:54 +00:00

View File

@@ -81,13 +81,16 @@ export default function LandingPage() {
tagIcon={Sparkles}
features={[
{
id: "1", title: "Advanced Facial Treatments", description: "Customized facials using the latest technologies and premium serums to rejuvenate, brighten, and restore your skin's natural radiance. Perfect for all skin types.", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334265.jpg", imageAlt: "Professional facial treatment"
id: 1,
title: "Advanced Facial Treatments", description: "Customized facials using the latest technologies and premium serums to rejuvenate, brighten, and restore your skin's natural radiance. Perfect for all skin types.", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334265.jpg", imageAlt: "Professional facial treatment"
},
{
id: "2", title: "Laser Skin Resurfacing", description: "Innovative laser technology to reduce fine lines, improve texture, minimize pores, and treat acne scars. Non-invasive with outstanding results and quick recovery.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-device-therapy-patient-foot-device-heel_169016-70872.jpg", imageAlt: "Laser skin treatment technology"
id: 2,
title: "Laser Skin Resurfacing", description: "Innovative laser technology to reduce fine lines, improve texture, minimize pores, and treat acne scars. Non-invasive with outstanding results and quick recovery.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-device-therapy-patient-foot-device-heel_169016-70872.jpg", imageAlt: "Laser skin treatment technology"
},
{
id: "3", title: "Microneedling Therapy", description: "Stimulate collagen production and enhance skin elasticity with our professional microneedling treatments. Ideal for fine lines, acne scars, and overall skin rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-moisturizing-cream_23-2152029129.jpg", imageAlt: "Microneedling treatment procedure"
id: 3,
title: "Microneedling Therapy", description: "Stimulate collagen production and enhance skin elasticity with our professional microneedling treatments. Ideal for fine lines, acne scars, and overall skin rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-moisturizing-cream_23-2152029129.jpg", imageAlt: "Microneedling treatment procedure"
}
]}
animationType="blur-reveal"
@@ -104,13 +107,13 @@ export default function LandingPage() {
tagIcon={Star}
metrics={[
{
id: "1", value: 98, title: "Satisfaction Rate", description: "Of our clients report significant improvement in their skin", icon: ThumbsUp
id: "1", value: "98", title: "Satisfaction Rate", description: "Of our clients report significant improvement in their skin", icon: ThumbsUp
},
{
id: "2", value: 50, title: "Clinical Studies", description: "Supporting our advanced treatment methods", icon: Award
id: "2", value: "50", title: "Clinical Studies", description: "Supporting our advanced treatment methods", icon: Award
},
{
id: "3", value: 100, title: "Board Certified", description: "Licensed dermatologists and aestheticians", icon: CheckCircle
id: "3", value: "100", title: "Board Certified", description: "Licensed dermatologists and aestheticians", icon: CheckCircle
}
]}
gridVariant="uniform-all-items-equal"