14 Commits

Author SHA1 Message Date
d2d09c9473 Merge version_5 into main
Merge version_5 into main
2026-03-08 07:50:28 +00:00
39328d284f Update src/app/treatments/page.tsx 2026-03-08 07:50:24 +00:00
f451164fdc Update src/app/page.tsx 2026-03-08 07:50:24 +00:00
f43aed4592 Merge version_5 into main
Merge version_5 into main
2026-03-08 07:48:42 +00:00
8719067639 Update src/app/treatments/page.tsx 2026-03-08 07:48:38 +00:00
66cb51a20e Update src/app/page.tsx 2026-03-08 07:48:38 +00:00
5615a5bffd Update src/app/treatments/page.tsx 2026-03-08 07:45:37 +00:00
e2e3340fec Update src/app/page.tsx 2026-03-08 07:45:37 +00:00
280d327a96 Merge version_3 into main
Merge version_3 into main
2026-03-08 07:43:47 +00:00
ae415811c8 Update src/app/treatments/page.tsx 2026-03-08 07:43:44 +00:00
3757fe58cf Update src/app/results/page.tsx 2026-03-08 07:43:43 +00:00
db62b41cb6 Update src/app/page.tsx 2026-03-08 07:43:43 +00:00
f76599ff01 Update src/app/contact/page.tsx 2026-03-08 07:43:42 +00:00
1c09c3332c Update src/app/about/page.tsx 2026-03-08 07:43:42 +00:00
5 changed files with 48 additions and 123 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Clinic",
items: [
title: "Clinic", items: [
{ label: "About Dr. Kumar", href: "/about" },
{ label: "Our Services", href: "/treatments" },
{ label: "Before & After", href: "/results" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
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" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
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: "#" },
@@ -97,19 +94,13 @@ export default function AboutPage() {
features={[
{
icon: BookOpen,
title: "Advanced Training",
description: "Specialized dermatology training with focus on laser treatments, aesthetic procedures, and skin disorder management.",
},
title: "Advanced Training", description: "Specialized dermatology training with focus on laser treatments, aesthetic procedures, and skin disorder management."},
{
icon: AwardIcon,
title: "Award Winning",
description: "Recognized for excellence in dermatology with 4.9★ patient ratings and consistent positive feedback.",
},
title: "Award Winning", description: "Recognized for excellence in dermatology with 4.9★ patient ratings and consistent positive feedback."},
{
icon: Award,
title: "Patient Centered",
description: "Every treatment plan is customized based on individual skin type, concerns, and personal goals.",
},
title: "Patient Centered", description: "Every treatment plan is customized based on individual skin type, concerns, and personal goals."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -126,20 +117,11 @@ export default function AboutPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "What qualifications does Dr. S Kumar have?",
content: "Dr. S Kumar is a certified dermatologist with specialized training in laser treatments, aesthetic procedures, and comprehensive skin care. He stays updated with the latest dermatological advances and maintains the highest standards of medical practice.",
},
id: "1", title: "What qualifications does Dr. S Kumar have?", content: "Dr. S Kumar is a certified dermatologist with specialized training in laser treatments, aesthetic procedures, and comprehensive skin care. He stays updated with the latest dermatological advances and maintains the highest standards of medical practice."},
{
id: "2",
title: "How long has Dr. S Kumar been practicing dermatology?",
content: "With years of experience in clinical dermatology, Dr. S Kumar has successfully treated thousands of patients for various skin conditions. His practice is built on a foundation of expertise, compassion, and proven treatment outcomes.",
},
id: "2", title: "How long has Dr. S Kumar been practicing dermatology?", content: "With years of experience in clinical dermatology, Dr. S Kumar has successfully treated thousands of patients for various skin conditions. His practice is built on a foundation of expertise, compassion, and proven treatment outcomes."},
{
id: "3",
title: "What makes Dr. S Kumar's clinic different?",
content: "Our clinic combines personalized patient care with state-of-the-art laser technology and modern dermatological techniques. We prioritize patient safety, comfort, and achieving natural-looking results that enhance confidence.",
},
id: "3", title: "What makes Dr. S Kumar's clinic different?", content: "Our clinic combines personalized patient care with state-of-the-art laser technology and modern dermatological techniques. We prioritize patient safety, comfort, and achieving natural-looking results that enhance confidence."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -156,4 +138,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,16 +10,15 @@ import Link from 'next/link';
export default function ContactPage() {
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" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
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" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
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: "#" },
@@ -79,18 +76,13 @@ export default function ContactPage() {
description="Contact Dr. S Kumar today for a consultation. Our team is ready to help you achieve healthy, glowing skin with personalized treatment solutions."
buttons={[
{
text: "Call Now: +91 95570 59976",
href: "tel:+919557059976",
},
text: "Call Now: +91 95570 59976", href: "tel:+919557059976"},
{
text: "WhatsApp: Get Consultation",
href: "https://wa.me/919557059976",
},
text: "WhatsApp: Get Consultation", href: "https://wa.me/919557059976"},
]}
buttonAnimation="slide-up"
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
useInvertedBackground={false}
/>
</div>
@@ -214,4 +206,4 @@ export default function ContactPage() {
</footer>
</ThemeProvider>
);
}
}

