Skip to content

Commit

Permalink
added app as cta on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
codingshot committed Jan 17, 2025
1 parent f04f28c commit 71838f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions landing-page/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,15 @@ export default function Home() {
))} */}
</div>

<div
<Link
href="https://app.curate.fun/"
target="_blank"
rel="noopener noreferrer"
id="cta-button"
className="text-xl bg-gray-400 text-white px-4 py-2 rounded cursor-not-allowed font-lodrina"
className="text-xl bg-black text-white px-4 py-2 rounded hover:bg-gray-800 font-lodrina"
>
DASHBOARD
</div>
</Link>
</nav>
</header>

Expand Down

0 comments on commit 71838f8

Please sign in to comment.