From e2815c4f043f408be1701d4c5ecee3100bee5277 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Sat, 22 Jun 2024 02:10:08 +0300 Subject: [PATCH] fix: revamp --- apps/web/app/(landing)/Cta.tsx | 3 ++- apps/web/app/(landing)/Features.tsx | 2 +- apps/web/app/(landing)/footer.tsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index 128581e8..91190574 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -14,6 +14,7 @@ function Cta() { className="relative bg-page-gradient dark:[box-shadow:0_-20px_80px_-20px_#8686f01f_inset] min-h-[600px] border-[1px] border-white/20 flex flex-col gap-8 justify-center items-center mt-60 mb-44 w-3/4 rounded-3xl py-10 px-8 mx-auto" >
+
{/* a blue gradient line that's slightly tilted with blur (a lotof blur)*/} @@ -45,7 +46,7 @@ function Cta() {

Sign up for the waitlist and be the first to try Supermemory

-
+
diff --git a/apps/web/app/(landing)/Features.tsx b/apps/web/app/(landing)/Features.tsx index fd30a413..956a889b 100644 --- a/apps/web/app/(landing)/Features.tsx +++ b/apps/web/app/(landing)/Features.tsx @@ -30,7 +30,7 @@ export default function Features() { }, []); return ( -
+
{/* +