View File

@@ -305,4 +305,4 @@ export default function HomePage() {
</footer>
</ThemeProvider>
);
}
}

View File

@@ -7,39 +7,36 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Image, Quote, Phone } from "lucide-react";
import { Image, Quote, Phone, Star } from "lucide-react";
export default function ResultsPage() {
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: "#" },
@@ -74,36 +71,16 @@ export default function ResultsPage() {
<MetricCardEleven
metrics={[
{
id: "1",
value: "95%",
title: "Acne Improvement",
description: "Significant reduction in acne lesions within 8-12 weeks",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-using-towel_23-2149441234.jpg?_wi=4",
imageAlt: "Before after acne treatment results photo"
id: "1", value: "95%", title: "Acne Improvement", description: "Significant reduction in acne lesions within 8-12 weeks", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-using-towel_23-2149441234.jpg?_wi=4", imageAlt: "Before after acne treatment results photo"
},
{
id: "2",
value: "88%",
title: "Skin Brightening",
description: "Visible skin glow and improved radiance after treatments",
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73988.jpg?_wi=4",
imageAlt: "Skin glow transformation treatment results"
id: "2", value: "88%", title: "Skin Brightening", description: "Visible skin glow and improved radiance after treatments", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73988.jpg?_wi=4", imageAlt: "Skin glow transformation treatment results"
},
{
id: "3",
value: "92%",
title: "Hair Growth",
description: "Effective hair regrowth and reduced hair fall after PRP therapy",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-washed_23-2148108817.jpg?_wi=3",
imageAlt: "Hair loss treatment professional solution"
id: "3", value: "92%", title: "Hair Growth", description: "Effective hair regrowth and reduced hair fall after PRP therapy", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-washed_23-2148108817.jpg?_wi=3", imageAlt: "Hair loss treatment professional solution"
},
{
id: "4",
value: "90%",
title: "Pigmentation Reduction",
description: "Significant lightening of dark spots and melasma patches",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-getting-face-skin-treatment-wellness-center_23-2148825380.jpg?_wi=3",
imageAlt: "Skin pigmentation laser treatment technology"
id: "4", value: "90%", title: "Pigmentation Reduction", description: "Significant lightening of dark spots and melasma patches", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-getting-face-skin-treatment-wellness-center_23-2148825380.jpg?_wi=3", imageAlt: "Skin pigmentation laser treatment technology"
}
]}
animationType="slide-up"
@@ -121,53 +98,29 @@ export default function ResultsPage() {
<TestimonialCardTwo
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Patient",
testimonial: "Good results on my face. Dr S Kumar is the best skin doctor in Pilibhit. Highly professional and caring.",
icon: Quote
id: "1", name: "Priya Sharma", role: "Patient", testimonial: "Good results on my face. Dr S Kumar is the best skin doctor in Pilibhit. Highly professional and caring.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-blonde-hair_23-2149085258.jpg?_wi=1", imageAlt: "Priya Sharma - Patient testimonial profile", icon: Star
},
{
id: "2",
name: "Amit Singh",
role: "Patient",
testimonial: "Very knowledgeable and polite doctor. My acne treatment was successful. Highly recommended for skin care.",
icon: Quote
id: "2", name: "Amit Singh", role: "Patient", testimonial: "Very knowledgeable and polite doctor. My acne treatment was successful. Highly recommended for skin care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-of-handsome-man_23-2149131624.jpg?_wi=1", imageAlt: "Amit Singh - Patient testimonial profile", icon: Star
},
{
id: "3",
name: "Rajini Verma",
role: "Patient",
testimonial: "Very careful treatment and excellent results. Dr Kumar listened to my concerns and provided the best solution.",
icon: Quote
id: "3", name: "Rajini Verma", role: "Patient", testimonial: "Very careful treatment and excellent results. Dr Kumar listened to my concerns and provided the best solution.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-woman-portrait_23-2149067706.jpg?_wi=1", imageAlt: "Rajini Verma - Patient testimonial profile", icon: Star
},
{
id: "4",
name: "Vikram Patel",
role: "Patient",
testimonial: "Professional clinic with modern equipment. My skin improved significantly after the treatment course.",
icon: Quote
id: "4", name: "Vikram Patel", role: "Patient", testimonial: "Professional clinic with modern equipment. My skin improved significantly after the treatment course.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-at-camera_23-2149044321.jpg?_wi=1", imageAlt: "Vikram Patel - Patient testimonial profile", icon: Star
},
{
id: "5",
name: "Neha Gupta",
role: "Patient",
testimonial: "Best dermatologist in town! Clean clinic, expert staff, and amazing results. Worth every visit.",
icon: Quote
id: "5", name: "Neha Gupta", role: "Patient", testimonial: "Best dermatologist in town! Clean clinic, expert staff, and amazing results. Worth every visit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-of-happy-young-woman-with-curly-hair_23-2149067555.jpg?_wi=1", imageAlt: "Neha Gupta - Patient testimonial profile", icon: Star
},
{
id: "6",
name: "Arjun Desai",
role: "Patient",
testimonial: "Resolved my hair fall issue with PRP therapy. Dr Kumar's treatment plan was well-structured and effective.",
icon: Quote
id: "6", name: "Arjun Desai", role: "Patient", testimonial: "Resolved my hair fall issue with PRP therapy. Dr Kumar's treatment plan was well-structured and effective.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-with-folded-arms_23-2149061203.jpg?_wi=1", imageAlt: "Arjun Desai - Patient testimonial profile", icon: Star
}
]}
animationType="slide-up"
title="What Our Patients Say"
description="Real testimonials from satisfied patients who have experienced transformations at our clinic."
tag="4.9 Google Rating"
tagIcon={Quote}
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -184,12 +137,10 @@ export default function ResultsPage() {
description="Join hundreds of satisfied patients who have transformed their skin. Contact Dr. S Kumar today to discuss your personalized treatment plan."
buttons={[
{
text: "Call Now: +91 95570 59976",
href: "tel:+919557059976"
text: "Call Now: +91 95570 59976", href: "tel:+919557059976"
},
{
text: "WhatsApp: Get Consultation",
href: "https://wa.me/919557059976"
text: "WhatsApp: Get Consultation", href: "https://wa.me/919557059976"
}
]}
buttonAnimation="slide-up"
@@ -206,4 +157,4 @@ export default function ResultsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -162,4 +162,4 @@ export default function TreatmentsPage() {
</div>
</ThemeProvider>
);
}
}