diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c227fdd..38721cb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); export const metadata: Metadata = { - title: "JMN Investments Research | Offshore Investment Research Services", - description: "Global offshore investment research services covering equity, fixed income, and technical analysis. Serving financial institutions worldwide since 2005.", - keywords: "investment research, equity research, fixed income research, technical analysis, offshore research services, financial services", - openGraph: { - title: "JMN Investments Research", - description: "Global offshore investment research services for financial institutions worldwide.", - siteName: "JMN Investments Research", - type: "website", - }, + title: "JMN Investments Research | Offshore Investment Research Services", description: "Global offshore investment research services covering equity, fixed income, and technical analysis. Serving financial institutions worldwide since 2005.", keywords: "investment research, equity research, fixed income research, technical analysis, offshore research services, financial services", openGraph: { + title: "JMN Investments Research", description: "Global offshore investment research services for financial institutions worldwide.", siteName: "JMN Investments Research", type: "website"}, twitter: { - card: "summary_large_image", - title: "JMN Investments Research", - description: "Offshore investment research excellence since 2005", - }, + card: "summary_large_image", title: "JMN Investments Research", description: "Offshore investment research excellence since 2005"}, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a06ae5..dcebff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,37 +82,16 @@ export default function HomePage() {