diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index 547c2a4c..9c25ac5e 100644 --- a/apps/web/app/(landing)/Hero.tsx +++ b/apps/web/app/(landing)/Hero.tsx @@ -23,7 +23,7 @@ const slap = { function Hero() { return ( <> -
+
Build your own second brain{" "} - + with supermemory and bring it at scale @@ -42,7 +42,7 @@ function Hero() { ...slap, transition: { ...slap.transition, delay: 0.3 }, }} - className="text-soft-foreground-text text-lg text-center" + className="text-lg text-center text-soft-foreground-text" > Bring saved information from all over the internet into one place where you can connect it, and ask AI about it @@ -52,25 +52,23 @@ function Hero() {
- - -
+ +
- ); }