5 Commits

Author SHA1 Message Date
ba983920b0 Update src/app/page.tsx 2026-03-05 13:27:28 +00:00
70296b6b2f Merge version_3 into main
Merge version_3 into main
2026-03-05 11:49:40 +00:00
9bf2445999 Update src/app/page.tsx 2026-03-05 11:49:37 +00:00
4ea58bce16 Merge version_2 into main
Merge version_2 into main
2026-03-05 11:45:48 +00:00
a991707406 Update src/app/page.tsx 2026-03-05 11:45:44 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
title="Your Identity Moves to the Cloud"
description="Get a permanent E-number that's yours forever. No SIM card. No carrier lock-in. Verified calls. Scam-proof. Join the 1,000 eFounders shaping the future of African identity."
description="Get a permanent E-number that's yours forever—your portable identity that travels with you across any device or network. No SIM card. No carrier lock-in. Verified calls. Scam-proof. Join the 1,000 eFounders shaping the future of African identity."
background={{ variant: "sparkles-gradient" }}
leftCarouselItems={[
{
@@ -83,6 +83,10 @@ export default function LandingPage() {
tagIcon={AlertCircle}
tagAnimation="slide-up"
title="Your identity belongs to your carrier. Not anymore. With eNative, you own a permanent E-number stored in the cloud—like your Twitter handle, but for your identity. It cannot be changed or taken away. It's yours for life."
buttons={[
{ text: "Explore the Solution", href: "#solution" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -177,8 +181,8 @@ export default function LandingPage() {
animationType="entrance-slide"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Claim My E-Number", href: "https://beta.enative.app" },
{ text: "Join the Waitlist", href: "https://enative.app/waitlist" },
{ text: "Claim E-Number Now", href: "https://beta.enative.app" },
{ text: "View Waitlist", href: "https://enative.app/waitlist" },
]}
useInvertedBackground={false}
/>