From 7f4c1855541cc074c2d03fd6803bbb8cc9c3dab3 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Thu, 4 Jul 2024 10:42:13 +0300 Subject: [PATCH 1/5] fix: centering the btn --- apps/web/app/(landing)/Cta.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index 3aeef255..67a07e86 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -7,7 +7,7 @@ function Cta() { return (
@@ -33,10 +33,10 @@ function Cta() {

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

-
+
Sign in
From 823bc141cc422be5acc692fef1cebf3cc0721ac3 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Thu, 4 Jul 2024 10:54:09 +0300 Subject: [PATCH 2/5] fix: responsiveness and image border radius --- apps/web/app/(landing)/Hero.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index 4a0529aa..c81e1963 100644 --- a/apps/web/app/(landing)/Hero.tsx +++ b/apps/web/app/(landing)/Hero.tsx @@ -53,7 +53,7 @@ function Hero() { It's free. Sign up now
@@ -72,13 +72,9 @@ function Hero() { }} src="/images/landing-hero.jpeg" alt="Landing page background" - width={1512} - height={1405} draggable="false" - className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none px-5 rounded-2xl" - style={{ - borderRadius: "20px", - }} + className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none rounded-2xl" + />
Date: Thu, 4 Jul 2024 10:58:06 +0300 Subject: [PATCH 3/5] fix: responsiveness on hero text --- apps/web/app/(landing)/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index c81e1963..6f04b567 100644 --- a/apps/web/app/(landing)/Hero.tsx +++ b/apps/web/app/(landing)/Hero.tsx @@ -32,7 +32,7 @@ function Hero() { ...slap, transition: { ...slap.transition, delay: 0.2 }, }} - className="text-center mx-auto bg-[linear-gradient(180deg,_#FFF_0%,_rgba(255,_255,_255,_0.00)_202.08%)] bg-clip-text text-4xl tracking-tighter text-transparent md:text-7xl" + className="text-center mx-auto bg-[linear-gradient(180deg,_#FFF_0%,_rgba(255,_255,_255,_0.00)_202.08%)] bg-clip-text text-4xl tracking-tighter sm:text-5xl text-transparent md:text-6xl lg:text-7xl" > Unlock your{" "} From acf84411e6dc5b9fc7c689a864ba2f79a3dc8c81 Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Thu, 4 Jul 2024 11:03:40 +0300 Subject: [PATCH 4/5] fix: making the image work --- apps/web/app/(landing)/Showcase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(landing)/Showcase.tsx b/apps/web/app/(landing)/Showcase.tsx index 940dfb4d..577b9266 100644 --- a/apps/web/app/(landing)/Showcase.tsx +++ b/apps/web/app/(landing)/Showcase.tsx @@ -23,7 +23,7 @@ const features: Array = [ "Never lose a great idea again - instead of saving it in your head, save it in supermemory.", description: "The internet is full of great ideas, but there's a problem. They are ephemeral. They come and go. ", - image: "/images/asking_questions.png", + image: "asking_questions.png", icon: function ReportingIcon() { let id = useId(); return ( From d679b2f4f73b17d9d1dfcdc23d7527d28f8bd82f Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Thu, 4 Jul 2024 11:09:36 +0300 Subject: [PATCH 5/5] fix: change to signin path --- apps/web/app/(landing)/Features/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(landing)/Features/index.tsx b/apps/web/app/(landing)/Features/index.tsx index e327f86a..e2a20017 100644 --- a/apps/web/app/(landing)/Features/index.tsx +++ b/apps/web/app/(landing)/Features/index.tsx @@ -85,7 +85,7 @@ const Services = () => { data in a private manner, from anywhere.

Get started