7 Commits

Author SHA1 Message Date
39328d284f Update src/app/treatments/page.tsx 2026-03-08 07:50:24 +00:00
f451164fdc Update src/app/page.tsx 2026-03-08 07:50:24 +00:00
8719067639 Update src/app/treatments/page.tsx 2026-03-08 07:48:38 +00:00
66cb51a20e Update src/app/page.tsx 2026-03-08 07:48:38 +00:00
5615a5bffd Update src/app/treatments/page.tsx 2026-03-08 07:45:37 +00:00
e2e3340fec Update src/app/page.tsx 2026-03-08 07:45:37 +00:00
280d327a96 Merge version_3 into main
Merge version_3 into main
2026-03-08 07:43:47 +00:00
2 changed files with 12 additions and 18 deletions

View File

@@ -198,22 +198,22 @@ export default function HomePage() {
<TestimonialCardTwo
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Patient", testimonial: "Good results on my face. Dr S Kumar is the best skin doctor in Pilibhit. Highly professional and caring.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-blonde-hair_23-2149085258.jpg?_wi=1", imageAlt: "Priya Sharma - Patient testimonial profile", icon: Star,
id: "1", name: "Priya Sharma", role: "Patient", testimonial: "Good results on my face. Dr S Kumar is the best skin doctor in Pilibhit. Highly professional and caring.", icon: Star,
},
{
id: "2", name: "Amit Singh", role: "Patient", testimonial: "Very knowledgeable and polite doctor. My acne treatment was successful. Highly recommended for skin care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-of-handsome-man_23-2149131624.jpg?_wi=1", imageAlt: "Amit Singh - Patient testimonial profile", icon: Star,
id: "2", name: "Amit Singh", role: "Patient", testimonial: "Very knowledgeable and polite doctor. My acne treatment was successful. Highly recommended for skin care.", icon: Star,
},
{
id: "3", name: "Rajini Verma", role: "Patient", testimonial: "Very careful treatment and excellent results. Dr Kumar listened to my concerns and provided the best solution.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-woman-portrait_23-2149067706.jpg?_wi=1", imageAlt: "Rajini Verma - Patient testimonial profile", icon: Star,
id: "3", name: "Rajini Verma", role: "Patient", testimonial: "Very careful treatment and excellent results. Dr Kumar listened to my concerns and provided the best solution.", icon: Star,
},
{
id: "4", name: "Vikram Patel", role: "Patient", testimonial: "Professional clinic with modern equipment. My skin improved significantly after the treatment course.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-at-camera_23-2149044321.jpg?_wi=1", imageAlt: "Vikram Patel - Patient testimonial profile", icon: Star,
id: "4", name: "Vikram Patel", role: "Patient", testimonial: "Professional clinic with modern equipment. My skin improved significantly after the treatment course.", icon: Star,
},
{
id: "5", name: "Neha Gupta", role: "Patient", testimonial: "Best dermatologist in town! Clean clinic, expert staff, and amazing results. Worth every visit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-of-happy-young-woman-with-curly-hair_23-2149067555.jpg?_wi=1", imageAlt: "Neha Gupta - Patient testimonial profile", icon: Star,
id: "5", name: "Neha Gupta", role: "Patient", testimonial: "Best dermatologist in town! Clean clinic, expert staff, and amazing results. Worth every visit.", icon: Star,
},
{
id: "6", name: "Arjun Desai", role: "Patient", testimonial: "Resolved my hair fall issue with PRP therapy. Dr Kumar's treatment plan was well-structured and effective.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-with-folded-arms_23-2149061203.jpg?_wi=1", imageAlt: "Arjun Desai - Patient testimonial profile", icon: Star,
id: "6", name: "Arjun Desai", role: "Patient", testimonial: "Resolved my hair fall issue with PRP therapy. Dr Kumar's treatment plan was well-structured and effective.", icon: Star,
},
]}
title="Patient Testimonials"

View File

@@ -72,28 +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."},
{
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."},
{
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."},
{
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."},
{
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."},
{
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."}
]}
animationType="slide-up"
title="Our Comprehensive Treatment Services"