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>
</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>
);
}