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
1 changed files with 39 additions and 40 deletions

View File

@ -27,46 +27,45 @@ export default function LandingPage() {
</Button> </Button>
</Hero.Actions> </Hero.Actions>
</Hero> </Hero>
<CardGrid> <Frame plain={true}>
<Card icon="mdi:server-network" title="Easy to host"> <CardGrid>
Can be easily hosted on any static website host. <Card icon="material-symbols:hangout-video-off" title="No Ads">
</Card> sudo-flix will never show ads, enjoy watching without interruptions.
<Card icon="material-symbols:hangout-video-off" title="No Ads"> </Card>
sudo-flix will never show ads, enjoy watching without interruptions. <Card icon="ic:baseline-ondemand-video" title="Custom Player">
</Card> Enjoy a fully custom video player including streaming integration,
<Card icon="ic:baseline-ondemand-video" title="Custom Player"> subtitle customization and easy TV season navigation.
Enjoy a fully custom video player including streaming integration, </Card>
subtitle customization and easy TV season navigation. <Card icon="mdi:content-save" title="Saves your progress">
</Card> Will remember your progress in movies and TV shows, so you can easily
<Card icon="mdi:content-save" title="Saves your progress"> continue where you left off.
Will remember your progress in movies and TV shows, so you can easily </Card>
continue where you left off. <Card icon="mdi:bookmark" title="Bookmarking">
</Card> Allows you to bookmark your favorite movies and TV shows, so you can
<Card icon="mdi:bookmark" title="Bookmarking"> easily find them again.
Allows you to bookmark your favorite movies and TV shows, so you can </Card>
easily find them again. <Card icon="mdi:cloud-refresh" title="Syncing across devices">
</Card> Enjoy uninterrupted streaming as your progress, proxies, and bookmarks
<Card icon="mdi:cloud-refresh" title="Syncing across devices"> sync effortlessly across all your devices.
Enjoy uninterrupted streaming as your progress, proxies, and bookmarks </Card>
sync effortlessly across all your devices. <Card icon="mdi:power-plug-outline" title="Modular by design">
</Card> Mix and match different parts of the sudo-flix service, host your
<Card icon="mdi:power-plug-outline" title="Modular by design"> backend or use ours, it&apos;ll work either way.
Mix and match different parts of the sudo-flix service, host your </Card>
backend or use ours, it&apos;ll work either way. <Card icon="mdi:flag" title="Multiple Languages">
</Card> Supports over 25 languages, including English, German, French,
<Card icon="mdi:flag" title="Multiple Languages"> Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more.
Supports over 25 languages, including English, German, French, </Card>
Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more. <Card icon="mdi:brush-variant" title="Customizable">
</Card> Supports various themes, subtitle colors and subtitle sizes so you can
<Card icon="mdi:brush-variant" title="Customizable"> make it look however you want.
Supports various themes, subtitle colors and subtitle sizes so you can </Card>
make it look however you want. <Card icon="mdi:cellphone" title="Progressive Web App Support">
</Card> Supports PWA, so you can install it on your phone and use it just like
<Card icon="mdi:cellphone" title="Progressive Web App Support"> a native app.
Supports PWA, so you can install it on your phone and use it just like </Card>
a native app. </CardGrid>
</Card> </Frame>
</CardGrid>
</GuiderLayout> </GuiderLayout>
); );
} }