Create Home Presentation

This commit is contained in:
burgu
2023-03-20 15:49:16 +01:00
parent e0c01cd08c
commit d364f365c1
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>