Update src/app/page.tsx
This commit is contained in:
107
src/app/page.tsx
107
src/app/page.tsx
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user