Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:33:09 +00:00
parent d79b9c8147
commit 6bb3a0fb4a

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>