Skip to content

Commit

Permalink
make small changes to slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed Apr 27, 2024
1 parent 1a97c49 commit 55843b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ export default function LandingPage() {
return (
<GuiderLayout meta={{ layout: 'page' }}>
<Hero>
<div style={{ paddingBottom: '2em' }}>
<img src={logoUrl.src} alt="Logo of sudo-flix" />
<div style={{ paddingBottom: '0.7em' }}>
<Frame>
<img src={logoUrl.src} alt="Logo of sudo-flix" />
</Frame>
</div>
<Hero.Title>sudo-flix</Hero.Title>
<Hero.Subtitle>
A simple and no-BS app for watching movies and TV shows. Totally free
and open source, forever.
A cutesy app for watching your favorite movies and shows. Totally free
and open source, forever!
</Hero.Subtitle>
<Hero.Actions>
<Button to="/self-hosting/hosting-intro">Get Started</Button>
Expand Down

0 comments on commit 55843b2

Please sign in to comment.