redesign progress
This commit is contained in:
parent
c98c43100e
commit
a5521b479e
4 changed files with 119 additions and 0 deletions
src/pages
14
src/pages/experiment.astro
Normal file
14
src/pages/experiment.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue