-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [sc-25927] Update ENS Referral Program Landing Page for DevCon (#…
…463) * update referral program copys * remove unused import * update copys * fix button placement on mobile * update domain edulennert * update NH Labs banner * fix healine banner link * fix "review v1 temp check" button spacing problem - text too big * fix DevCon date * fix date and banner height * Update page.tsx --------- Co-authored-by: lightwalker.eth <[email protected]>
- Loading branch information
1 parent
b46357f
commit 4bbd544
Showing
15 changed files
with
86 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 13 additions & 12 deletions
25
apps/namehashlabs.org/components/1 - atoms/headline-banner.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
import { MegaphoneIcon } from "@heroicons/react/24/outline"; | ||
import { CalendarButton } from "@namehash/internal"; | ||
import { Link } from "@namehash/namekit-react"; | ||
|
||
export const HeadlineBanner = () => { | ||
return ( | ||
<div className="px-5 text-white justify-center items-center w-full bg-[#3B0D48] space-x-4 py-4 text-sm relative z-20 flex"> | ||
<div className="px-5 text-white justify-center items-center sm:h-[44px] w-full bg-[#3B0D48] space-x-4 py-4 text-sm relative z-20 flex"> | ||
<div className="flex space-x-3 items-center"> | ||
<MegaphoneIcon className="flex shrink-0 w-6 h-6 opacity-50 -mr-1" /> | ||
<p className="pr-16 sm:pr-0"> | ||
Track our progress as an ENS Service Provider | ||
</p> | ||
<p className=" sm:pr-0">Meet us at DevCon in Bangkok 11-13 Nov 2024</p> | ||
</div> | ||
<Link | ||
target="_blank" | ||
href="https://x.com/NamehashLabs" | ||
variant="underline" | ||
size="small" | ||
|
||
<CalendarButton | ||
className="flex items-center" | ||
asChild | ||
variant="ghost" | ||
link="namehashlabs/namehashlabs" | ||
> | ||
<span className="hidden sm:block">Follow us on Twitter</span> | ||
<span className="block sm:hidden w-max">Follow us</span> | ||
</Link> | ||
<Link target="_blank" variant="underline" size="small"> | ||
Book a meeting | ||
</Link> | ||
</CalendarButton> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters