This commit is contained in:
Patrick Alvin Alcala 2025-11-21 18:38:48 +08:00
parent db3736b71f
commit bbfa0b38ee
8 changed files with 35 additions and 23 deletions

View file

@ -1,13 +1,13 @@
import './index.sass'
import { Column, Page } from '~/@dasig'
import Counter from '~/components/Counter/Counter'
import { Page, Column } from '~/@dasig'
import './index.sass'
export default () => {
return (
<Page title="Dasig - Index">
<Column>
<h1>DASIG</h1>
<h4>A next level development for pure speed</h4>
<h4 class='text'>An architectural framework for pure speed fullstack development</h4>
<Counter />
</Column>
</Page>