Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit f5b4152

Browse files
committed
arnode
1 parent 0fc7ac0 commit f5b4152

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/assets/arnode.png

450 KB
Loading

src/pages/index.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import apmcli from "@/assets/apmcli.png";
1515
import codecell from "@/assets/codecell.png";
1616
import logo from "@/assets/logo.png";
1717
import mirror from "@/assets/mirror.png";
18-
import logoFull from "@/assets/logo-full.png";
18+
import arnode from "@/assets/arnode.png";
1919

2020

2121
type TProduct = {
@@ -34,6 +34,13 @@ const products: TProduct[] = [
3434
image: ide,
3535
link: "https://ide.betteridea.dev"
3636
},
37+
{
38+
heading: "ArNode",
39+
title: "High performance arweave gateway",
40+
description: "with great gateways come great decentralisation",
41+
image: arnode,
42+
link: "https://arnode.asia"
43+
},
3744
{
3845
heading: "AO Package Manager",
3946
title: "Package Manager for AO",
@@ -120,7 +127,7 @@ export default function Home() {
120127
<div className="flex flex-col gap-4 items-center font-serif-display text-4xl md:text-6xl">
121128
<div>Build the future on <i>AO</i></div>
122129
<div className="flex items-center gap-5">w/ <span className="text-primary text-5xl md:text-7xl">BetterIDEa</span></div>
123-
<Link href="/bounties" className="text-xl mt-5 hover:bg-primary/50 rounded-full p-2 px-8 font-sans">Checkout Bounties</Link>
130+
{/* <Link href="/bounties" className="text-xl mt-5 hover:bg-primary/50 rounded-full p-2 px-8 font-sans">Checkout Bounties</Link> */}
124131
</div>
125132
</div>
126133
<Image src={pattern} alt="bg-grid" className="w-full h-[220px] object-bottom object-cover absolute bottom-0 -z-10 rotate-180" draggable={false} />
@@ -139,12 +146,13 @@ export default function Home() {
139146
<div className="min-h-[70vh] flex flex-col items-center justify-center">
140147
<div className="text-center text-4xl font-serif-display">The Team</div>
141148
<div className="mx-auto w-fit flex flex-col items-center my-5">
142-
<Image src="https://pbs.twimg.com/profile_images/1797158678032003072/kD_OsxAF_400x400.jpg" alt="Ankush" className="rounded-full border" width={120} height={120} draggable={false} />
149+
<Image src="https://pbs.twimg.com/profile_images/1874535694384926720/kSKTdDJ5_400x400.jpg" alt="Ankush" className="rounded-full border" width={120} height={120} draggable={false} />
143150
<div className="text-3xl flex items-center gap-2">Ankush</div>
144151
<div className="-mt-1 mb-1 text-muted-foreground flex items-center gap-2">Founder</div>
145152
<div className="font-serif-display flex items-center gap-2 my-2">
146153
<Link href="https://x.com/ankushKun_" target="_blank"><FaXTwitter size={20} /></Link>
147154
<Link href="https://linkedin.com/in/ankushKun" target="_blank"><FaLinkedin size={20} /></Link>
155+
<Link href="https://github.com/ankushKun" target="_blank"><FaGithub size={20} /></Link>
148156
</div>
149157
</div>
150158
</div>

0 commit comments

Comments
 (0)