Update src/app/page.tsx

This commit is contained in:
2026-05-25 03:23:05 +00:00
parent d025cf624f
commit e75175a856

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -171,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}