Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-08 09:21:17 +00:00
5 changed files with 80 additions and 274 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Treatments", href: "/treatments" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 XXXX XXXX XX", href: "tel:+919876543210" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
{ label: "Email: info@cureandglow.com", href: "mailto:info@cureandglow.com" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -64,9 +61,7 @@ export default function AboutPage() {
brandName="Cure and Glow"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/appointment",
}}
text: "Book Appointment", href: "/appointment"}}
/>
</div>
@@ -78,7 +73,7 @@ export default function AboutPage() {
buttons={[
{ text: "Our Services", href: "/treatments" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -89,25 +84,13 @@ export default function AboutPage() {
description="Our credentials demonstrate our commitment to excellence in dermatology and patient care"
metrics={[
{
id: "board",
value: "100%",
description: "Board Certified Dermatologists",
},
id: "board", value: "100%", description: "Board Certified Dermatologists"},
{
id: "training",
value: "20+",
description: "Years Combined Medical Training",
},
id: "training", value: "20+", description: "Years Combined Medical Training"},
{
id: "certifications",
value: "12+",
description: "Advanced Dermatology Certifications",
},
id: "certifications", value: "12+", description: "Advanced Dermatology Certifications"},
{
id: "memberships",
value: "8",
description: "Professional Medical Associations",
},
id: "memberships", value: "8", description: "Professional Medical Associations"},
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
@@ -124,38 +107,22 @@ export default function AboutPage() {
cardTag="Patient Success Stories"
testimonials={[
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg?_wi=2",
imageAlt: "happy patient portrait professional",
},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg", imageAlt: "happy patient portrait professional"},
{
id: "2",
name: "Raj Patel",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg?_wi=2",
imageAlt: "male patient portrait satisfied healthcare",
},
id: "2", name: "Raj Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg", imageAlt: "male patient portrait satisfied healthcare"},
{
id: "3",
name: "Anjali Desai",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg?_wi=2",
imageAlt: "young female patient portrait happy",
},
id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", imageAlt: "young female patient portrait happy"},
{
id: "4",
name: "Amit Verma",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg?_wi=2",
imageAlt: "professional male portrait happy",
},
id: "4", name: "Amit Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg", imageAlt: "professional male portrait happy"},
]}
cardAnimation="entrance-slide"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
imageAlt="Cure and Glow Hair and Skin Clinic interior"
logoText="Cure and Glow"
copyrightText="© 2025 Cure and Glow Hair and Skin Clinic. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function AppointmentPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Treatments", href: "/treatments" },
@@ -28,8 +27,7 @@ export default function AppointmentPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 XXXX XXXX XX", href: "tel:+919876543210" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
{ label: "Email: info@cureandglow.com", href: "mailto:info@cureandglow.com" },
@@ -37,8 +35,7 @@ export default function AppointmentPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -64,9 +61,7 @@ export default function AppointmentPage() {
brandName="Cure and Glow"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/appointment",
}}
text: "Book Appointment", href: "/appointment"}}
/>
</div>
@@ -77,13 +72,9 @@ export default function AppointmentPage() {
useInvertedBackground={false}
buttons={[
{
text: "Call Now",
href: "tel:+919876543210",
},
text: "Call Now", href: "tel:+919876543210"},
{
text: "WhatsApp Us",
href: "https://wa.me/919876543210",
},
text: "WhatsApp Us", href: "https://wa.me/919876543210"},
]}
buttonAnimation="blur-reveal"
/>
@@ -96,32 +87,20 @@ export default function AppointmentPage() {
description="Experience expert dermatological care in a clean, welcoming environment."
metrics={[
{
id: "time",
value: "30 mins",
description: "Average Consultation Duration",
},
id: "time", value: "30 mins", description: "Average Consultation Duration"},
{
id: "availability",
value: "6 Days",
description: "Weekly Appointment Slots",
},
id: "availability", value: "6 Days", description: "Weekly Appointment Slots"},
{
id: "experience",
value: "15+",
description: "Years of Clinical Experience",
},
id: "experience", value: "15+", description: "Years of Clinical Experience"},
{
id: "satisfaction",
value: "98%",
description: "Patient Satisfaction Rate",
},
id: "satisfaction", value: "98%", description: "Patient Satisfaction Rate"},
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
tagAnimation="entrance-slide"
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -132,39 +111,24 @@ export default function AppointmentPage() {
description="Simple and convenient booking process for your dermatology appointment"
features={[
{
id: "step1",
title: "Contact Us",
description: "Call, WhatsApp, or visit us in person to inquire about available appointment slots. Our friendly staff will assist you with scheduling.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-with-white-coat-hospital_1157-36764.jpg",
imageAlt: "Contact appointment booking",
},
id: "step1", title: "Contact Us", description: "Call, WhatsApp, or visit us in person to inquire about available appointment slots. Our friendly staff will assist you with scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-with-white-coat-hospital_1157-36764.jpg", imageAlt: "Contact appointment booking"},
{
id: "step2",
title: "Provide Details",
description: "Share your medical history, current skin/hair concerns, and any previous treatments to help our dermatologist prepare for your visit.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=4",
imageAlt: "Patient information form",
},
id: "step2", title: "Provide Details", description: "Share your medical history, current skin/hair concerns, and any previous treatments to help our dermatologist prepare for your visit.", imageSrc: "http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg", imageAlt: "Patient information form"},
{
id: "step3",
title: "Professional Consultation",
description: "Meet with our experienced dermatologist for a thorough examination, diagnosis, and personalized treatment plan tailored to your needs.",
imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg?_wi=3",
imageAlt: "Dermatology consultation",
},
id: "step3", title: "Professional Consultation", description: "Meet with our experienced dermatologist for a thorough examination, diagnosis, and personalized treatment plan tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg", imageAlt: "Dermatology consultation"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="blur-reveal"
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
imageAlt="Cure and Glow Hair and Skin Clinic interior"
logoText="Cure and Glow"
copyrightText="© 2025 Cure and Glow Hair and Skin Clinic. All rights reserved."

View File

@@ -43,15 +43,11 @@ export default function ContactPage() {
useInvertedBackground={false}
buttons={[
{
text: "Call Clinic",
href: "tel:+919876543210",
},
text: "Call Clinic", href: "tel:+919876543210"},
{
text: "Message on WhatsApp",
href: "https://wa.me/919876543210",
},
text: "Message on WhatsApp", href: "https://wa.me/919876543210"},
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -63,9 +59,7 @@ export default function ContactPage() {
useInvertedBackground={true}
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
]}
buttonAnimation="blur-reveal"
/>
@@ -79,9 +73,7 @@ export default function ContactPage() {
useInvertedBackground={false}
buttons={[
{
text: "Book Appointment",
href: "/appointment",
},
text: "Book Appointment", href: "/appointment"},
]}
buttonAnimation="slide-up"
/>
@@ -90,14 +82,13 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
imageAlt="Cure and Glow Hair and Skin Clinic interior"
logoText="Cure and Glow"
copyrightText="© 2025 Cure and Glow Hair and Skin Clinic. All rights reserved."
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Treatments", href: "/treatments" },
@@ -105,8 +96,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 XXXX XXXX XX", href: "tel:+919876543210" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
{ label: "Email: info@cureandglow.com", href: "mailto:info@cureandglow.com" },
@@ -114,8 +104,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },

