Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-01 14:48:31 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Blood, Droplet, HeartPulse, Microscope, Sparkles, Sticker, Syringe, Zap } from "lucide-react";
import { Droplet, HeartPulse, Microscope, Sparkles, Sticker, Syringe, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -99,7 +99,7 @@ export default function LandingPage() {
{ title: "Laser Therapies", description: "Advanced laser treatments for hair removal, skin resurfacing, pigment correction, and acne scar reduction with minimal downtime.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-shaving-leg_23-2150256949.jpg", imageAlt: "Laser Hair Removal Treatment", buttonIcon: Zap },
{ title: "Botox & Dermal Fillers", description: "Smooth wrinkles, restore volume, and enhance facial contours with expertly administered Botox and a range of premium dermal fillers.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-rose-quartz-face-brush-with-copy-space_23-2148672291.jpg", imageAlt: "Botox Injection Procedure", buttonIcon: Syringe },
{ title: "Chemical Peels", description: "Reveal fresh, new skin with our customized chemical peels designed to target acne, pigmentation, and fine lines for improved texture and tone.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-making-injection-nose-young-woman_651396-2198.jpg", imageAlt: "Chemical Peel Application", buttonIcon: Droplet },
{ title: "PRP & Plasma Treatments", description: "Harness your body's natural healing power for skin rejuvenation, hair restoration, and improved texture using Platelet-Rich Plasma (PRP) therapy.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-healthcare-professional-holding-syringe_23-2149404728.jpg", imageAlt: "PRP Blood Plasma Treatment", buttonIcon: Blood },
{ title: "PRP & Plasma Treatments", description: "Harness your body's natural healing power for skin rejuvenation, hair restoration, and improved texture using Platelet-Rich Plasma (PRP) therapy.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-healthcare-professional-holding-syringe_23-2149404728.jpg", imageAlt: "PRP Blood Plasma Treatment", buttonIcon: Syringe },
{ title: "Acne & Scar Management", description: "Effective solutions for active acne, cystic breakouts, and post-acne scarring using a combination of medical treatments and advanced procedures.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-mirror_23-2149628115.jpg", imageAlt: "Acne Treatment Solution", buttonIcon: Microscope }
]}
/>