|
|
|
@ -77,7 +77,7 @@ export default function Home() { |
|
|
|
<div className=" lg:min-w-screen lg:min-h-screen bg-linear-to-br from-left-gradient to-right-gradient"> |
|
|
|
<Navbar isSearchPage={false} /> |
|
|
|
|
|
|
|
<main className=" px-5 lg:px-36"> |
|
|
|
<main className="pt-[30px] px-5 lg:px-36"> |
|
|
|
|
|
|
|
{/* Recommendations section */} |
|
|
|
<Recommendations videos={recommendations} /> |
|
|
|
|