diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3961cbb..5648119 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const merriweather = Merriweather({ }); export const metadata: Metadata = { - title: "MindCare Hospital - Mental Health Treatment & Therapy", + title: "Mind Care Hospital - Mental Health Treatment & Therapy", description: "Compassionate mental health hospital providing inpatient and outpatient treatment. Expert psychiatrists, therapists, and 24-hour crisis care.", keywords: "mental health hospital, psychiatric care, therapy, counseling, mental illness treatment, crisis intervention, depression treatment, anxiety treatment", metadataBase: new URL("https://mindcarehosp.com"), @@ -19,15 +19,15 @@ export const metadata: Metadata = { canonical: "https://mindcarehosp.com" }, openGraph: { - title: "MindCare Hospital - Your Path to Mental Wellness", + title: "Mind Care Hospital - Your Path to Mental Wellness", description: "Comprehensive mental health treatment with compassionate professionals and evidence-based care.", url: "https://mindcarehosp.com", - siteName: "MindCare Hospital", + siteName: "Mind Care Hospital", type: "website" }, twitter: { card: "summary_large_image", - title: "MindCare Hospital - Mental Health Treatment", + title: "Mind Care Hospital - Mental Health Treatment", description: "Quality mental health care from experienced professionals" } }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 98df905..0f92417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Team", id: "team" }, { name: "Contact", id: "contact" } ]} - brandName="MindCare Hospital" + brandName="Mind Care Hospital" bottomLeftText="Healing Minds, Restoring Lives" bottomRightText="support@mindcarehosp.com" /> @@ -45,7 +45,7 @@ export default function LandingPage() {