diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d985ce8..62fa1cc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,7 +100,7 @@ export default function AboutPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswomen-wearing-medical-masks_23-2148761347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswomen-wearing-medical-masks_23-2148761347.jpg?_wi=1", imageAlt: "Dr. Mukesh Mithran J profile", }, ]} @@ -178,7 +178,7 @@ export default function AboutPage() { name: "Dr. Mukesh Mithran J", role: "Principal Dermatologist", description: "MBBS, MD (DVL) - Specializing in advanced laser treatments and comprehensive dermatological care", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswomen-wearing-medical-masks_23-2148761347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswomen-wearing-medical-masks_23-2148761347.jpg?_wi=2", imageAlt: "Dr. Mukesh Mithran J", }, { @@ -212,7 +212,7 @@ export default function AboutPage() { textboxLayout="default" mediaPosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-healthcare-workers-analyzing-documents-meeting-office_637285-7068.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-healthcare-workers-analyzing-documents-meeting-office_637285-7068.jpg?_wi=1" imageAlt="Medical consultation" faqsAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/appointment/page.tsx b/src/app/appointment/page.tsx index 9d8d4d2..107f308 100644 --- a/src/app/appointment/page.tsx +++ b/src/app/appointment/page.tsx @@ -89,7 +89,7 @@ export default function AppointmentPage() { tagAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg?_wi=1", imageAlt: "Professional clinic environment", }, ]} @@ -106,7 +106,7 @@ export default function AppointmentPage() { useInvertedBackground={false} mediaPosition="left" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-with-skin-cancer-talking-with-her-doctor_23-2148988501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-with-skin-cancer-talking-with-her-doctor_23-2148988501.jpg?_wi=1" imageAlt="Clinic consultation room" inputPlaceholder="Your contact email" buttonText="Request Appointment" @@ -128,7 +128,7 @@ export default function AppointmentPage() { description: "Comprehensive skin assessment and personalized treatment recommendations", media: { - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-using-digital-tablet-consult-patient_107420-65387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-using-digital-tablet-consult-patient_107420-65387.jpg?_wi=2", imageAlt: "Skin consultation", }, items: [ @@ -143,7 +143,7 @@ export default function AppointmentPage() { description: "Advanced therapies to address hair loss and promote regrowth", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-herself-scalp-massage_23-2151453843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-herself-scalp-massage_23-2151453843.jpg?_wi=2", imageAlt: "Hair treatment", }, items: [ @@ -157,7 +157,7 @@ export default function AppointmentPage() { title: "Acne Treatment", description: "Targeted acne solutions for all skin types", media: { - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-using-digital-tablet-consult-patient_107420-65387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-using-digital-tablet-consult-patient_107420-65387.jpg?_wi=3", imageAlt: "Acne treatment", }, items: [ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6ce8f90..a1e458f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { tagAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg?_wi=2", imageAlt: "Clinic location", }, ]} @@ -98,7 +98,7 @@ export default function ContactPage() { useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-with-skin-cancer-talking-with-her-doctor_23-2148988501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-with-skin-cancer-talking-with-her-doctor_23-2148988501.jpg?_wi=2" imageAlt="Clinic interior" inputPlaceholder="Your email for inquiry" buttonText="Send Inquiry" @@ -116,7 +116,7 @@ export default function ContactPage() { textboxLayout="default" mediaPosition="left" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-healthcare-workers-analyzing-documents-meeting-office_637285-7068.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-healthcare-workers-analyzing-documents-meeting-office_637285-7068.jpg?_wi=2" imageAlt="Clinic consultation" faqsAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da5b4f2..43552d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Raleway } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Raleway } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const raleway = Raleway({ variable: "--font-raleway", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Dr. Mithran's Skin Hair and Nail Laser Clinic | Avadi", + description: "Advanced dermatology clinic in Avadi with Dr. Mukesh Mithran J, MD (DVL). Expert skin, hair, and nail treatments using state-of-the-art laser technology. 4.7★ rated.", + keywords: "dermatologist Avadi, skin treatment, laser clinic, hair loss treatment, acne treatment, Dr. Mithran", + metadataBase: new URL("https://drmithran.clinic"), + alternates: { + canonical: "https://drmithran.clinic", + }, + openGraph: { + title: "Premium Dermatology Clinic | Dr. Mithran's", + description: "Advanced skin, hair, and nail treatments with Dr. Mukesh Mithran J in Avadi. Book your appointment today.", + siteName: "Dr. Mithran's Skin Hair and Nail Laser Clinic", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/front-view-patient-psychologist_23-2148567352.jpg", + alt: "Clinic professional environment", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Advanced Dermatology Care | Dr. Mithran's Clinic", + description: "Trusted skin, hair, and nail specialist in Avadi with 4.7★ rating. Expert laser treatments.", + images: ["http://img.b2bpic.net/free-photo/front-view-patient-psychologist_23-2148567352.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +63,9 @@ export default function RootLayout({ return ( - + {children}