Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f67be864bd | |||
| 5468019702 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Sales Intelligence That Drives Real Results"
|
title="Sales Intelligence That Drives Real Results"
|
||||||
description="Automate your sales workflow, unlock predictive insights, and close deals faster than ever. Transform how your team sells with AI-powered intelligence."
|
description="Automate your sales workflow, unlock predictive insights, and close deals faster than ever. Transform how your team sells with AI-powered intelligence."
|
||||||
tag="Trusted by 5,000+ Teams"
|
tag="Trusted by 5,000+ Teams | 35% Avg Win Rate Increase"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
@@ -106,10 +106,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttons={[
|
buttons={[{ text: "Explore All Features", href: "#pricing" }]}
|
||||||
{ text: "See All Features", href: "#pricing" },
|
|
||||||
{ text: "Calculate ROI", href: "#" }
|
|
||||||
]}
|
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
containerClassName="max-w-7xl mx-auto px-4"
|
containerClassName="max-w-7xl mx-auto px-4"
|
||||||
|
|||||||
Reference in New Issue
Block a user