From 725bbe5d50788890c663d8d459a5d6a511db9205 Mon Sep 17 00:00:00 2001 From: Denshooter Date: Sat, 22 Feb 2025 23:32:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20Update=20project=20title?= =?UTF-8?q?=20size=20and=20improve=20layout=20visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/Contact.tsx | 4 +-- app/components/Projects.tsx | 58 +++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/app/components/Contact.tsx b/app/components/Contact.tsx index b7a7109..aeb5e9c 100644 --- a/app/components/Contact.tsx +++ b/app/components/Contact.tsx @@ -96,10 +96,10 @@ export default function Contact() { id="contact" className={`p-10 ${isVisible ? "animate-fade-in" : "opacity-0"}`} > -

+

Get in Touch

-
+
{banner.show && (
-

Projects

+

Projects

- - - {projects.map((project, index) => ( - -
+ + {projects.map((project, index) => ( + -

- {project.title} -

-

- {project.meta_description} -

-
- - ))} -
-
+
+

+ {project.title} +

+

+ {project.meta_description} +

+
+ + ))} + + + )}
);