1 parent e8da0c5 commit 2b70fddCopy full SHA for 2b70fdd
1 file changed
app/page.tsx
@@ -54,7 +54,7 @@ export default async function HomePage() {
54
<div className="flex flex-col">
55
{featuredItems.length > 0 && <Hero items={featuredItems} />}
56
57
- <div className="-mt-20 relative z-10 flex flex-col gap-10 pb-16 max-w-7xl mx-auto w-full">
+ <div className="-mt-12 relative z-10 flex flex-col gap-10 pb-16 max-w-7xl mx-auto w-full">
58
<Carousel title="Trending Movies" items={trending.map(movieToMedia)} priority />
59
<Carousel title="Trending TV Shows" items={trendingTV.map(tvToMedia)} />
60
<Carousel title="Popular Movies" items={popular.map(movieToMedia)} />
0 commit comments