diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx new file mode 100644 index 0000000..dbf7102 --- /dev/null +++ b/src/pages/Index.tsx @@ -0,0 +1,278 @@ +import { Link } from "react-router-dom"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent } from "@/components/ui/card"; +import { Badge } from "@/components/ui/badge"; +import { + ArrowRight, Zap, Shield, BarChart3, Users, Layers, Globe, + Star, CheckCircle2, Sparkles, ChevronRight, Play, Quote, Lock +} from "lucide-react"; +import Header from "@/components/Header"; +import Footer from "@/components/Footer"; + +const metrics = [ + { value: "10,000+", label: "Teams worldwide" }, + { value: "99.9%", label: "Uptime SLA" }, + { value: "4.9/5", label: "User rating" }, +]; + +const logos = [ + "Acme Corp", "TechFlow", "Quantum", + "Synapse", "NovaBuild", "Orbitix", +]; + +const features = [ + { icon: Zap, title: "AI Task Automation", desc: "Automatically prioritize, assign, and schedule tasks using machine learning trained on your team habits." }, + { icon: Shield, title: "Enterprise Security", desc: "SOC 2 Type II compliant with end-to-end encryption, SSO, and role-based access controls." }, + { icon: BarChart3, title: "Advanced Analytics", desc: "Real-time dashboards with predictive insights to spot bottlenecks before they happen." }, + { icon: Users, title: "Team Collaboration", desc: "Real-time editing, threaded comments, and @mentions keep everyone aligned." }, + { icon: Layers, title: "Custom Workflows", desc: "Build automation workflows with a drag-and-drop builder. No code required." }, + { icon: Globe, title: "Global Scale", desc: "Multi-region deployment with 99.99% uptime guarantee and <100ms response times." }, +]; + +const steps = [ + { num: "01", title: "Create your workspace", desc: "Sign up in seconds and invite your team. Import existing projects from Jira, Asana, or Trello." }, + { num: "02", title: "Set up your workflows", desc: "Choose from 50+ templates or build custom workflows. Our AI suggests the best setup for your team." }, + { num: "03", title: "Ship with confidence", desc: "Track progress with real-time dashboards. Get AI-powered predictions on delivery timelines." }, +]; + +const testimonials = [ + { name: "Sarah Chen", role: "VP Engineering, TechFlow", quote: "Nexus cut our sprint planning time by 60%. The AI suggestions are scarily accurate.", stars: 5 }, + { name: "Marcus Rivera", role: "CTO, BuildScale", quote: "We migrated from three different tools to Nexus. Best decision we made all year.", stars: 5 }, + { name: "Emily Watson", role: "Product Lead, Orbitix", quote: "The predictive analytics alone are worth the price. We ship 2x faster now.", stars: 5 }, +]; + +export default function IndexPage() { + return ( +
+ Streamline your workflow with intelligent automation, real-time collaboration, and predictive analytics that keep your team ahead of every deadline. +
+Trusted by industry-leading teams worldwide
+Watch how teams ship 3x faster with Nexus
+Trusted by teams at Google, Stripe, Vercel
+Powerful tools designed to help your team collaborate, automate, and deliver results.
+{f.desc}
+ + Learn more{step.desc}
++
"{t.quote}"
+Connect with 200+ tools your team relies on every day.
+Join 10,000+ teams already using Nexus to ship faster and smarter.
+No credit card required. 14-day free trial.
+