From 71b2bb21301d78aabc0bfccad8421c5aadfa213f Mon Sep 17 00:00:00 2001 From: Shovon Date: Sun, 21 Sep 2025 00:42:51 +0600 Subject: [PATCH] Add carousel to featured movies on landing page Implemented a carousel for the featured movies section on the landing page, allowing users to navigate between multiple trending movies with auto-advance, manual controls, and indicator dots. Also updated the Navbar logo image source. --- frontend/src/components/Navbar.jsx | 2 +- frontend/src/pages/Landing.jsx | 80 ++++++++++++++++++++++++------ 2 files changed, 65 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index bdaf721..5a796ca 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -56,7 +56,7 @@ const Navbar = () => { <>