Skip to content

Commit

Permalink
chore: remove redundant get-stamping outside of homegetstamping island
Browse files Browse the repository at this point in the history
  • Loading branch information
reinamora137 committed Sep 12, 2024
1 parent b677482 commit a71c246
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions islands/home/HomeStampPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,34 +78,6 @@ export function HomeStampPreview({
<div
className={"flex flex-col md:flex-row justify-between md:items-end gap-16 md:gap-32"}
>
<div>
<p
className={"font-light text-2xl md:text-5xl bg-clip-text text-transparent bg-gradient-to-r from-[#666666] to-[#999999] text-left"}
>
DEPLOY // MINT
</p>

<p className={"text-[#CCCCCC] text-2xl font-medium"}>
Lorem ipsum dolor sit amet, consectetur. Aenean diam libero,
faucibus ut sagittis at, rutrum nec eros. Donec sit amet blandit
arcu. Nullam ultrices a mauris non efficitur.
</p>
</div>

<div className={"flex gap-12 font-extrabold text-xl justify-center"}>
<a
href="#"
className={"border-2 border-[#999999] text-[#999999] w-[136px] h-[60px] flex justify-center items-center rounded-md"}
>
MINT
</a>
<a
href="#"
className={"bg-[#999999] text-black w-[136px] h-[60px] flex justify-center items-center rounded-md"}
>
DEPLOY
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a71c246

Please sign in to comment.