diff --git a/src/pages/index.astro b/src/pages/index.astro index dc8f42f..4846798 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,9 +1,21 @@ --- import Layout from '../layouts/Layout.astro' +import Button from '../components/ButtonComponent/Button.tsx' --- -
-

This is just a template

+
+

Main Page

+
+ + diff --git a/src/pages/next.astro b/src/pages/next.astro new file mode 100644 index 0000000..d771fdf --- /dev/null +++ b/src/pages/next.astro @@ -0,0 +1,30 @@ +--- +import Layout from '../layouts/Layout.astro' +import Button from '../components/ButtonComponent/Button.tsx' +import { Picture } from 'astro:assets' +import sample from '/src/images/sample.avif' +--- + + +
+

Second Page

+
+
+ +