import { Button } from "@/components/ui/button"; import { useNavigate } from "react-router-dom"; import { useAuth } from "@/lib/auth-context"; import { useEffect, useState } from "react"; import { ArrowRight, Check, BarChart3, Users, Calendar, Clock } from "lucide-react"; import { getVersionString } from "@/lib/version"; const LandingPage = () => { const navigate = useNavigate(); const { isAuthenticated } = useAuth(); const [isMobile, setIsMobile] = useState(false); useEffect(() => { const handleResize = () => { setIsMobile(window.innerWidth < 768); }; handleResize(); window.addEventListener('resize', handleResize); return () => { window.removeEventListener('resize', handleResize); }; }, []); const handleGetStarted = () => { if (isAuthenticated) { navigate("/tasks"); } else { navigate("/login"); } }; return (
Project Management
Streamline your workflow, track progress, and collaborate seamlessly with our comprehensive project management solution.
Our comprehensive platform provides all the tools needed to plan, execute, and track your projects from start to finish.
Create, assign, and track tasks with custom statuses, priorities, and deadlines. Keep everyone on the same page.
Work together seamlessly with real-time updates, notifications, and shared workspaces for efficient teamwork.
Gain insights with detailed reports, progress tracking, and performance metrics to make data-driven decisions.
Our intuitive interface makes it easy to manage complex projects, coordinate teams, and meet deadlines consistently.
See what our customers are saying about how Synthesys PM Tool has transformed their project management.
"Synthesys PM Tool has completely transformed how our team manages projects. The intuitive interface and powerful features have increased our productivity by 40%."
John Doe
Project Manager, TechCorp
"We've tried many project management tools, but Synthesys stands out with its comprehensive feature set and ease of use. Our team adopted it immediately."
Sarah Smith
CTO, Innovation Inc
"The analytics and reporting features in Synthesys PM Tool have given us valuable insights into our workflow and helped us optimize our processes."
Michael Johnson
Director, Global Solutions
Our platform is designed to help teams of all sizes deliver projects successfully, on time, and within budget.
Automate repetitive tasks and streamline workflows to focus on what matters.
Connect your team with real-time updates and centralized information.
Make informed decisions with comprehensive analytics and reporting.
Stay on track with calendar views, reminders, and progress tracking.
Choose the plan that best fits your team's needs. All plans include core features with no hidden fees.
Perfect for small teams
For growing teams
For large organizations
Need a custom plan? Contact us for a tailored solution.
Join thousands of teams that use Synthesys PM Tool to deliver successful projects on time and within budget.