Skip to content

Commit

Permalink
added link to my newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 5, 2023
1 parent 70410d2 commit 8a7acc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ const Home: NextPage = () => {
</Head>
<Header />
<main className="flex flex-1 w-full flex-col items-center justify-center text-center px-4 mt-4 sm:mb-0 mb-8">
<a
href="https://dub.sh/hassan-newsletter"
target="_blank"
rel="noreferrer"
className="border border-gray-700 rounded-2xl py-2 px-4 text-gray-400 text-sm my-6 duration-300 ease-in-out hover:text-gray-300 transition"
>
<span className="font-semibold">Subscribe to my newsletter</span> to
learn how I built roomGPT
</a>
<h1 className="mx-auto max-w-4xl font-display text-4xl font-bold tracking-normal text-slate-100 sm:text-6xl mb-5">
Generate your <span className="text-blue-600">dream</span> room
</h1>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Home: NextPage = () => {
href="https://vercel.fyi/roomGPT"
target="_blank"
rel="noreferrer"
className="border border-gray-700 rounded-lg py-2 px-4 text-gray-400 text-sm mb-5 transition duration-300 ease-in-out"
className="border border-gray-700 rounded-lg py-2 px-4 text-gray-400 text-sm mb-5 transition duration-300 ease-in-out hover:text-gray-300"
>
Clone and deploy your own with{" "}
<span className="text-blue-600">Vercel</span>
Expand Down

0 comments on commit 8a7acc4

Please sign in to comment.