Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e75175a856 | |||
| d025cf624f | |||
| 3a13992912 | |||
| 6966d7f6cf | |||
| e799bfe12b | |||
| e776c95dda | |||
| 21b6d74a89 | |||
| 6a0b06cc8c |
@@ -59,6 +59,8 @@ export default function LandingPage() {
|
|||||||
{ text: "See Results", href: "#metrics" },
|
{ text: "See Results", href: "#metrics" },
|
||||||
{ text: "Start Today", href: "#contact" },
|
{ text: "Start Today", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
|
buttonClassName="text-white"
|
||||||
|
buttonTextClassName="text-white"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -158,6 +160,8 @@ export default function LandingPage() {
|
|||||||
title="Ready to Scale Your Sales?"
|
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."
|
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: "#" }]}
|
buttons={[{ text: "Schedule Consultation", href: "#" }]}
|
||||||
|
buttonClassName="text-white"
|
||||||
|
buttonTextClassName="text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -171,4 +175,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user