From 57ce5cd48d0bdd4f0518d7f33a87d8619f7b302f Mon Sep 17 00:00:00 2001 From: Kinfe123 Date: Mon, 24 Jun 2024 12:17:48 +0300 Subject: [PATCH] fix: ui revamp responsiveness --- apps/web/app/(landing)/Cta.tsx | 17 +++-------------- apps/web/app/(landing)/Features/index.tsx | 6 +++--- apps/web/app/(landing)/page.tsx | 1 - 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx index 59495209..e70be200 100644 --- a/apps/web/app/(landing)/Cta.tsx +++ b/apps/web/app/(landing)/Cta.tsx @@ -1,14 +1,12 @@ import React from "react"; import EmailInput from "./EmailInput"; -import GridPattern from "./CardPatterns/AnimatedGrid"; import { ChevronRight } from "lucide-react"; -// import {Animated} function Cta() { return (
@@ -22,25 +20,16 @@ function Cta() { /> - {/* Landing page background */}

Launching July 1st, 2024

-

+

Your bookmarks are collecting dust.

-

+

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

diff --git a/apps/web/app/(landing)/Features/index.tsx b/apps/web/app/(landing)/Features/index.tsx index a9b5e10a..c642b8a6 100644 --- a/apps/web/app/(landing)/Features/index.tsx +++ b/apps/web/app/(landing)/Features/index.tsx @@ -58,7 +58,7 @@ const Services = () => {
-
+
@@ -71,7 +71,7 @@ const Services = () => { />
-