first commit
This commit is contained in:
11
app/page.tsx
Normal file
11
app/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import BlogHero from "@/components/blog-hero";
|
||||
import BlogContent from "@/components/blog-content";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="bg-zinc-50 font-sans dark:bg-black">
|
||||
<BlogHero />
|
||||
<BlogContent />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user