diff --git a/src/pages/Home/LandingPage.css b/src/pages/Home/LandingPage.css index 26522e7d..09d0a51c 100644 --- a/src/pages/Home/LandingPage.css +++ b/src/pages/Home/LandingPage.css @@ -1,4 +1,10 @@ /* Custom Styles */ +.custom-navbar { + background: #efefef; + transition: all 0.3s ease; + padding: 1rem 0; +} + .carousel-item { height: 100vh; min-height: 500px; diff --git a/src/pages/Home/LandingPage.jsx b/src/pages/Home/LandingPage.jsx index d8eec31b..26dec7e1 100644 --- a/src/pages/Home/LandingPage.jsx +++ b/src/pages/Home/LandingPage.jsx @@ -1,6 +1,7 @@ import "swiper/css"; import "./LandingPage.css"; +import React, { useEffect } from "react"; import DashboardImage from "/img/hero/bg-01.jpg"; import { Swiper, SwiperSlide } from "swiper/react"; import { EffectFlip, Autoplay, Pagination, Navigation } from "swiper/modules"; @@ -9,13 +10,10 @@ import SwaperSlideImages from "./SwaperSlideImages"; const LandingPage = () => { return ( <> -