make small changes to slogan

This commit is contained in:
Captain Jack Sparrow 2024-04-27 13:49:46 +00:00
parent 1a97c4994e
commit 55843b2ea4
1 changed files with 6 additions and 4 deletions

View File

@ -12,13 +12,15 @@ export default function LandingPage() {
return ( return (
<GuiderLayout meta={{ layout: 'page' }}> <GuiderLayout meta={{ layout: 'page' }}>
<Hero> <Hero>
<div style={{ paddingBottom: '2em' }}> <div style={{ paddingBottom: '0.7em' }}>
<Frame>
<img src={logoUrl.src} alt="Logo of sudo-flix" /> <img src={logoUrl.src} alt="Logo of sudo-flix" />
</Frame>
</div> </div>
<Hero.Title>sudo-flix</Hero.Title> <Hero.Title>sudo-flix</Hero.Title>
<Hero.Subtitle> <Hero.Subtitle>
A simple and no-BS app for watching movies and TV shows. Totally free A cutesy app for watching your favorite movies and shows. Totally free
and open source, forever. and open source, forever!
</Hero.Subtitle> </Hero.Subtitle>
<Hero.Actions> <Hero.Actions>
<Button to="/self-hosting/hosting-intro">Get Started</Button> <Button to="/self-hosting/hosting-intro">Get Started</Button>