import TopPage from "@/components/page/top";
export default function Page() {
return (
<section className="bg-gray-950 h-screen">
<TopPage />
<div className="container mx-auto px-4 py-10">
<h1 className="text-2xl font-bold mb-5">HEADING</h1>
<p>Content</p>
</div>
</section>
);
}
-
Notifications
You must be signed in to change notification settings - Fork 2
License
OnThePixel-net/Website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published