Skip to content

Commit 07f00e2

Browse files
implement feed, placeholder for future implementations
1 parent 009bef4 commit 07f00e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
import Feed from '@/components/feed/Feed'
12
import Footer from '@/components/footer/Footer'
23
import Navigation from '@/components/navigation/Navigation'
34

45
export default function Home() {
56
return (
67
<div className="min-h-svh flex flex-col items-center justify-start bg-gradient-to-b from-stone-700 to-stone-800">
78
<Navigation />
9+
<p>Hero Section</p>
10+
<p>Carousel with Top 10 Posts</p>
11+
<Feed />
812
<Footer />
913
</div>
1014
)

0 commit comments

Comments
 (0)