From eea65a9ae23776ebc97bed1b68d03162a6fc135a Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Wed, 26 Jun 2024 01:11:32 +0300 Subject: [PATCH] fix: minor padding and alignment leaks --- apps/web/app/(landing)/Hero.tsx | 40 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 21 deletions(-) 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() {
- - -
+ +
- ); }