about me section

This commit is contained in:
2023-09-01 15:19:35 +02:00
parent 680d82a356
commit 5b0ba8c286
11 changed files with 122 additions and 10 deletions
+2
View File
@@ -4,6 +4,7 @@ import { GlobalStyles } from './components/styles/Global.styled';
import Navbar from './components/Navbar';
import LandingSection from './components/LandingSection';
import './i18n';
import AboutSection from './components/AboutSection';
function App() {
return (
@@ -12,6 +13,7 @@ function App() {
<GlobalStyles />
<Navbar />
<LandingSection />
<AboutSection />
</>
</ThemeProvider>
);