Merge branch 'dev' of github.com:LucasVbr/projet-web4 into dev

carousel + readUser + login
This commit is contained in:
Laurian Dufrechou
2023-03-20 16:27:42 +01:00
4 changed files with 2201 additions and 2156 deletions
+3
View File
@@ -2,6 +2,8 @@ import Head from 'next/head';
import Navbar from '@/components/Navbar';
import {Box, Image} from '@chakra-ui/react';
import HomeHero from '@/components/layout/Home/HomeHero';
import HomePresentation from '@/components/layout/Home/HomePresentation';
export default function Home() {
return (
@@ -15,6 +17,7 @@ export default function Home() {
<Navbar/>
<HomeHero/>
<HomePresentation/>
<Box minH={'100vh'}>
</Box>