Skip to content

Commit

Permalink
landing page tweaks (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ispapa authored Nov 21, 2024
1 parent 610680e commit 3a02b18
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions apps/web/app/(pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Home() {
flipX
flipY
reverseLayout
title="Music Makers"
title="Musicians"
button="SEND US YOUR MUSIC"
/>
<ProjectGallery />
Expand All @@ -29,11 +29,16 @@ const Splash = () => {
width={789}
height={0}
alt="good-dog-logo"
style={{ margin: "auto", display: "block", marginBottom: "2.5rem" }}
style={{ margin: "auto", display: "block", marginBottom: "1.5rem" }}
/>
<div className="m-auto w-fit font-righteous font-semibold text-good-dog-violet">

<div className="font-regular m-auto mb-6 w-fit font-righteous text-2xl text-good-dog-celadon">
"Connecting Creatives"
</div>

<div className="font-regular m-auto w-fit font-righteous text-good-dog-violet">
<a href="/submit">
<div className="rounded-full bg-good-dog-celadon px-4 py-1">
<div className="rounded-full bg-good-dog-celadon px-6 py-2 text-5xl">
SUBMIT A BRIEF
</div>
</a>
Expand Down

0 comments on commit 3a02b18

Please sign in to comment.