"use client"; import { Target, Lightbulb } from "lucide-react"; import Link from "next/link"; const leaders = [ { name: "Amit Sharma", role: "Founder & CEO", image: "https://images.unsplash.com/photo-1595152772835-219674b2a8a6?crop=faces&fit=crop&w=400&q=80", linkedin: "#", }, { name: "Neha Verma", role: "Head of Product", image: "https://images.unsplash.com/photo-1595152772835-219674b2a8a6?crop=faces&fit=crop&w=400&q=80", linkedin: "#", }, { name: "Rahul Mehta", role: "CTO", image: "https://images.unsplash.com/photo-1595152772835-219674b2a8a6?crop=faces&fit=crop&w=400&q=80", linkedin: "#", }, ]; export default function AboutUs() { return (
{/* HERO */}

Empowering Businesses with Smart CRM Innovation

We help companies build stronger customer relationships through intelligent automation and seamless workflows.

{/* OUR MISSION / VISION */}

Mission

At Winixco, our mission is to develop innovative and accessible AI-driven platforms that transform how businesses hire, manage people, and grow customer relationships.
We aim to deliver powerful yet easy-to-use solutions such as AI-powered ATS, HRMS, CRM, and digital automation tools that help organizations streamline operations, reduce costs, and achieve sustainable growth.
Through continuous innovation, customer-centric design, and cutting-edge technology, Winixco strives to be a trusted partner in digital transformation for companies worldwide.

Vision

To become a global leader in AI-powered business automation by empowering organizations with intelligent technology that simplifies recruitment, workforce management, and customer engagement.
Winixco envisions a future where businesses of all sizes can leverage advanced AI solutions to make smarter decisions, increase productivity, and build scalable, efficient operations.

{/* COMPANY STORY TIMELINE }

Our Journey

From a small team with a big dream to a growing global technology partner.

{[ { year: "2021", text: "Founded with a mission to reinvent CRM efficiency." }, { year: "2022", text: "Launched our first CRM suite for SMEs." }, { year: "2023", text: "Expanded to enterprise CRM solutions across industries." }, { year: "2024", text: "Serving customers globally with AI-powered CRM intelligence." }, ].map((item, i) => (
{item.year}

{item.text}

))}
*/} {/* LEADERSHIP SECTION }

Leadership Team

Guiding our mission with innovation and excellence.

{leaders.map((leader, idx) => ( {leader.name}

{leader.name}

{leader.role}

Connect
))}
*/} {/* CTA */}

We Grow Together

Become part of a story that’s transforming the future of CRM.

Explore Careers
); }