From 45b897c3d89660e3fe28a01eb58a2f0da2a821ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:34:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) 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, -- 2.49.1 From 1b273eee15788c3d03134213a5c72b0cce5f9db2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:34:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++------------------------------------- 1 file changed, 26 insertions(+), 94 deletions(-) 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() {