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} +

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