Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9602e5f91 | |||
| d1838fc60d | |||
| 88ef6c098a | |||
| 595006e0a1 | |||
| 30eb4071cc | |||
| 00e76ea332 |
@@ -52,8 +52,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Join Waitlist", href: "#waitlist" },
|
||||
{ text: "See It In Action", href: "#how-it-works" }
|
||||
{ text: "Join Waitlist", href: "#waitlist" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWetpMUy7tjlT0PjsBxrRnEKur/abstract-3d-floating-glass-blobs-with-so-1772713594967-bb7a8319.png?_wi=1"
|
||||
@@ -66,7 +65,7 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
title="What Makes Eclipse Different"
|
||||
description="Experience the next generation of AI assistance with features designed to anticipate your needs and operate seamlessly across your entire life."
|
||||
description="Outcome-focused automation that transforms how you work. Save time. Reduce stress. Live smarter."
|
||||
tag="Key Features"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -191,6 +190,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Join the Waitlist"
|
||||
buttonClassName="flex justify-center w-full mx-auto [perspective:1000px] hover:[transform:rotateX(5deg)_rotateY(-5deg)_scale(1.02)] transition-transform duration-300 shadow-lg hover:shadow-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user