Switched to Next.Js

This commit is contained in:
Space-Banane
2026-03-14 13:48:16 +01:00
parent e60da1905c
commit b473840ed9
49 changed files with 3355 additions and 1588 deletions

View File

@@ -1,3 +1,5 @@
"use client";
export function Hero({
glowColor,
borderStatus,
@@ -18,7 +20,7 @@ export function Hero({
oldUsernames: string[];
}) {
return (
<section className="flex flex-col items-center text-center space-y-8 animate-fade-in">
<section className="mt-20 flex flex-col items-center text-center space-y-8 animate-fade-in">
<div className="relative group">
<div
className={`absolute -inset-1 rounded-full blur opacity-75 transition duration-500`}