From 81389dedd9906b0c21f19a2169cce0a9328ec236 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 3 Jun 2025 15:53:17 +0800 Subject: [PATCH] added standard ui --- src/pages/index.astro | 16 ++++++++++++++-- src/pages/next.astro | 30 ++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 src/pages/next.astro 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

+
+
+ +