Update page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||||
|
background: GRADIENT,
|
||||||
|
color: "#fff",
|
||||||
|
border: "none",
|
||||||
|
padding: "14px 36px",
|
||||||
|
borderRadius: 8,
|
||||||
|
fontSize: 15,
|
||||||
|
fontWeight: 600,
|
||||||
|
cursor: "pointer",
|
||||||
|
}}
|
||||||
|
>
|
||||||
Start for free
|
Start for free
|
||||||
</button>
|
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user