import { noop } from "@tanstack/react-query"; import React, { useEffect, useMemo, useState } from "react"; import "./LandingPage.css"; import { Link } from "react-router-dom"; import { Swiper, SwiperSlide } from "swiper/react"; // import required modules import { EffectFlip, Autoplay, Pagination, Navigation } from "swiper/modules"; // Import Swiper styles import "swiper/css"; import "swiper/css/navigation"; import SwaperSlideContent from "./SwaperSlideContent"; import SwaperBlogContent from "./SwaperBlogContent"; import SubscriptionPlans from "./SubscriptionPlans"; const swiperConfig = { spaceBetween: 30, centeredSlides: true, rewind: true, autoplay: { delay: 3500, disableOnInteraction: false, }, pagination: { clickable: true, }, keyboard: { enabled: true, }, navigation: false, modules: [EffectFlip, Autoplay, Pagination, Navigation], className: "mySwiper", }; const LandingPage = () => { const [swiperRef, setSwiperRef] = useState(null); return (
{/* Navbar: End */} {/* Sections:Start */}
{/* Hero: Start */}

All-in-one platform to manage projects, people, and resources seamlessly.

{/*

Production-ready & easy to use Admin Template
for Reliability and Customizability.

*/}
{}} onSwiper={(swiper) => {}} >
{/* Hero: End */} {/* Useful features: Start */}
Useful Features

From tasks to teams, documents to inventory — {/* laptop charging */} everything your business needs in one place.

All-in-one platform to manage projects, people, and resources seamlessly.

laptop charging
Project & Task Management

Plan, assign, and track projects and tasks seamlessly for better team collaboration.

transition up
Attendance & Leave Tracking

Monitor employee attendance and manage leave requests with ease.

edit
Role-based Permissions

Securely control access with customizable roles and permissions.

3d select solid
Expense & Budget Tracking

Keep projects on budget with real-time expense and cost management.

user
Reporting & Analytics

Gain actionable insights through powerful reports and analytics dashboards.

keyboard
Document Management

Organize, share, and access all your project and employee documents in one place.

keyboard
Service Provider & Subcontractor Tracking

Manage multiple service providers and subcontractors efficiently within projects.

{" "}
keyboard
Inventory Management

Track materials, supplies, and assets — never run short again.

{" "}
keyboard
Directory

Your team, suppliers, vendors organized and connected in one unified directory.

{" "}
{/* Useful features: End */} {/* */} {/* */} {/* Pricing plans: Start */}
Pricing Plans

Tailored pricing plans {/* laptop charging */} designed for you

No matter which plan you choose, you’ll get access to powerful features. Choose the best plan to fit your needs.

{/* */}
{/* Pricing plans: End */} {/* Fun facts: Start */}
laptop

7.1k+

Support Tickets
Resolved

laptop

50k+

Join creatives
community

laptop

4.8/5

Highly Rated
Products

laptop

100%

Money Back
Guarantee

{/* Fun facts: End */} {/* FAQ: Start */}
FAQ

Frequently Asked Questions {/* laptop charging */}

Browse through these FAQs to find answers to commonly asked questions.

faq boy with logos

A smart Project Management System designed to bring teams, tasks, and timelines together in one place. With AI-driven insights, role-based access, and seamless reporting, it empowers organizations to deliver projects faster and smarter.

Yes, you have full flexibility to manage your subscription. You can upgrade to a higher plan to unlock more features, downgrade to a smaller plan if your needs change, or cancel your subscription anytime. Plan changes take effect instantly, and billing adjustments are applied on a pro-rated basis.

Security is at the core of OnFieldWork.com. We use industry-standard encryption (SSL/TLS) to protect data in transit and advanced encryption to safeguard data at rest. Role-based access controls ensure that only authorized users can access sensitive information. Our system is hosted on secure, cloud-ready infrastructure with regular backups, monitoring, and compliance with best practices to keep your data safe and available at all times.

You can reach our support team anytime through the in-app help center, email, or live chat. We also provide a detailed knowledge base and FAQs to guide you through common queries. For personalized assistance, our support specialists are always ready to help you.

OnFieldWork.com operate under a proprietary license combined with a subscription model. This means customers don’t own the software but are granted the right to access and use it through the cloud under our Terms of Service. Depending on the plan, licensing may be based on users, features, or usage, and you can upgrade, downgrade, or cancel at any time. non!

Yes, OnFieldWork.com is designed to be flexible and adaptable. You can customize workflows, user roles, permissions, and reporting to match your organization’s unique processes. Depending on your plan, we also support advanced customization such as integrating with third-party tools, adding custom fields, and tailoring modules to fit your business requirements.
{" "}
{/* FAQ: End */} {/* CTA: Start */}
cta image
Contact US
hero elements
{" "}

Let's Work {/* laptop charging */} Together

Any question or remark? just write us a message

Ready to Get Started?
Start your project with a free trial
{/* Get Started {" "} */} Request a Demo
{/* CTA: End */} {/* Contact Us: Start */}
Contact US

Let's work laptop charging together

Any question or remark? just write us a message

Send a message

If you would like to discuss anything related to payment, account, licensing,
partnerships, or have pre-sales questions, you’re at the right place.

{/* Contact Us: End */}
{/* / Sections:End */} {/* Footer: Start */} {/* Footer: End */}
); }; export default LandingPage;