This commit is contained in:
MacRimi
2025-02-19 00:03:07 +01:00
parent 19ab83d3f5
commit a7f2125713

View File

@@ -1,16 +0,0 @@
import Hero from "@/components/hero"
import Resources from "@/components/resources"
import SupportProject from "@/components/support-project"
import Footer from "@/components/footer"
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 />
<Footer />
</div>
)
}