From aa54e853ba9c66f6755b8a47a20936fd1f368155 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:24:53 +0000 Subject: [PATCH] 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 +}