Skip to content

Commit 55f2264

Browse files
authored
Update page.tsx
1 parent 9e34ae7 commit 55f2264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default async function HomePage() {
5656
<div className="flex flex-col">
5757
{featuredItems.length > 0 && <Hero items={featuredItems} />}
5858

59-
<div className="-mt-20 relative z-10 flex flex-col gap-10 pb-16 max-w-7xl mx-auto w-full">
59+
<div className="-mt-16 relative z-10 flex flex-col gap-10 pb-16 max-w-7xl mx-auto w-full">
6060
<Carousel title="Trending Movies" items={trending.map(movieToMedia)} priority />
6161
<Carousel title="Trending TV Shows" items={trendingTV.map(tvToMedia)} />
6262
<Carousel title="Popular Movies" items={popular.map(movieToMedia)} />

0 commit comments

Comments
 (0)