Commit Graph

33 Commits

Author SHA1 Message Date
d58327be66 Replaced depricated @next/font with next/font 2023-05-16 14:28:59 -07:00
35cb11cc80 Replaced depricated @Next Font with Next/font 2023-05-16 14:28:11 -07:00
9ed2948aff Added default locale language setting for app. 2023-05-16 14:14:42 -07:00
97bcc8e8da Modified the path map to not have the wildcard
included.
2023-05-15 16:31:08 -07:00
d29c9a3438 Removed image optimization error. will update to
latest import method later.
2023-05-15 16:23:13 -07:00
0ad0a18f06 Remove NODE ENV key from env config in next config 2023-05-15 16:12:50 -07:00
a180227356 Changed basepath to empty string for next
config file.
2023-05-15 16:09:51 -07:00
fda58f306b Updated the next config file to prepare for deploy 2023-05-15 16:06:09 -07:00
73be01dd40 Changes made to config file for deployment. 2023-05-15 16:00:14 -07:00
ec4be61079 Revert back to run start script in package.json.
Working to get application to complete building On
Fleek.co
2023-05-15 15:36:03 -07:00
26091d06ec Added export script to package.json file 2023-05-15 15:29:06 -07:00
88d9133bd5 Change to file path video button. 2023-05-15 15:21:24 -07:00
92b8b82d1b Modifications to file naming and updates to NPM
packages.
2023-05-15 15:03:34 -07:00
c8575d9ce7 Minor changes 2023-05-03 10:47:46 -07:00
641728773a Got rid of the poster attribure and replaced
with the preload attribute so it feels snappier
2023-04-20 13:09:40 -07:00
f2e387f9d3 Added next dynamic import to sections on pages 2023-04-20 13:03:48 -07:00
e587053eca Added Next dynamic imports to improve load speeds. 2023-04-20 13:02:52 -07:00
5500a6dda9 Added sections to the rest of the pages 2023-04-20 12:27:09 -07:00
046b6aad7c added id url to about page 2023-04-20 11:18:26 -07:00
f4d67450f0 Added contact button that calls the VideoAsk
widget and opens the chat window.
2023-04-20 10:31:32 -07:00
06c56623a8 Added Video Ask widget as a component for contact
us.
2023-04-19 23:58:04 -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
46137cf883 Added a Link component to the index.js Learn more
buttons with a prop on them to change there.
2023-04-18 12:36:33 -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
82b92d0f7e Fixed error with Unhandled Runtime Error
TypeError: Cannot read properties of null (reading 'pause')
Source
Components/Layout/section.jsx (22:27) @ pause

Added additional pages.

Created unique id for video components.
2023-04-18 12:01:04 -07:00
f4d76e0060 Modified the prop naming for the videoButton
component so now the passed props are working
with youtube video id.
2023-04-18 09:31:17 -07:00
e3feb2081b Passing props through two components to continue
making all component strings editable on the pages.
2023-04-18 09:12:09 -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