projects section

This commit is contained in:
2023-09-02 15:00:48 +02:00
parent 613294e442
commit 6611006c0d
9 changed files with 223 additions and 50 deletions
+2
View File
@@ -5,6 +5,7 @@ import Navbar from './components/Navbar';
import LandingSection from './components/LandingSection';
import './i18n';
import AboutSection from './components/AboutSection';
import ProjectsSection from './components/ProjectsSection';
function App() {
return (
@@ -14,6 +15,7 @@ function App() {
<Navbar />
<LandingSection />
<AboutSection />
<ProjectsSection />
</>
</ThemeProvider>
);