From bb300f49f411162bb41bc86a80843c996f32c440 Mon Sep 17 00:00:00 2001 From: Claudio Sciotto Date: Wed, 26 Mar 2025 15:02:44 -0400 Subject: [PATCH] Updated Landing page UI + bug fixes *Changed font *Updated landing page layout *added more glowing lines in landing page * fixed some invisible buttons --- src/app/globals.css | 4 +- src/components/admin/projects/AddForm.tsx | 4 +- src/components/landing/About.tsx | 261 +++++++++++++++++++--- 3 files changed, 240 insertions(+), 29 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index e29e79b..a84c708 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -16,8 +16,8 @@ textarea { } body { - /* font-family: "Space Grotesk", serif !important; */ - font-family: "Space Mono", serif; + font-family: "Space Grotesk", serif !important; + /* font-family: "Space Mono", serif; */ background-color: #ffffff; overflow-x: hidden; } diff --git a/src/components/admin/projects/AddForm.tsx b/src/components/admin/projects/AddForm.tsx index d0036f4..0a7ffca 100644 --- a/src/components/admin/projects/AddForm.tsx +++ b/src/components/admin/projects/AddForm.tsx @@ -372,7 +372,7 @@ export default function AddForm({ {uploadProgress > 0 && uploadProgress < 100 && (
@@ -444,7 +444,7 @@ export default function AddForm({