From 0125d8d8820f5ee9fd1d04f5f9db618b9c7c737b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:01:21 +0000 Subject: [PATCH 1/3] 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 9b71983bd26510ed8d4310143cb875bb9012a3ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:01:23 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 811527c..ff18346 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { Date: Tue, 3 Mar 2026 20:16:24 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff18346..b916cca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {