diff --git a/src/pages/Home/LandingPage.css b/src/pages/Home/LandingPage.css index c2a23cf9..365b22e4 100644 --- a/src/pages/Home/LandingPage.css +++ b/src/pages/Home/LandingPage.css @@ -1,6 +1,10 @@ .section-py { padding: 6.25rem 0; } + +.section-py .heading { + font-size: 1.625rem; +} @media (max-width: 1199.98px) { .section-py { padding: 4rem 0; @@ -303,10 +307,10 @@ nav.layout-navbar.navbar-active::after { opacity: 1; } .landing-footer .footer-top { - padding-top: 3.3rem; - padding-bottom: 2.3rem; - border-top-left-radius: 3.75rem; - border-top-right-radius: 3.75rem; + padding-top: 1.3rem; + padding-bottom: 1.3rem; + border-top-left-radius: 1.75rem; + border-top-right-radius: 1.75rem; } @media (max-width: 767.98px) { .landing-footer .footer-top { @@ -635,7 +639,6 @@ nav.layout-navbar.navbar-active::after { .swiper-slide { text-align: center; font-size: 18px; - background: #444; /* Center slide text vertically */ display: flex; diff --git a/src/pages/Home/LandingPage.jsx b/src/pages/Home/LandingPage.jsx index 252a1fa6..fd099c59 100644 --- a/src/pages/Home/LandingPage.jsx +++ b/src/pages/Home/LandingPage.jsx @@ -1,4 +1,6 @@ import { noop } from "@tanstack/react-query"; +import React, { useEffect, useMemo, useState } from "react"; + import "./LandingPage.css"; import { Link } from "react-router-dom"; @@ -9,8 +11,10 @@ import { EffectFlip, Autoplay, Pagination, Navigation } from "swiper/modules"; import "swiper/css"; import "swiper/css/navigation"; import SwaperSlideContent from "./SwaperSlideContent"; +import SwaperBlogContent from "./SwaperBlogContent"; const LandingPage = () => { + const [swiperRef, setSwiperRef] = useState(null); return (
@@ -264,7 +256,9 @@ const LandingPage = () => {
- Useful Features + + Useful Features +

@@ -405,91 +399,86 @@ const LandingPage = () => {

{/* Useful features: End */} - {/* Our great team: Start */} -