navbar; logo & landing animation

This commit is contained in:
2023-08-31 18:16:21 +02:00
parent dffa5fdda9
commit 579c728628
14 changed files with 199 additions and 16 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import { ThemeProvider } from 'styled-components';
import { theme } from './theme';
import { GlobalStyles } from './components/styles/Global.styled';
import LandingSection from './sections/LandingSection';
import Navbar from './components/Navbar';
import LandingSection from './components/LandingSection';
function App() {
return (