From 6914e6f22fddd85b7f4500e12c266969eebd69a2 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:49:37 +0000 Subject: [PATCH] place cards in a box lol --- pages/index.tsx | 79 ++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 85deb48..bb33f14 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -27,46 +27,45 @@ export default function LandingPage() { - - - Can be easily hosted on any static website host. - - - sudo-flix will never show ads, enjoy watching without interruptions. - - - Enjoy a fully custom video player including streaming integration, - subtitle customization and easy TV season navigation. - - - Will remember your progress in movies and TV shows, so you can easily - continue where you left off. - - - Allows you to bookmark your favorite movies and TV shows, so you can - easily find them again. - - - Enjoy uninterrupted streaming as your progress, proxies, and bookmarks - sync effortlessly across all your devices. - - - Mix and match different parts of the sudo-flix service, host your - backend or use ours, it'll work either way. - - - Supports over 25 languages, including English, German, French, - Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more. - - - Supports various themes, subtitle colors and subtitle sizes so you can - make it look however you want. - - - Supports PWA, so you can install it on your phone and use it just like - a native app. - - + + + + sudo-flix will never show ads, enjoy watching without interruptions. + + + Enjoy a fully custom video player including streaming integration, + subtitle customization and easy TV season navigation. + + + Will remember your progress in movies and TV shows, so you can easily + continue where you left off. + + + Allows you to bookmark your favorite movies and TV shows, so you can + easily find them again. + + + Enjoy uninterrupted streaming as your progress, proxies, and bookmarks + sync effortlessly across all your devices. + + + Mix and match different parts of the sudo-flix service, host your + backend or use ours, it'll work either way. + + + Supports over 25 languages, including English, German, French, + Spanish, Italian, Czech, Hindi, Arabic, Hebrew and more. + + + Supports various themes, subtitle colors and subtitle sizes so you can + make it look however you want. + + + Supports PWA, so you can install it on your phone and use it just like + a native app. + + + ); }