diff --git a/src/app/page.tsx b/src/app/page.tsx index cb7273d..5a1ff7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,12 @@ 'use client' -import { AppShell, Container, rem } from '@mantine/core' +import { AppShell, Container, Stack, rem } from '@mantine/core' import Introduction from '../partials/Introduction' import About from '../partials/About' import Navbar from '../components/Navbar' import Footer from '../components/Footer' import SlideUpWhenVisible from '../hooks/slideUpWhenVisible' +import Experiences from '../partials/Experiences' export default function HomePage() { return ( @@ -18,13 +19,16 @@ export default function HomePage() { - + - - -