From a991707406135854fdc46f97ba7ad4b198aa17af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:45:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3c6951..84cee6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> -- 2.49.1