mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update
This commit is contained in:
parent
6799d0a95e
commit
19ab83d3f5
16
web/app/docs/main/page.tsx
Normal file
16
web/app/docs/main/page.tsx
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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>
|
||||||
|
)
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user