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
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 diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index 5565de3a..4a51373a 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{" "} @@ -53,7 +53,7 @@ function Hero() { It's free. Sign up now
@@ -72,8 +72,6 @@ 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={{ 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 (