diff --git a/src/app/page.tsx b/src/app/page.tsx index 35987a3..48bc8cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,16 +17,15 @@ import Link from 'next/link'; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Treatments", id: "treatments" }, - { name: "Results", id: "results" }, - { name: "Contact", id: "contact" }, + { name: "About", id: "/about" }, + { name: "Treatments", id: "/treatments" }, + { name: "Results", id: "/results" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Clinic", - items: [ + title: "Clinic", items: [ { label: "About Dr. Kumar", href: "/about" }, { label: "Our Services", href: "/treatments" }, { label: "Before & After", href: "/results" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +91 95570 59976", href: "tel:+919557059976" }, { label: "WhatsApp Consultation", href: "https://wa.me/919557059976" }, { label: "Book Appointment", href: "/contact" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Gandhi Stadium Rd, Pilibhit", href: "#" }, { label: "Near Hanumaan Ji Ka Mandir", href: "#" }, { label: "Ashok Colony, Ekta Nagar", href: "#" }, @@ -85,49 +82,26 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Call Now", - href: "tel:+919557059976", - }, + text: "Call Now", href: "tel:+919557059976"}, { - text: "Book Appointment", - href: "/contact", - }, + text: "Book Appointment", href: "/contact"}, ]} buttonAnimation="slide-up" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} carouselItems={[ { - id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-140.jpg", - imageAlt: "professional dermatologist clinic medical office", - }, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-140.jpg", imageAlt: "professional dermatologist clinic medical office"}, { - id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194183.jpg", - imageAlt: "modern medical clinic professional interior", - }, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194183.jpg", imageAlt: "modern medical clinic professional interior"}, { - id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-using-towel_23-2149441234.jpg?_wi=1", - imageAlt: "before after acne treatment results photo", - }, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-using-towel_23-2149441234.jpg?_wi=1", imageAlt: "before after acne treatment results photo"}, { - id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73988.jpg?_wi=1", - imageAlt: "skin glow transformation treatment results", - }, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73988.jpg?_wi=1", imageAlt: "skin glow transformation treatment results"}, { - id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16713.jpg", - imageAlt: "laser skin treatment medical device procedure", - }, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16713.jpg", imageAlt: "laser skin treatment medical device procedure"}, { - id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16733.jpg", - imageAlt: "acne treatment before after results photo", - }, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beauty-procedures-beauty-salon_1303-16733.jpg", imageAlt: "acne treatment before after results photo"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -145,13 +119,9 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, { - text: "WhatsApp Consultation", - href: "https://wa.me/919557059976", - }, + text: "WhatsApp Consultation", href: "https://wa.me/919557059976"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg?_wi=1" @@ -166,34 +136,22 @@ export default function HomePage() { 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."}, ]} title="Our Treatment Services" description="Comprehensive dermatology solutions for all your skin concerns using advanced technology and proven techniques." @@ -205,9 +163,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "View All Treatments", - href: "/treatments", - }, + text: "View All Treatments", href: "/treatments"}, ]} buttonAnimation="slide-up" /> @@ -218,37 +174,13 @@ export default function HomePage() { diff --git a/src/app/treatments/page.tsx b/src/app/treatments/page.tsx index ac04dde..875a895 100644 --- a/src/app/treatments/page.tsx +++ b/src/app/treatments/page.tsx @@ -12,34 +12,31 @@ import { Zap, Sparkles, Droplets, Leaf, Smile, Heart, Phone } from "lucide-react export default function TreatmentsPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Treatments", id: "treatments" }, - { name: "Results", id: "results" }, - { name: "Contact", id: "contact" } + { name: "About", id: "/about" }, + { name: "Treatments", id: "/treatments" }, + { name: "Results", id: "/results" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ { - title: "Clinic", - items: [ - { label: "About Dr. Kumar", href: "/" }, + title: "Clinic", items: [ + { label: "About Dr. Kumar", href: "/about" }, { label: "Our Services", href: "/treatments" }, { label: "Before & After", href: "/results" }, - { label: "Patient Reviews", href: "/" } + { label: "Patient Reviews", href: "/#testimonials" } ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +91 95570 59976", href: "tel:+919557059976" }, { label: "WhatsApp Consultation", href: "https://wa.me/919557059976" }, - { label: "Book Appointment", href: "/" }, + { label: "Book Appointment", href: "/contact" }, { label: "Get Directions", href: "https://maps.google.com/?q=Dr+S+Kumar+Skin+Laser+Pilibhit" } ] }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Gandhi Stadium Rd, Pilibhit", href: "#" }, { label: "Near Hanumaan Ji Ka Mandir", href: "#" }, { label: "Ashok Colony, Ekta Nagar", href: "#" }, @@ -75,34 +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" @@ -114,8 +99,7 @@ export default function TreatmentsPage() { useInvertedBackground={false} buttons={[ { - text: "Book Your Consultation", - href: "tel:+919557059976" + text: "Book Your Consultation", href: "tel:+919557059976" } ]} buttonAnimation="slide-up" @@ -126,36 +110,16 @@ export default function TreatmentsPage() {