diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 80abf54..981f4d5 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -8,10 +8,11 @@ import FeaturesSection from '../components/home/FeaturesSection' import HowItWorksSection from '../components/home/HowItWorksSection' import IntroSection from '../components/home/IntroSection' import { loginWithGoogle, selectAuth } from '../store/authReducer' +import wageSvg from '../public/images/wave.svg' const Wave = ({ rotate }: { rotate?: boolean }) => ( - {'wave'} + {'wave'} )