mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 08:03:28 +00:00
Fix linting
This commit is contained in:
@@ -8,11 +8,12 @@ import {
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<GuiderLayout meta={{ layout: 'page' }} >
|
||||
<GuiderLayout meta={{ layout: 'page' }}>
|
||||
<Hero>
|
||||
<Hero.Title>movie-web</Hero.Title>
|
||||
<Hero.Subtitle>
|
||||
A simple and no-BS app for watching movies and TV shows. Totally free and open source, forever.
|
||||
A simple and no-BS app for watching movies and TV shows. Totally free
|
||||
and open source, forever.
|
||||
</Hero.Subtitle>
|
||||
<Hero.Actions>
|
||||
<Button to="/self-hosting/hosting-intro">Get Started</Button>
|
||||
@@ -29,28 +30,36 @@ export default function LandingPage() {
|
||||
movie-web will never show ads, enjoy watching without interruptions.
|
||||
</Card>
|
||||
<Card icon="ic:baseline-ondemand-video" title="Custom Player">
|
||||
Enjoy a fully custom video player including streaming integration, subtitle customization and easy TV season navigation.
|
||||
Enjoy a fully custom video player including streaming integration,
|
||||
subtitle customization and easy TV season navigation.
|
||||
</Card>
|
||||
<Card icon="mdi:content-save" title="Saves your progress">
|
||||
Will remember your progress in movies and TV shows, so you can easily continue where you left off.
|
||||
Will remember your progress in movies and TV shows, so you can easily
|
||||
continue where you left off.
|
||||
</Card>
|
||||
<Card icon="mdi:bookmark" title="Bookmarking">
|
||||
Allows you to bookmark your favorite movies and TV shows, so you can easily find them again.
|
||||
Allows you to bookmark your favorite movies and TV shows, so you can
|
||||
easily find them again.
|
||||
</Card>
|
||||
<Card icon="mdi:cloud-refresh" title="Syncing across devices">
|
||||
Enjoy uninterrupted streaming as your progress, proxies, and bookmarks sync effortlessly across all your devices.
|
||||
Enjoy uninterrupted streaming as your progress, proxies, and bookmarks
|
||||
sync effortlessly across all your devices.
|
||||
</Card>
|
||||
<Card icon="mdi:power-plug-outline" title="Modular by design">
|
||||
Mix and match different parts of the movie-web service, [host your backend](4.backend/1.deploy.md) or use ours, it'll work either way.
|
||||
Mix and match different parts of the movie-web service, host your
|
||||
backend or use ours, it'll work either way.
|
||||
</Card>
|
||||
<Card icon="mdi:flag" title="Multiple Languages">
|
||||
Supports over 25 languages, including English, German, French, Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more.
|
||||
Supports over 25 languages, including English, German, French,
|
||||
Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more.
|
||||
</Card>
|
||||
<Card icon="mdi:brush-variant" title="Customizable">
|
||||
Supports various themes, subtitle colors and subtitle sizes so you can make it look however you want.
|
||||
Supports various themes, subtitle colors and subtitle sizes so you can
|
||||
make it look however you want.
|
||||
</Card>
|
||||
<Card icon="mdi:cellphone" title="Progressive Web App Support">
|
||||
Supports PWA, so you can install it on your phone and use it just like a native app.
|
||||
Supports PWA, so you can install it on your phone and use it just like
|
||||
a native app.
|
||||
</Card>
|
||||
</CardGrid>
|
||||
</GuiderLayout>
|
||||
|
Reference in New Issue
Block a user