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 +} 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 +}