gitea +
This commit is contained in:
@@ -115,7 +115,7 @@ export function HeroSection() {
|
||||
custom={4}
|
||||
className="w-full max-w-lg"
|
||||
>
|
||||
<WaitlistForm />
|
||||
<WaitlistForm id="waitlist-form" />
|
||||
</motion.div>
|
||||
|
||||
{/* Trust Signals */}
|
||||
@@ -136,7 +136,7 @@ export function HeroSection() {
|
||||
<span>•</span>
|
||||
<div className="flex items-center gap-2">
|
||||
<Star className="h-4 w-4 fill-current" />
|
||||
<span>Early access bonus</span>
|
||||
<span>Early access</span>
|
||||
</div>
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
@@ -765,7 +765,7 @@ export function FinalCTA() {
|
||||
>
|
||||
<div className="flex items-center gap-2">
|
||||
<Star className="h-4 w-4 fill-current text-[hsl(var(--primary))]" />
|
||||
<span>Early access: <span className="font-semibold text-foreground">50% off for 6 months</span></span>
|
||||
<span>Early access</span>
|
||||
</div>
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user