From 9f38a48d608ed71292a4a5ab3602823800b7b707 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:24:53 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6846027..5bd8ba9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From aa54e853ba9c66f6755b8a47a20936fd1f368155 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:24:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed9b5ff..c182365 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Discuss Your Growth Plan", href: "contact" }, + ]} features={[ { id: "meta-google", title: "Meta & Google Ads", author: "Performance Marketing", description: "Precision campaigns that convert high-intent prospects into paying customers. Proven ROAS optimization across all ad platforms.", tags: ["Paid Advertising", "Performance"], @@ -251,4 +254,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1