Skip to content

Commit e012e02

Browse files
committed
feat: add footer
1 parent 5a8c9bd commit e012e02

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

app/page.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class MyPlugin(Plugin):
186186
</div>
187187
</section>
188188
<section id="showcase" className="py-14">
189-
<div className="flex flex-col w-full max-w-full gap-4 py-1 px-7 md:px-10 md:mx-auto">
189+
<div className="flex flex-col w-full max-w-5xl gap-4 py-1 px-7 md:px-10 md:mx-auto">
190190
<h2 className="mb-2 text-center text-5xl font-bold leading-[1.2] tracking-tighter text-foreground">
191191
Nukkit ➡️ Endstone
192192
</h2>
@@ -209,8 +209,8 @@ class MyPlugin(Plugin):
209209
</div>
210210
</div>
211211
</section>
212-
<section id="faq" className="pt-4">
213-
<div className="flex flex-col w-full max-w-full gap-4 py-1 px-7 md:px-10 md:mx-auto">
212+
<section id="faq" className="py-4">
213+
<div className="flex flex-col w-full max-w-3xl gap-4 py-1 px-7 md:px-10 md:mx-auto">
214214
<h2 className="mb-2 text-center text-5xl font-bold leading-[1.2] tracking-tighter text-foreground">
215215
Frequently Asked Question
216216
</h2>
@@ -228,6 +228,14 @@ class MyPlugin(Plugin):
228228
</Accordion>
229229
</div>
230230
</section>
231+
<section className="py-8">
232+
<div
233+
className="flex flex-col w-full max-w-3xl gap-4 py-1 px-7 md:px-10 md:mx-auto">
234+
<span className="text-muted-foreground text-sm">
235+
&copy; 2025 Nukkit. All rights reserved.
236+
</span>
237+
</div>
238+
</section>
231239
</div>
232240
);
233241
}

0 commit comments

Comments
 (0)