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