Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-08 07:48:42 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -136,22 +136,22 @@ export default function HomePage() {
features={[
{
icon: Zap,
title: "Acne Treatment", description: "Targeted solutions for active acne, preventing future breakouts with advanced laser and chemical therapies."},
title: "Acne Treatment", description: "Targeted solutions for active acne, preventing future breakouts with advanced laser and chemical therapies.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-using-towel_23-2149441234.jpg?_wi=1"},
{
icon: Sparkles,
title: "Laser Skin Treatment", description: "Modern laser technology for skin rejuvenation, removing imperfections and restoring natural radiance."},
title: "Laser Skin Treatment", description: "Modern laser technology for skin rejuvenation, removing imperfections and restoring natural radiance.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16713.jpg"},
{
icon: Droplets,
title: "Pigmentation Treatment", description: "Advanced procedures to treat dark spots, melasma, and uneven skin tone for a brighter complexion."},
title: "Pigmentation Treatment", description: "Advanced procedures to treat dark spots, melasma, and uneven skin tone for a brighter complexion.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-getting-face-skin-treatment-wellness-center_23-2148825380.jpg?_wi=1"},
{
icon: Leaf,
title: "Hair Fall Treatment", description: "Proven treatments including PRP therapy to stop hair loss and promote healthy hair regrowth."},
title: "Hair Fall Treatment", description: "Proven treatments including PRP therapy to stop hair loss and promote healthy hair regrowth.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-washed_23-2148108817.jpg?_wi=1"},
{
icon: Smile,
title: "Skin Rejuvenation", description: "Chemical peels and anti-aging treatments to restore youthful glow and improve skin texture."},
title: "Skin Rejuvenation", description: "Chemical peels and anti-aging treatments to restore youthful glow and improve skin texture.", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73988.jpg?_wi=1"},
{
icon: Heart,
title: "Aesthetic Services", description: "Specialized cosmetic treatments designed to enhance your natural beauty and boost confidence."},
title: "Aesthetic Services", description: "Specialized cosmetic treatments designed to enhance your natural beauty and boost confidence.", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194183.jpg"},
]}
title="Our Treatment Services"
description="Comprehensive dermatology solutions for all your skin concerns using advanced technology and proven techniques."
@@ -305,4 +305,4 @@ export default function HomePage() {
</footer>
</ThemeProvider>
);
}
}

View File

@@ -72,22 +72,22 @@ export default function TreatmentsPage() {
features={[
{
icon: Zap,
title: "Acne Treatment", description: "Targeted solutions for active acne, preventing future breakouts with advanced laser and chemical therapies."},
title: "Acne Treatment", description: "Targeted solutions for active acne, preventing future breakouts with advanced laser and chemical therapies.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-using-towel_23-2149441234.jpg?_wi=1"},
{
icon: Sparkles,
title: "Laser Skin Treatment", description: "Modern laser technology for skin rejuvenation, removing imperfections and restoring natural radiance."},
title: "Laser Skin Treatment", description: "Modern laser technology for skin rejuvenation, removing imperfections and restoring natural radiance.", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16713.jpg"},
{
icon: Droplets,
title: "Pigmentation Treatment", description: "Advanced procedures to treat dark spots, melasma, and uneven skin tone for a brighter complexion."},
title: "Pigmentation Treatment", description: "Advanced procedures to treat dark spots, melasma, and uneven skin tone for a brighter complexion.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-getting-face-skin-treatment-wellness-center_23-2148825380.jpg?_wi=1"},
{
icon: Leaf,
title: "Hair Fall Treatment", description: "Proven treatments including PRP therapy to stop hair loss and promote healthy hair regrowth."},
title: "Hair Fall Treatment", description: "Proven treatments including PRP therapy to stop hair loss and promote healthy hair regrowth.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-washed_23-2148108817.jpg?_wi=1"},
{
icon: Smile,
title: "Skin Rejuvenation", description: "Chemical peels and anti-aging treatments to restore youthful glow and improve skin texture."},
title: "Skin Rejuvenation", description: "Chemical peels and anti-aging treatments to restore youthful glow and improve skin texture.", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73988.jpg?_wi=1"},
{
icon: Heart,
title: "Aesthetic Services", description: "Specialized cosmetic treatments designed to enhance your natural beauty and boost confidence."}
title: "Aesthetic Services", description: "Specialized cosmetic treatments designed to enhance your natural beauty and boost confidence.", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194183.jpg"}
]}
animationType="slide-up"
title="Our Comprehensive Treatment Services"
@@ -162,4 +162,4 @@ export default function TreatmentsPage() {
</div>
</ThemeProvider>
);
}
}