From 812a5d7943a0bcf942f580227983e5f54e51586b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:44:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffc78db..ed7ac47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1