From e75175a8562cec6bbb34f8aec18b5e24b4ec2c5c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 03:23:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b778f2..3c92071 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,8 @@ export default function LandingPage() { { text: "See Results", href: "#metrics" }, { text: "Start Today", href: "#contact" }, ]} + buttonClassName="text-white" + buttonTextClassName="text-white" buttonAnimation="slide-up" /> @@ -158,6 +160,8 @@ export default function LandingPage() { title="Ready to Scale Your Sales?" description="Let's discuss your revenue targets and how we can help you hit them. No sales fluff, just results." buttons={[{ text: "Schedule Consultation", href: "#" }]} + buttonClassName="text-white" + buttonTextClassName="text-white" /> @@ -171,4 +175,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1