diff options
| author | Dhravya Shah <[email protected]> | 2024-08-24 19:54:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-24 19:54:57 -0700 |
| commit | 5fa03bb368e51e35612c2dade084500dc5cdeb9a (patch) | |
| tree | 152eae42e24bb89a2f489c31698341469501b957 | |
| parent | Merge pull request #258 from manuarora700/main (diff) | |
| parent | update the cta after launch (diff) | |
| download | supermemory-5fa03bb368e51e35612c2dade084500dc5cdeb9a.tar.xz supermemory-5fa03bb368e51e35612c2dade084500dc5cdeb9a.zip | |
Merge pull request #259 from supermemoryai/cta-fix
| -rw-r--r-- | apps/web/app/(landing)/Cta.tsx | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index e7888c05..160b8afc 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -21,24 +21,18 @@ function Cta() { /> </div> </div> - <h1 className="text-sm z-20 text-gray-400 group font-geist mx-auto px-5 py-2 bg-gradient-to-tr from-zinc-300/5 via-gray-400/5 to-transparent border-[2px] border-white/5 rounded-3xl w-fit"> - <p className="tracking-tight uppercase"> - Launching July 1st, 2024 - <ChevronRight className="inline w-4 h-4 ml-2 group-hover:translate-x-1 duration-300" /> - </p> - </h1> <h1 className="z-20 mx-auto mt-0 max-w-xl font-normal tracking-tighter text-4xl sm:text-5xl md:text-6xl lg:text-7xl text-center text-transparent bg-clip-text bg-gradient-to-tr from-zinc-400/50 to-white/60 via-white"> - Your bookmarks are collecting dust. + Supercharge your bookmarks today. </h1> <p className="z-20 text-center text-md md:text-lg"> - Sign up for the waitlist and be the first to try Supermemory + Start using Supermemory now and unlock your second brain. </p> <div className="w-fit mx-auto"> <Link href="/signin" className="flex mx-auto w-fit gap-x-2 justify-center items-center py-3 px-5 ml-3 rounded-3xl border duration-200 group bg-page-gradient border-white/30 text-md font-geistSans hover:border-zinc-600 hover:bg-transparent/10 hover:text-zinc-100 text-white z-[1] relative" > - Sign in + Get Started <div className="flex overflow-hidden relative justify-center items-center ml-1 w-5 h-5"> <ArrowUpRight className="absolute transition-all duration-500 group-hover:translate-x-4 group-hover:-translate-y-5" /> <ArrowUpRight className="absolute transition-all duration-500 -translate-x-4 -translate-y-5 group-hover:translate-x-0 group-hover:translate-y-0" /> @@ -49,4 +43,4 @@ function Cta() { ); } -export default Cta; +export default Cta;
\ No newline at end of file |