From a600a6b9ea0f47af0a952fec8b512dc62c642706 Mon Sep 17 00:00:00 2001 From: RizqiSyahrendra Date: Sat, 22 Feb 2025 00:27:18 +0700 Subject: [PATCH] fix: remove some template meta description --- src/app/(main)/page.tsx | 6 +++--- src/app/(main)/slick-about-dark/page.tsx | 4 ++-- src/app/(main)/slick-about-dark/page1.tsx | 4 ++-- src/app/(main)/slick-about/page.tsx | 4 ++-- src/app/(main)/slick-portfolio/page.tsx | 4 ++-- src/app/(main)/slick-services/page.tsx | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 6b6e9bf..d0dd674 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -4,13 +4,13 @@ import { BeforeFooterBlock } from "@/components/Blocks/BeforeFooter"; export const metadata = { title: "HomePage - Cochise Oncology", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + description: "Cochise Oncology", keywords: "Cochise Oncology, Oncology, Healthcare, Medical Services, Cancer Treatment", author: "Cochise Oncology", robots: "index, follow", og: { title: "HomePage - Cochise Oncology", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + description: "Cochise Oncology", type: "website", url: "https://www.cochiseoncology.com", image: "https://www.cochiseoncology.com/og-image.jpg", @@ -19,7 +19,7 @@ export const metadata = { card: "summary_large_image", site: "@CochiseOncology", title: "HomePage - Cochise Oncology", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + description: "Cochise Oncology", image: "https://www.cochiseoncology.com/twitter-image.jpg", }, }; diff --git a/src/app/(main)/slick-about-dark/page.tsx b/src/app/(main)/slick-about-dark/page.tsx index 9d08c57..a9b21e2 100644 --- a/src/app/(main)/slick-about-dark/page.tsx +++ b/src/app/(main)/slick-about-dark/page.tsx @@ -1,8 +1,8 @@ import Image from "next/image"; export const metadata = { - title: "Slick About Dark || Resonance — One & Multi Page React Nextjs Creative Template", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + title: "Slick About Dark || Cochise Oncology", + description: "Cochise Oncology", }; const dark = true; export default function SlickAboutPageDark() { diff --git a/src/app/(main)/slick-about-dark/page1.tsx b/src/app/(main)/slick-about-dark/page1.tsx index 228e151..c33b78a 100644 --- a/src/app/(main)/slick-about-dark/page1.tsx +++ b/src/app/(main)/slick-about-dark/page1.tsx @@ -6,8 +6,8 @@ import Image from "next/image"; import Link from "next/link"; export const metadata = { - title: "Slick About Dark || Resonance — One & Multi Page React Nextjs Creative Template", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + title: "Slick About Dark || Cochise Oncology", + description: "Cochise Oncology", }; const dark = true; export default function SlickAboutPageDark() { diff --git a/src/app/(main)/slick-about/page.tsx b/src/app/(main)/slick-about/page.tsx index a415644..ad42177 100644 --- a/src/app/(main)/slick-about/page.tsx +++ b/src/app/(main)/slick-about/page.tsx @@ -6,8 +6,8 @@ import Image from "next/image"; import Link from "next/link"; export const metadata = { - title: "Slick About || Resonance — One & Multi Page React Nextjs Creative Template", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + title: "Slick About || Cochise Oncology", + description: "Cochise Oncology", }; const dark = false; diff --git a/src/app/(main)/slick-portfolio/page.tsx b/src/app/(main)/slick-portfolio/page.tsx index 0f7e8e3..41c4279 100644 --- a/src/app/(main)/slick-portfolio/page.tsx +++ b/src/app/(main)/slick-portfolio/page.tsx @@ -4,8 +4,8 @@ import Image from "next/image"; import Link from "next/link"; export const metadata = { - title: "Slick Portfolio || Resonance — One & Multi Page React Nextjs Creative Template", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + title: "Slick Portfolio || Cochise Oncology", + description: "Cochise Oncology", }; const dark = false; export default function SlickPortfolioPage() { diff --git a/src/app/(main)/slick-services/page.tsx b/src/app/(main)/slick-services/page.tsx index eddefe9..8afcceb 100644 --- a/src/app/(main)/slick-services/page.tsx +++ b/src/app/(main)/slick-services/page.tsx @@ -5,8 +5,8 @@ import Image from "next/image"; import Link from "next/link"; export const metadata = { - title: "Slick Services || Resonance — One & Multi Page React Nextjs Creative Template", - description: "Resonance — One & Multi Page React Nextjs Creative Template", + title: "Slick Services || Cochise Oncology", + description: "Cochise Oncology", }; const dark = false;