Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e20a5559d | |||
| 88bd613053 |
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
|||||||
logoText="Professional color palettes in seconds"
|
logoText="Professional color palettes in seconds"
|
||||||
description="Generate stunning, market-tested color combinations powered by design science. No guesswork. Pure quality."
|
description="Generate stunning, market-tested color combinations powered by design science. No guesswork. Pure quality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Create Your Palette", href: "#contact" },
|
{ text: "Create Your Palette Now", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Explore Features", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
@@ -189,8 +189,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Ready to transform your workflow?"
|
title="Start generating palettes instantly"
|
||||||
description="Get started with ChromaLab today and experience the power of design-science-backed color palettes. Join thousands of creative professionals who've already made the switch."
|
description="Get started with ChromaLab right now. No sign-up required, no waiting. Generate your first professional color palette in seconds and join thousands of designers creating beautiful, accessible palettes."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your name", required: true },
|
{ name: "name", type: "text", placeholder: "Your name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "your@email.com", required: true }
|
{ name: "email", type: "email", placeholder: "your@email.com", required: true }
|
||||||
@@ -204,7 +204,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Designer working with color palettes"
|
imageAlt="Designer working with color palettes"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Create Your Palette"
|
buttonText="Generate Now"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user