Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stella authored Sep 13, 2024
1 parent 4012b02 commit af8b355
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ export default function Home() {
<div className="flex gap-4 items-center flex-col sm:flex-row">
<a
className="rounded-full border border-solid border-transparent transition-colors flex items-center justify-center bg-foreground text-background gap-2 hover:bg-[#383838] dark:hover:bg-[#ccc] text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5"
href="https://vercel.com/new?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
href="https://app.unbnd.net"
target="_blank"
rel="noopener noreferrer"
>
<Image
className="dark:invert"
src="https://i.ibb.co/jLdJpYJ/2642038374.png"
src="https://nextjs.org/icons/globe.svg"
alt="Twitter logomark"
width={20}
height={20}
/>
Our Twitter
Open le app
</a>
<a
className="rounded-full border border-solid border-black/[.08] dark:border-white/[.145] transition-colors flex items-center justify-center hover:bg-[#f2f2f2] dark:hover:bg-[#1a1a1a] hover:border-transparent text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 sm:min-w-44"
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
href="https://https://discord.gg/geometrical-designs-929350597386338364"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -67,7 +67,7 @@ export default function Home() {
</a>
<a
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
href="https://vercel.com/templates?framework=next.js&utm_source=create-next-app&utm_medium=appdir-template-tw&utm_campaign=create-next-app"
href="https://unbnd.twingate.com"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -78,11 +78,11 @@ export default function Home() {
width={16}
height={16}
/>
Examples
Staff Portal
</a>
<a
className="flex items-center gap-2 hover:underline hover:underline-offset-4"
href="https://app.unbnd.net"
href="https://x.com/useunbnd"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -93,7 +93,7 @@ export default function Home() {
width={16}
height={16}
/>
Open the app
Twitter
</a>
</footer>
</div>
Expand Down

0 comments on commit af8b355

Please sign in to comment.