place cards in a box lol

This commit is contained in:
Captain Jack Sparrow 2024-04-26 19:49:37 +00:00
parent d7154c86a7
commit 6914e6f22f

View file

@ -27,10 +27,8 @@ export default function LandingPage() {
</Button> </Button>
</Hero.Actions> </Hero.Actions>
</Hero> </Hero>
<Frame plain={true}>
<CardGrid> <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"> <Card icon="material-symbols:hangout-video-off" title="No Ads">
sudo-flix will never show ads, enjoy watching without interruptions. sudo-flix will never show ads, enjoy watching without interruptions.
</Card> </Card>
@ -67,6 +65,7 @@ export default function LandingPage() {
a native app. a native app.
</Card> </Card>
</CardGrid> </CardGrid>
</Frame>
</GuiderLayout> </GuiderLayout>
); );
} }