Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-06 13:23:29 +00:00

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
logoText="Professional color palettes in seconds"
description="Generate stunning, market-tested color combinations powered by design science. No guesswork. Pure quality."
buttons={[
{ text: "Create Your Palette", href: "#contact" },
{ text: "Learn More", href: "#features" }
{ text: "Create Your Palette Now", href: "#contact" },
{ text: "Explore Features", href: "#features" }
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -189,8 +189,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to transform your workflow?"
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."
title="Start generating palettes instantly"
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={[
{ name: "name", type: "text", placeholder: "Your name", 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"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Create Your Palette"
buttonText="Generate Now"
/>
</div>