From 2bf96116897dc7793c574bd56ac611a9b633fd6c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:12:03 +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 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({ -- 2.49.1 From 2bd5a38653bfbabde36183a287e6a5a53bd69e49 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:12:04 +0000 Subject: [PATCH 2/2] 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 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" -- 2.49.1