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({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 811527c..b916cca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {