Merge version_1 into main #2
@@ -7,7 +7,7 @@ import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwen
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Heart } from "lucide-react";
|
||||
import { Heart, Sparkles } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -35,9 +35,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,17 +48,14 @@ export default function AboutPage() {
|
||||
description="At REGROWTH, we combine advanced medical technology with compassionate patient care. Our clinic is dedicated to providing effective solutions for hair loss, hair transplantation, and comprehensive skin treatments. Located in Jayalakshmipuram, Mysuru, we serve patients across Karnataka with personalized treatment plans."
|
||||
metrics={[
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Successful Procedures Completed",
|
||||
},
|
||||
value: "5000+", title: "Successful Procedures Completed"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Patient Satisfaction Rate",
|
||||
},
|
||||
value: "98%", title: "Patient Satisfaction Rate"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg"
|
||||
imageAlt="REGROWTH clinic modern facility"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,48 +66,28 @@ export default function AboutPage() {
|
||||
title="Our Services"
|
||||
description="Comprehensive hair and skin treatment solutions tailored to your needs"
|
||||
tag="Services"
|
||||
tagIcon="Sparkles"
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "hair-transplant",
|
||||
title: "Hair Transplantation (FUE & FUT)",
|
||||
author: "Advanced Surgical Procedure",
|
||||
description:
|
||||
"State-of-the-art follicular unit extraction (FUE) and follicular unit transplantation (FUT) techniques for natural-looking results. Minimally invasive with quick recovery.",
|
||||
tags: ["Hair Restoration", "Surgical"],
|
||||
id: "hair-transplant", title: "Hair Transplantation (FUE & FUT)", author: "Advanced Surgical Procedure", description:
|
||||
"State-of-the-art follicular unit extraction (FUE) and follicular unit transplantation (FUT) techniques for natural-looking results. Minimally invasive with quick recovery.", tags: ["Hair Restoration", "Surgical"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg?_wi=3",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg"},
|
||||
{
|
||||
id: "hair-loss-treatment",
|
||||
title: "Hair Loss & Hair Fall Treatment",
|
||||
author: "Medical Management",
|
||||
description:
|
||||
"Advanced treatments including PRP therapy, medications, and laser therapy to stop hair fall and stimulate regrowth naturally.",
|
||||
tags: ["PRP Therapy", "Non-Surgical"],
|
||||
id: "hair-loss-treatment", title: "Hair Loss & Hair Fall Treatment", author: "Medical Management", description:
|
||||
"Advanced treatments including PRP therapy, medications, and laser therapy to stop hair fall and stimulate regrowth naturally.", tags: ["PRP Therapy", "Non-Surgical"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg?_wi=3",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg"},
|
||||
{
|
||||
id: "skin-treatments",
|
||||
title: "Skin Treatments & Procedures",
|
||||
author: "Dermatological Care",
|
||||
description:
|
||||
"Comprehensive skin care including Hydra Facial, laser hair removal, acne treatment, and anti-aging procedures for radiant, healthy skin.",
|
||||
tags: ["Laser", "Facial"],
|
||||
id: "skin-treatments", title: "Skin Treatments & Procedures", author: "Dermatological Care", description:
|
||||
"Comprehensive skin care including Hydra Facial, laser hair removal, acne treatment, and anti-aging procedures for radiant, healthy skin.", tags: ["Laser", "Facial"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg?_wi=3",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg"},
|
||||
{
|
||||
id: "prp-therapy",
|
||||
title: "PRP Treatment (Platelet Rich Plasma)",
|
||||
author: "Regenerative Therapy",
|
||||
description:
|
||||
"Cutting-edge PRP therapy using your own blood plasma to regenerate hair follicles and improve skin quality without side effects.",
|
||||
tags: ["Regenerative", "Non-Surgical"],
|
||||
id: "prp-therapy", title: "PRP Treatment (Platelet Rich Plasma)", author: "Regenerative Therapy", description:
|
||||
"Cutting-edge PRP therapy using your own blood plasma to regenerate hair follicles and improve skin quality without side effects.", tags: ["Regenerative", "Non-Surgical"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg?_wi=3",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -128,44 +103,20 @@ export default function AboutPage() {
|
||||
tag="Benefits"
|
||||
metrics={[
|
||||
{
|
||||
id: "expertise",
|
||||
value: "15+",
|
||||
title: "Years of Medical Experience",
|
||||
items: [
|
||||
"Board-certified doctors",
|
||||
"Advanced training in hair surgery",
|
||||
"Latest technology and techniques",
|
||||
],
|
||||
id: "expertise", value: "15+", title: "Years of Medical Experience", items: [
|
||||
"Board-certified doctors", "Advanced training in hair surgery", "Latest technology and techniques"],
|
||||
},
|
||||
{
|
||||
id: "results",
|
||||
value: "98%",
|
||||
title: "Patient Satisfaction",
|
||||
items: [
|
||||
"Natural-looking results",
|
||||
"Minimal scarring",
|
||||
"Quick recovery time",
|
||||
],
|
||||
id: "results", value: "98%", title: "Patient Satisfaction", items: [
|
||||
"Natural-looking results", "Minimal scarring", "Quick recovery time"],
|
||||
},
|
||||
{
|
||||
id: "affordability",
|
||||
value: "Best",
|
||||
title: "Pricing in Mysuru",
|
||||
items: [
|
||||
"Transparent pricing",
|
||||
"Easy payment options",
|
||||
"No hidden charges",
|
||||
],
|
||||
id: "affordability", value: "Best", title: "Pricing in Mysuru", items: [
|
||||
"Transparent pricing", "Easy payment options", "No hidden charges"],
|
||||
},
|
||||
{
|
||||
id: "care",
|
||||
value: "24/7",
|
||||
title: "Patient Support",
|
||||
items: [
|
||||
"WhatsApp assistance",
|
||||
"Post-procedure guidance",
|
||||
"Follow-up consultations",
|
||||
],
|
||||
id: "care", value: "24/7", title: "Patient Support", items: [
|
||||
"WhatsApp assistance", "Post-procedure guidance", "Follow-up consultations"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -181,8 +132,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 REGROWTH Skin & Hair Transplant Clinic. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -190,45 +140,27 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hair Transplant",
|
||||
href: "/services#hair-transplant",
|
||||
},
|
||||
label: "Hair Transplant", href: "/services#hair-transplant"},
|
||||
{
|
||||
label: "Hair Loss Treatment",
|
||||
href: "/services#hair-loss-treatment",
|
||||
},
|
||||
label: "Hair Loss Treatment", href: "/services#hair-loss-treatment"},
|
||||
{
|
||||
label: "Skin Treatments",
|
||||
href: "/services#skin-treatments",
|
||||
},
|
||||
label: "Skin Treatments", href: "/services#skin-treatments"},
|
||||
{
|
||||
label: "PRP Therapy",
|
||||
href: "/services#prp-therapy",
|
||||
},
|
||||
label: "PRP Therapy", href: "/services#prp-therapy"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "Call: +91 98447 78611",
|
||||
href: "tel:+919844778611",
|
||||
},
|
||||
label: "Call: +91 98447 78611", href: "tel:+919844778611"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919844778611",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919844778611"},
|
||||
{
|
||||
label: "Location: Mysuru, Karnataka",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location: Mysuru, Karnataka", href: "#"},
|
||||
{
|
||||
label: "Book Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book Consultation", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
255
src/app/page.tsx
255
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Hair Transplant", href: "/services" },
|
||||
{ label: "Hair Loss Treatment", href: "/services" },
|
||||
{ label: "Skin Treatments", href: "/services" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Call: +91 98447 78611", href: "tel:+919844778611" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/919844778611" },
|
||||
{ label: "Location: Mysuru, Karnataka", href: "#" },
|
||||
@@ -74,9 +71,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Book Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,41 +88,22 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Hair Transplant Patient",
|
||||
testimonial: "Natural results and professional care. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg",
|
||||
imageAlt: "Rajesh Kumar testimonial",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "Hair Transplant Patient", testimonial: "Natural results and professional care. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", imageAlt: "Rajesh Kumar testimonial"},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "Skin Treatment Patient",
|
||||
testimonial: "Best clinic in Mysuru. Friendly staff and excellent results.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-looking-straight-ahead-wearing-white-t-shirt-isolated-purple_141793-86566.jpg",
|
||||
imageAlt: "Priya Sharma testimonial",
|
||||
},
|
||||
name: "Priya Sharma", handle: "Skin Treatment Patient", testimonial: "Best clinic in Mysuru. Friendly staff and excellent results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-looking-straight-ahead-wearing-white-t-shirt-isolated-purple_141793-86566.jpg", imageAlt: "Priya Sharma testimonial"},
|
||||
{
|
||||
name: "Arjun Singh",
|
||||
handle: "PRP Therapy Patient",
|
||||
testimonial: "Affordable pricing with premium quality treatment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-stethoscope-medical-gown-his-thumbs-up-isolated-white-background_141793-38958.jpg",
|
||||
imageAlt: "Arjun Singh testimonial",
|
||||
},
|
||||
name: "Arjun Singh", handle: "PRP Therapy Patient", testimonial: "Affordable pricing with premium quality treatment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-doctor-wearing-stethoscope-medical-gown-his-thumbs-up-isolated-white-background_141793-38958.jpg", imageAlt: "Arjun Singh testimonial"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Free Consultation", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91 98447 78611",
|
||||
href: "tel:+919844778611",
|
||||
},
|
||||
text: "Call: +91 98447 78611", href: "tel:+919844778611"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,17 +116,14 @@ export default function HomePage() {
|
||||
description="At REGROWTH, we combine advanced medical technology with compassionate patient care. Our clinic is dedicated to providing effective solutions for hair loss, hair transplantation, and comprehensive skin treatments. Located in Jayalakshmipuram, Mysuru, we serve patients across Karnataka with personalized treatment plans."
|
||||
metrics={[
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Successful Procedures Completed",
|
||||
},
|
||||
value: "5000+", title: "Successful Procedures Completed"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Patient Satisfaction Rate",
|
||||
},
|
||||
value: "98%", title: "Patient Satisfaction Rate"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hair-process-keratin-treatment_23-2149332442.jpg"
|
||||
imageAlt="REGROWTH clinic modern facility"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,41 +136,17 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: "hair-transplant",
|
||||
title: "Hair Transplantation (FUE & FUT)",
|
||||
author: "Advanced Surgical Procedure",
|
||||
description: "State-of-the-art follicular unit extraction (FUE) and follicular unit transplantation (FUT) techniques for natural-looking results. Minimally invasive with quick recovery.",
|
||||
tags: ["Hair Restoration", "Surgical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg?_wi=1",
|
||||
imageAlt: "Hair transplant surgery medical procedure",
|
||||
},
|
||||
id: "hair-transplant", title: "Hair Transplantation (FUE & FUT)", author: "Advanced Surgical Procedure", description: "State-of-the-art follicular unit extraction (FUE) and follicular unit transplantation (FUT) techniques for natural-looking results. Minimally invasive with quick recovery.", tags: ["Hair Restoration", "Surgical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-going-through-follicular-unit-extraction-process_23-2149106297.jpg", imageAlt: "Hair transplant surgery medical procedure"},
|
||||
{
|
||||
id: "hair-loss-treatment",
|
||||
title: "Hair Loss & Hair Fall Treatment",
|
||||
author: "Medical Management",
|
||||
description: "Advanced treatments including PRP therapy, medications, and laser therapy to stop hair fall and stimulate regrowth naturally.",
|
||||
tags: ["PRP Therapy", "Non-Surgical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg?_wi=1",
|
||||
imageAlt: "Hair loss treatment medical therapy",
|
||||
},
|
||||
id: "hair-loss-treatment", title: "Hair Loss & Hair Fall Treatment", author: "Medical Management", description: "Advanced treatments including PRP therapy, medications, and laser therapy to stop hair fall and stimulate regrowth naturally.", tags: ["PRP Therapy", "Non-Surgical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229772.jpg", imageAlt: "Hair loss treatment medical therapy"},
|
||||
{
|
||||
id: "skin-treatments",
|
||||
title: "Skin Treatments & Procedures",
|
||||
author: "Dermatological Care",
|
||||
description: "Comprehensive skin care including Hydra Facial, laser hair removal, acne treatment, and anti-aging procedures for radiant, healthy skin.",
|
||||
tags: ["Laser", "Facial"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg?_wi=1",
|
||||
imageAlt: "Dermatology skin treatment procedure",
|
||||
},
|
||||
id: "skin-treatments", title: "Skin Treatments & Procedures", author: "Dermatological Care", description: "Comprehensive skin care including Hydra Facial, laser hair removal, acne treatment, and anti-aging procedures for radiant, healthy skin.", tags: ["Laser", "Facial"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-77.jpg", imageAlt: "Dermatology skin treatment procedure"},
|
||||
{
|
||||
id: "prp-therapy",
|
||||
title: "PRP Treatment (Platelet Rich Plasma)",
|
||||
author: "Regenerative Therapy",
|
||||
description: "Cutting-edge PRP therapy using your own blood plasma to regenerate hair follicles and improve skin quality without side effects.",
|
||||
tags: ["Regenerative", "Non-Surgical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg?_wi=1",
|
||||
imageAlt: "PRP platelet rich plasma therapy",
|
||||
},
|
||||
id: "prp-therapy", title: "PRP Treatment (Platelet Rich Plasma)", author: "Regenerative Therapy", description: "Cutting-edge PRP therapy using your own blood plasma to regenerate hair follicles and improve skin quality without side effects.", tags: ["Regenerative", "Non-Surgical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rejuvenation-injection-face_1098-21910.jpg", imageAlt: "PRP platelet rich plasma therapy"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -213,59 +162,23 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "result-1",
|
||||
name: "Rajesh M.",
|
||||
role: "Hair Transplant",
|
||||
company: "Patient Since 2022",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-father-helping-boy-with-lice_23-2149541819.jpg?_wi=1",
|
||||
imageAlt: "Hair transplant before after result",
|
||||
},
|
||||
id: "result-1", name: "Rajesh M.", role: "Hair Transplant", company: "Patient Since 2022", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-father-helping-boy-with-lice_23-2149541819.jpg", imageAlt: "Hair transplant before after result"},
|
||||
{
|
||||
id: "result-2",
|
||||
name: "Vikram K.",
|
||||
role: "Hair Restoration",
|
||||
company: "Patient Since 2023",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-applying-his-anti-aging-treatment_23-2149296515.jpg?_wi=1",
|
||||
imageAlt: "Hair restoration success male before after",
|
||||
},
|
||||
id: "result-2", name: "Vikram K.", role: "Hair Restoration", company: "Patient Since 2023", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-applying-his-anti-aging-treatment_23-2149296515.jpg", imageAlt: "Hair restoration success male before after"},
|
||||
{
|
||||
id: "result-3",
|
||||
name: "Arjun P.",
|
||||
role: "FUE Procedure",
|
||||
company: "Patient Since 2021",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-brushing-their-hair_23-2149345777.jpg?_wi=1",
|
||||
imageAlt: "Male hair transplant successful result",
|
||||
},
|
||||
id: "result-3", name: "Arjun P.", role: "FUE Procedure", company: "Patient Since 2021", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-brushing-their-hair_23-2149345777.jpg", imageAlt: "Male hair transplant successful result"},
|
||||
{
|
||||
id: "result-4",
|
||||
name: "Nikhil S.",
|
||||
role: "Hair Transplant",
|
||||
company: "Patient Since 2023",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-brushing-her-hair_23-2148641494.jpg?_wi=1",
|
||||
imageAlt: "Hair transplant result successful male",
|
||||
},
|
||||
id: "result-4", name: "Nikhil S.", role: "Hair Transplant", company: "Patient Since 2023", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-brushing-her-hair_23-2148641494.jpg", imageAlt: "Hair transplant result successful male"},
|
||||
{
|
||||
id: "result-5",
|
||||
name: "Aditya T.",
|
||||
role: "Hair Grafting",
|
||||
company: "Patient Since 2022",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gay-men-posing-together_23-2149123549.jpg?_wi=1",
|
||||
imageAlt: "Hair grafting successful male result",
|
||||
},
|
||||
id: "result-5", name: "Aditya T.", role: "Hair Grafting", company: "Patient Since 2022", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gay-men-posing-together_23-2149123549.jpg", imageAlt: "Hair grafting successful male result"},
|
||||
{
|
||||
id: "result-6",
|
||||
name: "Rohan D.",
|
||||
role: "PRP Treatment",
|
||||
company: "Patient Since 2023",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-dry-shampoo-home_23-2150689672.jpg?_wi=1",
|
||||
imageAlt: "PRP treatment hair growth result",
|
||||
},
|
||||
id: "result-6", name: "Rohan D.", role: "PRP Treatment", company: "Patient Since 2023", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-dry-shampoo-home_23-2150689672.jpg", imageAlt: "PRP treatment hair growth result"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -281,44 +194,20 @@ export default function HomePage() {
|
||||
tag="Benefits"
|
||||
metrics={[
|
||||
{
|
||||
id: "expertise",
|
||||
value: "15+",
|
||||
title: "Years of Medical Experience",
|
||||
items: [
|
||||
"Board-certified doctors",
|
||||
"Advanced training in hair surgery",
|
||||
"Latest technology and techniques",
|
||||
],
|
||||
id: "expertise", value: "15+", title: "Years of Medical Experience", items: [
|
||||
"Board-certified doctors", "Advanced training in hair surgery", "Latest technology and techniques"],
|
||||
},
|
||||
{
|
||||
id: "results",
|
||||
value: "98%",
|
||||
title: "Patient Satisfaction",
|
||||
items: [
|
||||
"Natural-looking results",
|
||||
"Minimal scarring",
|
||||
"Quick recovery time",
|
||||
],
|
||||
id: "results", value: "98%", title: "Patient Satisfaction", items: [
|
||||
"Natural-looking results", "Minimal scarring", "Quick recovery time"],
|
||||
},
|
||||
{
|
||||
id: "affordability",
|
||||
value: "Best",
|
||||
title: "Pricing in Mysuru",
|
||||
items: [
|
||||
"Transparent pricing",
|
||||
"Easy payment options",
|
||||
"No hidden charges",
|
||||
],
|
||||
id: "affordability", value: "Best", title: "Pricing in Mysuru", items: [
|
||||
"Transparent pricing", "Easy payment options", "No hidden charges"],
|
||||
},
|
||||
{
|
||||
id: "care",
|
||||
value: "24/7",
|
||||
title: "Patient Support",
|
||||
items: [
|
||||
"WhatsApp assistance",
|
||||
"Post-procedure guidance",
|
||||
"Follow-up consultations",
|
||||
],
|
||||
id: "care", value: "24/7", title: "Patient Support", items: [
|
||||
"WhatsApp assistance", "Post-procedure guidance", "Follow-up consultations"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -355,35 +244,17 @@ export default function HomePage() {
|
||||
tag="FAQ"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Is hair transplant permanent?",
|
||||
content: "Yes, hair transplant results are permanent. The transplanted hair is taken from the back of the scalp which is genetically resistant to hair loss. However, hair loss may continue in other areas, so some patients may need additional procedures later.",
|
||||
},
|
||||
id: "faq-1", title: "Is hair transplant permanent?", content: "Yes, hair transplant results are permanent. The transplanted hair is taken from the back of the scalp which is genetically resistant to hair loss. However, hair loss may continue in other areas, so some patients may need additional procedures later."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What is the recovery time after hair transplant?",
|
||||
content: "Most patients can return to normal activities within 1-2 weeks. Complete healing takes about 3-4 months, and you'll see visible results after 6-12 months as the transplanted hair grows.",
|
||||
},
|
||||
id: "faq-2", title: "What is the recovery time after hair transplant?", content: "Most patients can return to normal activities within 1-2 weeks. Complete healing takes about 3-4 months, and you'll see visible results after 6-12 months as the transplanted hair grows."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How much does a hair transplant cost in Mysuru?",
|
||||
content: "Hair transplant cost ranges from ₹60,000 to ₹3,00,000+ depending on the number of grafts needed, technique used (FUE vs FUT), and complexity. We offer flexible payment options and customized packages. Book a free consultation for an exact quote.",
|
||||
},
|
||||
id: "faq-3", title: "How much does a hair transplant cost in Mysuru?", content: "Hair transplant cost ranges from ₹60,000 to ₹3,00,000+ depending on the number of grafts needed, technique used (FUE vs FUT), and complexity. We offer flexible payment options and customized packages. Book a free consultation for an exact quote."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What is PRP treatment and how effective is it?",
|
||||
content: "PRP (Platelet Rich Plasma) therapy uses concentrated platelets from your blood to stimulate hair growth and improve skin quality. It's highly effective for early to moderate hair loss, with 70-80% patient satisfaction. Results are visible after 3-6 months.",
|
||||
},
|
||||
id: "faq-4", title: "What is PRP treatment and how effective is it?", content: "PRP (Platelet Rich Plasma) therapy uses concentrated platelets from your blood to stimulate hair growth and improve skin quality. It's highly effective for early to moderate hair loss, with 70-80% patient satisfaction. Results are visible after 3-6 months."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can women get hair transplants?",
|
||||
content: "Yes, women can undergo hair transplant surgery. Female pattern hair loss is common, and hair transplantation is an effective solution. We customize procedures for women's specific needs and hair characteristics.",
|
||||
},
|
||||
id: "faq-5", title: "Can women get hair transplants?", content: "Yes, women can undergo hair transplant surgery. Female pattern hair loss is common, and hair transplantation is an effective solution. We customize procedures for women's specific needs and hair characteristics."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What is the success rate of hair transplants?",
|
||||
content: "Hair transplant success rate at REGROWTH is 95-98%. Success depends on proper graft extraction, correct placement, and post-procedure care. Our experienced doctors ensure optimal results with advanced FUE and FUT techniques.",
|
||||
},
|
||||
id: "faq-6", title: "What is the success rate of hair transplants?", content: "Hair transplant success rate at REGROWTH is 95-98%. Success depends on proper graft extraction, correct placement, and post-procedure care. Our experienced doctors ensure optimal results with advanced FUE and FUT techniques."},
|
||||
]}
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
@@ -398,39 +269,25 @@ export default function HomePage() {
|
||||
description="Schedule an appointment with our expert doctors. WhatsApp us or fill the form below and we'll contact you within 24 hours."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+91 Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "+91 Your Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "serviceInterest",
|
||||
type: "text",
|
||||
placeholder: "Service Interest (Hair Transplant, Skin Treatment, etc.)",
|
||||
required: true,
|
||||
name: "serviceInterest", type: "text", placeholder: "Service Interest (Hair Transplant, Skin Treatment, etc.)", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your concern or ask a question...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Describe your concern or ask a question...", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
buttonText="Book Consultation"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-consults-with-sick-lady-clinic_482257-119147.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-consults-with-sick-lady-clinic_482257-119147.jpg"
|
||||
imageAlt="Medical consultation appointment booking clinic"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user