View File

@@ -21,8 +21,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Treatments", href: "/treatments" },
@@ -30,8 +29,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 XXXX XXXX XX", href: "tel:+919876543210" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
{ label: "Email: info@cureandglow.com", href: "mailto:info@cureandglow.com" },
@@ -39,8 +37,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -66,9 +63,7 @@ export default function HomePage() {
brandName="Cure and Glow"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/appointment",
}}
text: "Book Appointment", href: "/appointment"}}
/>
</div>
@@ -99,7 +94,7 @@ export default function HomePage() {
buttons={[
{ text: "Explore Our Expertise", href: "/about" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -110,54 +105,24 @@ export default function HomePage() {
description="Comprehensive treatment options for all your skin and hair concerns"
features={[
{
id: "acne",
title: "Acne and Pimple Treatment",
description: "Advanced acne treatment protocols designed to clear breakouts, reduce inflammation, and prevent future outbreaks with proven dermatological methods.",
imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-latex-gloves-holding-dermatoscope-while-examining-attractive-patient-with-skin-disease-female-dermatologist-examining-patient-with-dermascope-looking-signs-skin-cancer_657921-295.jpg?_wi=1",
imageAlt: "Acne treatment procedure",
},
id: "acne", title: "Acne and Pimple Treatment", description: "Advanced acne treatment protocols designed to clear breakouts, reduce inflammation, and prevent future outbreaks with proven dermatological methods.", imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-latex-gloves-holding-dermatoscope-while-examining-attractive-patient-with-skin-disease-female-dermatologist-examining-patient-with-dermascope-looking-signs-skin-cancer_657921-295.jpg", imageAlt: "Acne treatment procedure"},
{
id: "pigmentation",
title: "Pigmentation Treatment",
description: "Specialized pigmentation correction therapies to address dark spots, hyperpigmentation, and uneven skin tone for a radiant complexion.",
imageSrc: "http://img.b2bpic.net/free-photo/african-young-woman-touching-face-his-female-caucasian-friend_23-2148178706.jpg?_wi=1",
imageAlt: "Pigmentation treatment",
},
id: "pigmentation", title: "Pigmentation Treatment", description: "Specialized pigmentation correction therapies to address dark spots, hyperpigmentation, and uneven skin tone for a radiant complexion.", imageSrc: "http://img.b2bpic.net/free-photo/african-young-woman-touching-face-his-female-caucasian-friend_23-2148178706.jpg", imageAlt: "Pigmentation treatment"},
{
id: "allergy",
title: "Skin Allergy Treatment",
description: "Compassionate care for allergic skin conditions, including eczema, dermatitis, and other inflammatory skin responses with personalized treatment plans.",
imageSrc: "http://img.b2bpic.net/free-photo/face-moisturizing_1098-15286.jpg?_wi=1",
imageAlt: "Skin allergy treatment",
},
id: "allergy", title: "Skin Allergy Treatment", description: "Compassionate care for allergic skin conditions, including eczema, dermatitis, and other inflammatory skin responses with personalized treatment plans.", imageSrc: "http://img.b2bpic.net/free-photo/face-moisturizing_1098-15286.jpg", imageAlt: "Skin allergy treatment"},
{
id: "hairfall",
title: "Hair Fall Treatment",
description: "Comprehensive hair loss solutions including consultation, diagnosis, and treatment options for alopecia and pattern hair loss.",
imageSrc: "http://img.b2bpic.net/free-photo/adult-male-having-balding-problems_23-2149152799.jpg?_wi=1",
imageAlt: "Hair fall treatment",
},
id: "hairfall", title: "Hair Fall Treatment", description: "Comprehensive hair loss solutions including consultation, diagnosis, and treatment options for alopecia and pattern hair loss.", imageSrc: "http://img.b2bpic.net/free-photo/adult-male-having-balding-problems_23-2149152799.jpg", imageAlt: "Hair fall treatment"},
{
id: "dandruff",
title: "Dandruff Treatment",
description: "Effective dandruff and scalp condition management with targeted therapies to restore scalp health and improve hair quality.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-herself-scalp-massage_23-2151301286.jpg?_wi=1",
imageAlt: "Dandruff treatment",
},
id: "dandruff", title: "Dandruff Treatment", description: "Effective dandruff and scalp condition management with targeted therapies to restore scalp health and improve hair quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-herself-scalp-massage_23-2151301286.jpg", imageAlt: "Dandruff treatment"},
{
id: "rejuvenation",
title: "Skin Rejuvenation",
description: "Anti-aging cosmetic treatments designed to enhance skin texture, firmness, and radiance using modern dermatological techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-applying-cream-her-face_23-2148147489.jpg?_wi=1",
imageAlt: "Skin rejuvenation treatment",
},
id: "rejuvenation", title: "Skin Rejuvenation", description: "Anti-aging cosmetic treatments designed to enhance skin texture, firmness, and radiance using modern dermatological techniques.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-applying-cream-her-face_23-2148147489.jpg", imageAlt: "Skin rejuvenation treatment"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
tagAnimation="blur-reveal"
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -168,25 +133,13 @@ export default function HomePage() {
description="Our clinic stands out with experienced dermatologists, personalized treatment plans, and a commitment to patient comfort and satisfaction."
metrics={[
{
id: "experience",
value: "15+",
description: "Years of Dermatology Experience",
},
id: "experience", value: "15+", description: "Years of Dermatology Experience"},
{
id: "patients",
value: "5000+",
description: "Satisfied Patients Treated",
},
id: "patients", value: "5000+", description: "Satisfied Patients Treated"},
{
id: "rating",
value: "4.9★",
description: "Google Rating from 60+ Reviews",
},
id: "rating", value: "4.9★", description: "Google Rating from 60+ Reviews"},
{
id: "coverage",
value: "5",
description: "Service Areas Covered",
},
id: "coverage", value: "5", description: "Service Areas Covered"},
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
@@ -203,31 +156,15 @@ export default function HomePage() {
cardTag="Patient Reviews"
testimonials={[
{
id: "1",
name: "Priya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg?_wi=1",
imageAlt: "happy patient portrait professional",
},
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg", imageAlt: "happy patient portrait professional"},
{
id: "2",
name: "Raj Patel",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg?_wi=1",
imageAlt: "male patient portrait satisfied healthcare",
},
id: "2", name: "Raj Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg", imageAlt: "male patient portrait satisfied healthcare"},
{
id: "3",
name: "Anjali Desai",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg?_wi=1",
imageAlt: "young female patient portrait happy",
},
id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", imageAlt: "young female patient portrait happy"},
{
id: "4",
name: "Amit Verma",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg?_wi=1",
imageAlt: "professional male portrait happy",
},
id: "4", name: "Amit Verma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-pretty-young-woman_1262-4811.jpg", imageAlt: "professional male portrait happy"},
]}
cardAnimation="entrance-slide"
cardAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -247,7 +184,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
imageAlt="Cure and Glow Hair and Skin Clinic interior"
logoText="Cure and Glow"
copyrightText="© 2025 Cure and Glow Hair and Skin Clinic. All rights reserved."

View File

@@ -19,8 +19,7 @@ export default function TreatmentsPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Treatments", href: "/treatments" },
@@ -28,8 +27,7 @@ export default function TreatmentsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 XXXX XXXX XX", href: "tel:+919876543210" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
{ label: "Email: info@cureandglow.com", href: "mailto:info@cureandglow.com" },
@@ -37,8 +35,7 @@ export default function TreatmentsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Us", href: "/contact" },
@@ -64,9 +61,7 @@ export default function TreatmentsPage() {
brandName="Cure and Glow"
navItems={navItems}
button={{
text: "Book Appointment",
href: "/appointment",
}}
text: "Book Appointment", href: "/appointment"}}
/>
</div>
@@ -77,54 +72,24 @@ export default function TreatmentsPage() {
description="Comprehensive treatment options for all your skin and hair concerns"
features={[
{
id: "acne",
title: "Acne and Pimple Treatment",
description: "Advanced acne treatment protocols designed to clear breakouts, reduce inflammation, and prevent future outbreaks with proven dermatological methods.",
imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-latex-gloves-holding-dermatoscope-while-examining-attractive-patient-with-skin-disease-female-dermatologist-examining-patient-with-dermascope-looking-signs-skin-cancer_657921-295.jpg?_wi=2",
imageAlt: "Acne treatment procedure",
},
id: "acne", title: "Acne and Pimple Treatment", description: "Advanced acne treatment protocols designed to clear breakouts, reduce inflammation, and prevent future outbreaks with proven dermatological methods.", imageSrc: "http://img.b2bpic.net/free-photo/dermatologist-latex-gloves-holding-dermatoscope-while-examining-attractive-patient-with-skin-disease-female-dermatologist-examining-patient-with-dermascope-looking-signs-skin-cancer_657921-295.jpg", imageAlt: "Acne treatment procedure"},
{
id: "pigmentation",
title: "Pigmentation Treatment",
description: "Specialized pigmentation correction therapies to address dark spots, hyperpigmentation, and uneven skin tone for a radiant complexion.",
imageSrc: "http://img.b2bpic.net/free-photo/african-young-woman-touching-face-his-female-caucasian-friend_23-2148178706.jpg?_wi=2",
imageAlt: "Pigmentation treatment",
},
id: "pigmentation", title: "Pigmentation Treatment", description: "Specialized pigmentation correction therapies to address dark spots, hyperpigmentation, and uneven skin tone for a radiant complexion.", imageSrc: "http://img.b2bpic.net/free-photo/african-young-woman-touching-face-his-female-caucasian-friend_23-2148178706.jpg", imageAlt: "Pigmentation treatment"},
{
id: "allergy",
title: "Skin Allergy Treatment",
description: "Compassionate care for allergic skin conditions, including eczema, dermatitis, and other inflammatory skin responses with personalized treatment plans.",
imageSrc: "http://img.b2bpic.net/free-photo/face-moisturizing_1098-15286.jpg?_wi=2",
imageAlt: "Skin allergy treatment",
},
id: "allergy", title: "Skin Allergy Treatment", description: "Compassionate care for allergic skin conditions, including eczema, dermatitis, and other inflammatory skin responses with personalized treatment plans.", imageSrc: "http://img.b2bpic.net/free-photo/face-moisturizing_1098-15286.jpg", imageAlt: "Skin allergy treatment"},
{
id: "hairfall",
title: "Hair Fall Treatment",
description: "Comprehensive hair loss solutions including consultation, diagnosis, and treatment options for alopecia and pattern hair loss.",
imageSrc: "http://img.b2bpic.net/free-photo/adult-male-having-balding-problems_23-2149152799.jpg?_wi=2",
imageAlt: "Hair fall treatment",
},
id: "hairfall", title: "Hair Fall Treatment", description: "Comprehensive hair loss solutions including consultation, diagnosis, and treatment options for alopecia and pattern hair loss.", imageSrc: "http://img.b2bpic.net/free-photo/adult-male-having-balding-problems_23-2149152799.jpg", imageAlt: "Hair fall treatment"},
{
id: "dandruff",
title: "Dandruff Treatment",
description: "Effective dandruff and scalp condition management with targeted therapies to restore scalp health and improve hair quality.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-herself-scalp-massage_23-2151301286.jpg?_wi=2",
imageAlt: "Dandruff treatment",
},
id: "dandruff", title: "Dandruff Treatment", description: "Effective dandruff and scalp condition management with targeted therapies to restore scalp health and improve hair quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-herself-scalp-massage_23-2151301286.jpg", imageAlt: "Dandruff treatment"},
{
id: "rejuvenation",
title: "Skin Rejuvenation",
description: "Anti-aging cosmetic treatments designed to enhance skin texture, firmness, and radiance using modern dermatological techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-applying-cream-her-face_23-2148147489.jpg?_wi=2",
imageAlt: "Skin rejuvenation treatment",
},
id: "rejuvenation", title: "Skin Rejuvenation", description: "Anti-aging cosmetic treatments designed to enhance skin texture, firmness, and radiance using modern dermatological techniques.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-applying-cream-her-face_23-2148147489.jpg", imageAlt: "Skin rejuvenation treatment"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
tagAnimation="blur-reveal"
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -135,25 +100,13 @@ export default function TreatmentsPage() {
description="Our clinic stands out with experienced dermatologists, personalized treatment plans, and a commitment to patient comfort and satisfaction."
metrics={[
{
id: "experience",
value: "15+",
description: "Years of Dermatology Experience",
},
id: "experience", value: "15+", description: "Years of Dermatology Experience"},
{
id: "patients",
value: "5000+",
description: "Satisfied Patients Treated",
},
id: "patients", value: "5000+", description: "Satisfied Patients Treated"},
{
id: "rating",
value: "4.9★",
description: "Google Rating from 60+ Reviews",
},
id: "rating", value: "4.9★", description: "Google Rating from 60+ Reviews"},
{
id: "coverage",
value: "5",
description: "Service Areas Covered",
},
id: "coverage", value: "5", description: "Service Areas Covered"},
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
@@ -171,13 +124,9 @@ export default function TreatmentsPage() {
useInvertedBackground={true}
buttons={[
{
text: "Book Appointment",
href: "/appointment",
},
text: "Book Appointment", href: "/appointment"},
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
/>
@@ -185,7 +134,7 @@ export default function TreatmentsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
imageAlt="Cure and Glow Hair and Skin Clinic interior"
logoText="Cure and Glow"
copyrightText="© 2025 Cure and Glow Hair and Skin Clinic. All rights reserved."