diff --git a/public/keepsimple_/assets/leaves/leaves-dark.mp4 b/public/keepsimple_/assets/leaves/leaves-dark.mp4 new file mode 100644 index 0000000..f908de5 Binary files /dev/null and b/public/keepsimple_/assets/leaves/leaves-dark.mp4 differ diff --git a/public/keepsimple_/assets/leaves/leaves.mp4 b/public/keepsimple_/assets/leaves/leaves.mp4 new file mode 100644 index 0000000..f139b5e Binary files /dev/null and b/public/keepsimple_/assets/leaves/leaves.mp4 differ diff --git a/public/keepsimple_/assets/test/ks-test.mp4 b/public/keepsimple_/assets/test/ks-test.mp4 deleted file mode 100644 index 6788682..0000000 Binary files a/public/keepsimple_/assets/test/ks-test.mp4 and /dev/null differ diff --git a/src/layouts/LandingLayout/LandingLayout.tsx b/src/layouts/LandingLayout/LandingLayout.tsx index e307a69..0b89dc2 100644 --- a/src/layouts/LandingLayout/LandingLayout.tsx +++ b/src/layouts/LandingLayout/LandingLayout.tsx @@ -54,7 +54,6 @@ const LandingLayout: FC = ({ homeData, darkTheme }) => { }; }, []); - console.log(homeData, 'homedata'); return ( <> diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 48a9bca..3690f50 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -277,7 +277,11 @@ function AppContent({ Component, pageProps: { session, ...pageProps } }: TApp) {