From 5f97c24a39bd34abaaffd6b26d457a488af33510 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 14:32:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } }; -- 2.49.1 From 181373a2d8653e570a8eaebbc3a2307c8a6a3d23 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 14:32:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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() {