From 83e9debbdc559dc695543fe1a06cf23352ab2521 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:00:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 18bfcb7..be8f42f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,9 +19,11 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "Digital Marketing Consultant | Strategic Growth Solutions", description: "Transform your brand's online presence with data-driven digital marketing strategies that deliver measurable results.", type: "website", siteName: "Digital Marketing Consultant"}, + title: "Digital Marketing Consultant | Strategic Growth Solutions", description: "Transform your brand's online presence with data-driven digital marketing strategies that deliver measurable results.", type: "website", siteName: "Digital Marketing Consultant" + }, twitter: { - card: "summary_large_image", title: "Digital Marketing Consultant | Strategic Growth Solutions", description: "Expert marketing consultant specializing in revenue growth and brand transformation."}, + card: "summary_large_image", title: "Digital Marketing Consultant | Strategic Growth Solutions", description: "Expert marketing consultant specializing in revenue growth and brand transformation." + }, }; export default function RootLayout({ -- 2.49.1 From d964183c57ca3fdebb7c2054aba66349152964ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:00:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 811527c..4e6acae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {