3 Commits

Author SHA1 Message Date
46c2a0f27c Merge version_5 into main
Merge version_5 into main
2026-03-03 13:33:15 +00:00
6bb3a0fb4a Update src/app/page.tsx 2026-03-03 13:33:09 +00:00
d79b9c8147 Merge version_4 into main
Merge version_4 into main
2026-03-03 09:34:09 +00:00

View File

@@ -270,10 +270,11 @@ export default function LandingPage() {
<div id="cta-banner" data-section="cta-banner">
<TextAbout
title="Ready to stop rebriefing and start shipping?"
title="Ready to ship in 48 hours instead of 48 days?"
useInvertedBackground={false}
buttons={[
{ text: "Book a call", href: "#" }
{ text: "Book a call", href: "#" },
{ text: "See pricing", href: "pricing" }
]}
/>
</div>