mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-07-09 15:08:06 +00:00
Create Home Presentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user