This commit is contained in:
MacRimi 2025-02-19 00:22:48 +01:00
parent afb54cfb5b
commit 0d26e3693f

View File

@ -1,15 +0,0 @@
import Hero from "@/components/hero"
import Resources from "@/components/resources"
import SupportProject from "@/components/support-project"
export default function Home() {
return (
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-gray-800 text-white pt-16">
<Hero />
<Resources />
<SupportProject />
</div>
)
}