diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73d7cf9..06a0094 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ const publicSans = Public_Sans({ export const metadata: Metadata = { title: "Adro Media | Performance Marketing Agency for B2B Leads", description: "Generate more leads, sales, and predictable growth with Adro Media. Proven performance marketing using Google Ads, Meta Ads, and conversion funnels.", keywords: "performance marketing, lead generation, Google Ads, Meta Ads, conversion funnels, marketing agency, B2B marketing", openGraph: { - title: "Adro Media | Performance Marketing Agency", description: "Data-driven performance marketing to scale your business. Google Ads, Meta Ads, funnels, and automation.", siteName: "Adro Media", type: "website"}, + title: "Adro Media | Performance Marketing Agency", description: "Data-driven performance marketing to scale your business. Google Ads, Meta Ads, funnels, and automation.", siteName: "Adro Media", type: "website" + }, twitter: { - card: "summary_large_image", title: "Adro Media | Performance Marketing Agency", description: "Generate more leads and sales with data-driven performance marketing strategies."}, + card: "summary_large_image", title: "Adro Media | Performance Marketing Agency", description: "Generate more leads and sales with data-driven performance marketing strategies." + }, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 19eeeea..453c03f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Get Free Strategy Call", href: "contact" }, + { text: "Get Your Free Strategy Call", href: "contact" }, { text: "See How We Work", href: "process" } ]} buttonAnimation="slide-up"