diff --git a/src/pages/Home/LandingPage.jsx b/src/pages/Home/LandingPage.jsx index 04b09825..1d441312 100644 --- a/src/pages/Home/LandingPage.jsx +++ b/src/pages/Home/LandingPage.jsx @@ -13,44 +13,7 @@ import "swiper/css/navigation"; import SwaperSlideContent from "./SwaperSlideContent"; import SwaperBlogContent from "./SwaperBlogContent"; -const slides = [ - { - ImageUrl: "/assets/img/app/dashboard-light-01.png", - Title: "Project & Task Management", - Body: "Plan, assign, and track projects and tasks seamlessly for better team collaboration.", - }, - { - ImageUrl: "/assets/img/app/dashboard-light-02.png", - Title: "Attendance & Leave Tracking", - Body: "Monitor employee attendance and manage leave requests with ease.", - }, - { - ImageUrl: "/assets/img/app/dashboard-light-04.png", - Title: "Role-based Permissions", - Body: "Securely control access with customizable roles and permissions.", - }, - { - ImageUrl: "/assets/img/app/dashboard-light-05.png", - Title: "Expense & Budget Tracking", - Body: "Keep projects on budget with real-time expense and cost management.", - ContentAlign: "left", - }, - { - ImageUrl: "/assets/img/app/dashboard-light-06.png", - Title: "Reporting & Analytics", - Body: "Gain actionable insights through powerful reports and analytics dashboards.", - }, - { - ImageUrl: "/assets/img/app/dashboard-light-07.png", - Title: "Document Management", - Body: "Organize, share, and access all your project and employee documents in one place.", - }, - { - ImageUrl: "/assets/img/app/dashboard-light-08.png", - Title: "Inventory Management", - Body: "Track materials, supplies, and assets — never run short again.", - }, -]; + const swiperConfig = { spaceBetween: 30, @@ -219,7 +182,7 @@ const LandingPage = () => { -
@@ -328,7 +356,7 @@ const LandingPage = () => {
@@ -1098,7 +1126,7 @@ const LandingPage = () => {
{/* CTA: Start */}
{
Let's work
@@ -1352,7 +1380,7 @@ const LandingPage = () => {