redesign progress

This commit is contained in:
Firq 2023-03-04 13:48:57 +01:00
parent c98c43100e
commit a5521b479e
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 119 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
import Layout from '../layouts/Layout.astro';
import Navbar from '../components/navbar.astro';
import Hero from '../components/hero.astro';
---
<Layout title="Expreimenting">
<Navbar currentPage="Home"/>
<Hero/>
</Layout>
<style>
</style>