❇️V2
This commit is contained in:
8
app/pages/home.tsx
Normal file
8
app/pages/home.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div className="h-screen flex flex-col justify-center items-center">
|
||||
<h1 className="text-red-700 text-9xl">AINDUSTRIES</h1>
|
||||
<h3 className="text-gray-500 text-4xl">Coming soon...</h3>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user