Update page.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2026-03-05 19:07:41 -06:00
committed by GitHub
parent f53b41ae41
commit 3dd59993c2

View File

@@ -205,13 +205,22 @@ export default function HomePage() {
<p style={{ color: "#737373", fontSize: 16, marginBottom: 32 }}> <p style={{ color: "#737373", fontSize: 16, marginBottom: 32 }}>
Free plan. No credit card. No dark patterns. Free plan. No credit card. No dark patterns.
</p> </p>
<Link href="/pricing" style={{ textDecoration: "none" }}> <Link
<button style={{ href="/pricing"
background: GRADIENT, color: "#fff", border: "none", style={{
padding: "14px 36px", borderRadius: 8, fontSize: 15, fontWeight: 600, cursor: "pointer", textDecoration: "none",
}}> display: "inline-block",
Start for free background: GRADIENT,
</button> color: "#fff",
border: "none",
padding: "14px 36px",
borderRadius: 8,
fontSize: 15,
fontWeight: 600,
cursor: "pointer",
}}
>
Start for free
</Link> </Link>
</div> </div>
</div> </div>