2 Commits

Author SHA1 Message Date
697a5369eb Update src/app/page.tsx 2026-03-03 15:34:18 +00:00
f1d846de7d Merge version_3 into main
Merge version_3 into main
2026-03-03 15:05:10 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardGallery
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."
tag="Trusted by 5,000+ Teams | 35% Avg Win Rate Increase"
tag="Trusted by 5,000+ Teams"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -106,7 +106,10 @@ export default function LandingPage() {
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="right"
buttons={[{ text: "Explore All Features", href: "#pricing" }]}
buttons={[
{ text: "See All Features", href: "#pricing" },
{ text: "Calculate ROI", href: "#" }
]}
buttonAnimation="slide-up"
className="w-full"
containerClassName="max-w-7xl mx-auto px-4"
@@ -173,6 +176,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="w-full"
containerClassName="max-w-7xl mx-auto px-4"
planTitleClassName="text-lg font-semibold"
/>
</div>