This commit is contained in:
Patrick Alvin Alcala 2026-03-25 16:01:46 +08:00
parent 0b18528a62
commit d5ab2efdd0
20 changed files with 81 additions and 255 deletions

View file

@ -1,6 +1,6 @@
/** biome-ignore-all assist/source/organizeImports: <_> */
import { Column, Page, Image } from "../../@dasig";
import { Column, Page, Image, Logo } from "../../@dasig";
import Counter from "../components/Counter";
import "./index.sass";
@ -8,7 +8,7 @@ export default () => {
return (
<Page title="Dasig">
<Column>
<h1>DASIG</h1>
<Logo size={250} />
<h4 class="text">
An architectural framework for pure speed fullstack development built on top of Solid and Go
</h4>