Updated
This commit is contained in:
parent
0b18528a62
commit
d5ab2efdd0
20 changed files with 81 additions and 255 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue