Add blog CMS with tracked public posts
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
import { useProfile } from "../context/ProfileContext";
|
||||
import { Navbar } from "../components/Navbar";
|
||||
import { Hero } from "../sections/Hero";
|
||||
import { Stats } from "../sections/Stats";
|
||||
import { TopBlogs } from "../sections/TopBlogs";
|
||||
import { WorkExperience } from "../sections/WorkExperience";
|
||||
import { FeaturedProjects } from "../sections/FeaturedProjects";
|
||||
import { Luna } from "../sections/Luna";
|
||||
@@ -19,7 +19,7 @@ export default function Home() {
|
||||
<Navbar />
|
||||
<div className="space-y-20 pb-16 pt-28 sm:space-y-24 sm:pb-20 sm:pt-32">
|
||||
<Hero />
|
||||
<Stats />
|
||||
<TopBlogs />
|
||||
<WorkExperience experiences={experiences} />
|
||||
<FeaturedProjects />
|
||||
<Luna />
|
||||
|
||||
Reference in New Issue
Block a user