mirror of
https://github.com/sussy-code/docs.git
synced 2026-04-21 17:01:56 +00:00
place cards in a box lol
This commit is contained in:
parent
d7154c86a7
commit
6914e6f22f
1 changed files with 39 additions and 40 deletions
|
|
@ -27,10 +27,8 @@ export default function LandingPage() {
|
|||
</Button>
|
||||
</Hero.Actions>
|
||||
</Hero>
|
||||
<Frame plain={true}>
|
||||
<CardGrid>
|
||||
<Card icon="mdi:server-network" title="Easy to host">
|
||||
Can be easily hosted on any static website host.
|
||||
</Card>
|
||||
<Card icon="material-symbols:hangout-video-off" title="No Ads">
|
||||
sudo-flix will never show ads, enjoy watching without interruptions.
|
||||
</Card>
|
||||
|
|
@ -67,6 +65,7 @@ export default function LandingPage() {
|
|||
a native app.
|
||||
</Card>
|
||||
</CardGrid>
|
||||
</Frame>
|
||||
</GuiderLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue