diff --git a/src/components/nav.astro b/src/components/nav.astro index 54713df..06b4862 100644 --- a/src/components/nav.astro +++ b/src/components/nav.astro @@ -10,6 +10,9 @@ services diff --git a/src/pages/home.astro b/src/pages/home.astro new file mode 100644 index 0000000..1bd1900 --- /dev/null +++ b/src/pages/home.astro @@ -0,0 +1,30 @@ +--- +import Nav from "../components/nav.astro"; +import Layout from "../layouts/Layout.astro"; +--- + + +
+
+
+

placeholder

+

yap yap yap

+

yap yap yap

+

yap yap yap

+

yap yap yap

+

yap yap yap

+

todo make this extend to the bottom regardless if theres nothing

+
+
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index c6a2bb4..9db4de6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,11 +6,6 @@ import Nav from '../components/nav.astro';
-