Skip to content

Commit

Permalink
Merge pull request #124 from skyhitz/master
Browse files Browse the repository at this point in the history
Update copy
  • Loading branch information
alejomendoza authored Dec 26, 2023
2 parents 1ac76c2 + 43e3df1 commit 97a5f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/next/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function MyApp({ Component, pageProps }: SolitoAppProps) {
/>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000" />
<title>Skyhitz - Music NFTs on Stellar</title>
<title>Skyhitz - Join the future of music ownership</title>
<link rel="canonical" href="https://skyhitz.io" />
<link rel="icon" href="/icon.png" />
</Head>
Expand Down
8 changes: 5 additions & 3 deletions packages/app/features/home/screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export function HomeScreen() {
<Navbar />
<View className="mx-auto text-center flex-1 max-w-xs mt-6 sm:max-w-xl sm:mt-10">
<H1 className="mt-4 text-center font-raleway text-4xl sm:text-6xl sm:leading-tight">
Music NFTs on Stellar
Join the future of music ownership
</H1>
<P className="mx-auto text-center mb-9 max-w-lg font-raleway font-semibold tracking-0.5 text-sm leading-6 mt-9 sm:text-lg sm:mt-8">
Upload, buy or sell music NFTs on the Stellar Network. Join a
community of beatmakers!
The ultimate destination for music fans, collectors, and creators to
experience a new way to experience music. We are a blockchain-powered
platform that enables music enthusiasts to discover and collect unique
creations through a decentralized framework.
</P>
<View className="android:w-60 ios:w-60 mx-auto">
{!!user && (
Expand Down

1 comment on commit 97a5f48

@vercel
Copy link

@vercel vercel bot commented on 97a5f48 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

skyhitz-expo-next – ./

skyhitz-expo-next-git-prod-skyhitzio.vercel.app
skyhitz-expo-next-skyhitzio.vercel.app
skyhitz.io

Please sign in to comment.