Skip to content

Commit b2d0d4f

Browse files
committed
Minor landing page style changes
1 parent 217f2d4 commit b2d0d4f

1 file changed

Lines changed: 20 additions & 13 deletions

File tree

src/app/page.tsx

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,31 +76,33 @@ function Hero() {
7676
</p>
7777

7878
<div className="button-group mt-9 flex flex-wrap items-center gap-7">
79-
<a
80-
href="https://docs.l2api.dev/"
81-
className="btn-brutal btn-brutal-primary"
82-
>
83-
<Image
84-
src={`${ICON_BASE}/03_docs_book.png`}
79+
80+
<a href="https://explorer.l2api.dev/interlude" className="btn-brutal btn-brutal-primary">
81+
{/* <Image
82+
src={`${ICON_BASE}/04_knowledge_q_circle.png`}
8583
width={20}
8684
height={20}
8785
alt=""
8886
style={pixel}
8987
unoptimized
90-
/>
91-
Docs
88+
/> */}
89+
Try the API Demo
9290
</a>
93-
<a href="https://explorer.l2api.dev/interlude" className="btn-brutal btn-brutal-secondary">
94-
{/* <Image
95-
src={`${ICON_BASE}/04_knowledge_q_circle.png`}
91+
<a
92+
href="https://docs.l2api.dev/"
93+
className="btn-brutal btn-brutal-secondary"
94+
>
95+
Docs
96+
{/* <Image
97+
src={`${ICON_BASE}/03_docs_book.png`}
9698
width={20}
9799
height={20}
98100
alt=""
99101
style={pixel}
100102
unoptimized
101103
/> */}
102-
Explore the data
103104
</a>
105+
104106
{/* <a
105107
href="#download"
106108
className="inline-flex items-center gap-2.5 text-[15px] font-extrabold uppercase tracking-[0.1em] text-[var(--ink)]"
@@ -116,6 +118,10 @@ function Hero() {
116118
<span className="link-download">Download Datapack</span>
117119
</a> */}
118120
</div>
121+
122+
{/* <p className="mt-3 text-sm text-[var(--muted)]">
123+
Explore the API Demo
124+
</p> */}
119125
</div>
120126

121127
<div className="w-full md:w-[515px]">
@@ -281,12 +287,13 @@ function Disclaimer() {
281287
href="https://tsapko.me/"
282288
target="_blank"
283289
rel="noopener noreferrer"
290+
style={{ color: "black" }}
284291
>
285292
cuteshaun
286293
</a>
287294
</p>
288295

289-
<p>Not affiliated with NCSoft</p>
296+
<p className="text-[10px]">Not affiliated with NCSoft</p>
290297
</div>
291298
</footer>
292299
);

0 commit comments

Comments
 (0)