Switched to Next.Js
This commit is contained in:
@@ -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`}
|
||||
|
||||
Reference in New Issue
Block a user