new
This commit is contained in:
10
app/page.tsx
Normal file
10
app/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Banner, Statistics } from "@/components/pages/home";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="bg-slate-950 mb-50">
|
||||
<Banner />
|
||||
<Statistics />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user