Commit Graph

7 Commits

Author SHA1 Message Date
5500a6dda9 Added sections to the rest of the pages 2023-04-20 12:27:09 -07:00
7de4b7bbfa Created a contact form section
installed three js
added test model to contact form section
fixed issue with double render of useEffect that
was causing it to show up twice once compiled.
This was resolved using a boolean check to see if it
is mounted first.

n Next.js, when you navigate between pages, the entire React tree is unmounted and then remounted. This means that any component with a useEffect hook will run its cleanup function before being unmounted, and then its effect function again when it is remounted. This can cause the effect to run twice.
2023-04-19 23:11:25 -07:00
a1844b29e6 Changes to spacing and microexpressions on hover 2023-04-18 14:10:58 -07:00
21199b765a Adding video poster loading animation so user
knows that the background video is coming.

Will likely change the animation.
2023-04-18 13:25:07 -07:00
720cd33399 More major updates to the app 2023-04-18 01:36:50 -07:00
c388a82fbb This is an initial push for the Shiloh web app. 2023-04-17 20:20:39 -07:00
ad5e34fbad Initial commit from Create Next App 2023-04-17 17:05:35 -07:00