Add parallax to floaty homepage cards (#524)

* Add parallax to floaty homepage cards

* Add firefox fix and restore model mouse tracking

* Add overflow-x hidden for safety
This commit was merged in pull request #524.
This commit is contained in:
Kurt Hutten
2021-09-23 18:16:41 +10:00
committed by GitHub
parent 64624b9c3e
commit 18732e27fc
6 changed files with 68 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ import MainLayout from 'src/layouts/MainLayout'
import Seo from 'src/components/Seo/Seo'
import { Hero } from 'src/components/Hero/Hero'
const ProjectsPage = () => {
const HomePage = () => {
return (
<MainLayout shouldRemoveFooterInIde>
<Seo
@@ -16,4 +16,4 @@ const ProjectsPage = () => {
)
}
export default ProjectsPage
export default HomePage