From 294ddf90dae99b39f6344588d3361929c9ff623a Mon Sep 17 00:00:00 2001 From: oonyeje Date: Tue, 28 Nov 2023 18:55:33 -0500 Subject: [PATCH] - transitions working (slightly) when navigating to contact form and vice-verse --- components/content/carousel/index.tsx | 4 +- components/form/ContactForm/index.tsx | 6 +- lib/navigationContent.tsx | 30 ++----- pages/index.tsx | 117 ++++++++++++++++++-------- yarn.lock | 5 ++ 5 files changed, 99 insertions(+), 63 deletions(-) diff --git a/components/content/carousel/index.tsx b/components/content/carousel/index.tsx index dd6755a..6dc9b43 100755 --- a/components/content/carousel/index.tsx +++ b/components/content/carousel/index.tsx @@ -31,7 +31,7 @@ const ContentCarousel = ({
{portfolioData.title}
{portfolioData.description}
- {portfolioData.prototypeIframeURL &&
+ {portfolioData.prototypeIframeURL &&
{/* {} */} {portfolioData.heroImgSrc && -
+
diff --git a/components/form/ContactForm/index.tsx b/components/form/ContactForm/index.tsx index fa87fdf..86f4fb6 100644 --- a/components/form/ContactForm/index.tsx +++ b/components/form/ContactForm/index.tsx @@ -17,8 +17,8 @@ const ContactForm = () => { return (
-
-
+ +
@@ -27,7 +27,7 @@ const ContactForm = () => { {errors.lastName &&

Last name is required.

}
-