We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009bef4 commit 07f00e2Copy full SHA for 07f00e2
src/app/page.tsx
@@ -1,10 +1,14 @@
1
+import Feed from '@/components/feed/Feed'
2
import Footer from '@/components/footer/Footer'
3
import Navigation from '@/components/navigation/Navigation'
4
5
export default function Home() {
6
return (
7
<div className="min-h-svh flex flex-col items-center justify-start bg-gradient-to-b from-stone-700 to-stone-800">
8
<Navigation />
9
+ <p>Hero Section</p>
10
+ <p>Carousel with Top 10 Posts</p>
11
+ <Feed />
12
<Footer />
13
</div>
14
)
0 commit comments