Update src/app/about/page.tsx

This commit is contained in:
2026-03-08 15:38:32 +00:00
parent 2149edf3b7
commit d4e4f11113

View File

@@ -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"},
],
},
]}