Commit Graph

14 Commits

Author SHA1 Message Date
28e4af0821 package removal, fixed video buttons 2023-07-11 12:18:21 -07:00
beae486c3a consistent naming convention
initial implement statement of faith section
2023-06-26 17:38:32 -07:00
d5f69bfda0 Update to next.js package 2023-06-26 16:03:16 -07:00
7ad234ec36 Update to site 2023-06-06 17:16:48 -07:00
9ebcca56d5 update to local system 2023-05-18 12:03:16 -07:00
d58327be66 Replaced depricated @next/font with next/font 2023-05-16 14:28:59 -07:00
92b8b82d1b Modifications to file naming and updates to NPM
packages.
2023-05-15 15:03:34 -07:00
046b6aad7c added id url to about page 2023-04-20 11:18:26 -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
e2d3a21ca8 framer motion library added to _app.js file and
successful in smooth page transitions.
2023-04-18 12:15:43 -07:00
784738e838 Added working video popup component to the app. 2023-04-18 08:47:48 -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