8 Commits

Author SHA1 Message Date
a9602e5f91 Update src/app/page.tsx 2026-03-05 13:02:08 +00:00
d1838fc60d Merge version_3 into main
Merge version_3 into main
2026-03-05 12:43:04 +00:00
88ef6c098a Update src/app/page.tsx 2026-03-05 12:43:00 +00:00
595006e0a1 Merge version_3 into main
Merge version_3 into main
2026-03-05 12:41:39 +00:00
30eb4071cc Update src/app/page.tsx 2026-03-05 12:41:35 +00:00
00e76ea332 Merge version_2 into main
Merge version_2 into main
2026-03-05 12:31:04 +00:00
94da2f33a8 Update src/app/page.tsx 2026-03-05 12:31:00 +00:00
d4f1138fa2 Merge version_1 into main
Merge version_1 into main
2026-03-05 12:27:22 +00:00

View File

@@ -52,8 +52,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
buttons={[
{ text: "Join Waitlist", href: "#waitlist" },
{ text: "Learn More", 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>