Timeline Data - Copy this React, Tailwind Component to your project
Can you create a timeline component with spiral desing with pictures in the spiral . and i'm sharing the timeline data const timelineData = [ // 2019 { id: 1, day: "15", month: "Jan", year: "2019", title: "Project Inception", content: "Initial concept development and market research for the new product line.", color: "bg blue 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Jan2019", }, { id: 2, day: "22", month: "Feb", year: "2019", title: "Funding Secured", content: "Successfully secured Series A funding to begin product development.", color: "bg pink 600", icon: "π°", image: "/placeholder.svg?height=200&width=200&text=Feb2019", }, { id: 3, day: "10", month: "Mar", year: "2019", title: "Team Formation", content: "Core development and design team assembled with key hires from the industry.", color: "bg green 600", icon: "π₯", image: "/placeholder.svg?height=200&width=200&text=Mar2019", }, { id: 4, day: "05", month: "Apr", year: "2019", title: "Office Expansion", content: "Moved to a larger office space to accommodate the growing team.", color: "bg purple 600", icon: "π’", image: "/placeholder.svg?height=200&width=200&text=Apr2019", }, { id: 5, day: "18", month: "May", year: "2019", title: "First Prototype", content: "Completed the first working prototype of our flagship product.", color: "bg amber 600", icon: "βοΈ", image: "/placeholder.svg?height=200&width=200&text=May2019", }, { id: 6, day: "12", month: "Jun", year: "2019", title: "User Research", content: "Conducted extensive user research to validate product market fit.", color: "bg orange 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Jun2019", }, { id: 7, day: "23", month: "Jul", year: "2019", title: "Design Sprint", content: "Week long design sprint to refine the user experience and interface.", color: "bg red 600", icon: "π¨", image: "/placeholder.svg?height=200&width=200&text=Jul2019", }, { id: 8, day: "09", month: "Aug", year: "2019", title: "Alpha Testing", content: "Internal alpha testing phase with early feedback collection.", color: "bg yellow 600", icon: "π§ͺ", image: "/placeholder.svg?height=200&width=200&text=Aug2019", }, { id: 9, day: "14", month: "Sep", year: "2019", title: "Branding Workshop", content: "Finalized company branding and product identity with marketing team.", color: "bg indigo 600", icon: "β¨", image: "/placeholder.svg?height=200&width=200&text=Sep2019", }, { id: 10, day: "27", month: "Oct", year: "2019", title: "Beta Program", content: "Launched closed beta program with select customers for feedback.", color: "bg orange 700", icon: "π±", image: "/placeholder.svg?height=200&width=200&text=Oct2019", }, { id: 11, day: "05", month: "Nov", year: "2019", title: "Investor Demo", content: "Presented progress to investors with positive reception and feedback.", color: "bg teal 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Nov2019", }, { id: 12, day: "18", month: "Dec", year: "2019", title: "Year End Review", content: "Comprehensive review of first year achievements and planning for 2020.", color: "bg cyan 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Dec2019", }, // 2020 (just a few key months for brevity) { id: 13, day: "10", month: "Jan", year: "2020", title: "Product Roadmap", content: "Finalized product roadmap for the year with key milestones and deliverables.", color: "bg blue 600", icon: "πΊοΈ", image: "/placeholder.svg?height=200&width=200&text=Jan2020", }, { id: 14, day: "24", month: "Feb", year: "2020", title: "Remote Work Transition", content: "Successfully transitioned to remote work due to global pandemic.", color: "bg pink 600", icon: "π ", image: "/placeholder.svg?height=200&width=200&text=Feb2020", }, { id: 15, day: "12", month: "Mar", year: "2020", title: "Digital Strategy Pivot", content: "Pivoted strategy to focus on digital first approach in response to market changes.", color: "bg green 600", icon: "π»", image: "/placeholder.svg?height=200&width=200&text=Mar2020", }, { id: 16, day: "08", month: "Apr", year: "2020", title: "Virtual Conference", content: "Hosted our first virtual conference with over 1,000 attendees.", color: "bg purple 600", icon: "π€", image: "/placeholder.svg?height=200&width=200&text=Apr2020", }, { id: 17, day: "19", month: "May", year: "2020", title: "Feature Expansion", content: "Added three major features to the product based on customer feedback.", color: "bg amber 600", icon: "β‘", image: "/placeholder.svg?height=200&width=200&text=May2020", }, { id: 18, day: "05", month: "Jun", year: "2020", title: "Security Audit", content: "Completed comprehensive security audit and implemented improvements.", color: "bg orange 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Jun2020", }, { id: 19, day: "17", month: "Jul", year: "2020", title: "Mobile App Beta", content: "Released beta version of our mobile application on iOS and Android.", color: "bg red 600", icon: "π±", image: "/placeholder.svg?height=200&width=200&text=Jul2020", }, { id: 20, day: "28", month: "Aug", year: "2020", title: "Integration Partnerships", content: "Established key integration partnerships with complementary services.", color: "bg yellow 600", icon: "π€", image: "/placeholder.svg?height=200&width=200&text=Aug2020", }, { id: 21, day: "09", month: "Sep", year: "2020", title: "Customer Success Program", content: "Launched dedicated customer success program to improve retention.", color: "bg indigo 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Sep2020", }, { id: 22, day: "14", month: "Oct", year: "2020", title: "1.0 Release", content: "Official 1.0 release of our product with full feature set.", color: "bg orange 700", icon: "π―", image: "/placeholder.svg?height=200&width=200&text=Oct2020", }, { id: 23, day: "20", month: "Nov", year: "2020", title: "Series B Funding", content: "Secured Series B funding to accelerate growth and expansion.", color: "bg teal 600", icon: "π°", image: "/placeholder.svg?height=200&width=200&text=Nov2020", }, { id: 24, day: "15", month: "Dec", year: "2020", title: "Year End Review", content: "Celebrated achievements despite challenging year and set goals for 2021.", color: "bg cyan 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Dec2020", }, // Continue with similar data for 2021 2024... // 2021 (just a few key months for brevity) { id: 25, day: "12", month: "Jan", year: "2021", title: "Team Expansion", content: "Expanded team with key hires in engineering, design, and marketing.", color: "bg blue 600", icon: "π₯", image: "/placeholder.svg?height=200&width=200&text=Jan2021", }, { id: 26, day: "08", month: "Feb", year: "2021", title: "Enterprise Solution", content: "Launched enterprise solution with advanced security and management features.", color: "bg pink 600", icon: "π’", image: "/placeholder.svg?height=200&width=200&text=Feb2021", }, { id: 27, day: "17", month: "Mar", year: "2021", title: "International Expansion", content: "Expanded services to European and Asian markets with localization.", color: "bg green 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Mar2021", }, { id: 28, day: "05", month: "Apr", year: "2021", title: "API Platform", content: "Released public API platform for developers and integration partners.", color: "bg purple 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Apr2021", }, { id: 29, day: "22", month: "May", year: "2021", title: "10,000 Users Milestone", content: "Celebrated reaching 10,000 active users on the platform.", color: "bg amber 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=May2021", }, { id: 30, day: "14", month: "Jun", year: "2021", title: "AI Feature Launch", content: "Introduced AI powered features to enhance user productivity.", color: "bg orange 600", icon: "π€", image: "/placeholder.svg?height=200&width=200&text=Jun2021", }, { id: 31, day: "08", month: "Jul", year: "2021", title: "Summer Hackathon", content: "Hosted internal hackathon resulting in three new product innovations.", color: "bg red 600", icon: "β‘", image: "/placeholder.svg?height=200&width=200&text=Jul2021", }, { id: 32, day: "19", month: "Aug", year: "2021", title: "Performance Upgrade", content: "Major infrastructure upgrade resulting in 40% performance improvement.", color: "bg yellow 600", icon: "βοΈ", image: "/placeholder.svg?height=200&width=200&text=Aug2021", }, { id: 33, day: "07", month: "Sep", year: "2021", title: "Hybrid Work Model", content: "Implemented permanent hybrid work model for all employees.", color: "bg indigo 600", icon: "π’", image: "/placeholder.svg?height=200&width=200&text=Sep2021", }, { id: 34, day: "25", month: "Oct", year: "2021", title: "Industry Award", content: "Received industry recognition award for product innovation.", color: "bg orange 700", icon: "π ", image: "/placeholder.svg?height=200&width=200&text=Oct2021", }, { id: 35, day: "12", month: "Nov", year: "2021", title: "Version 2.0 Launch", content: "Released version 2.0 with completely redesigned user interface.", color: "bg teal 600", icon: "β¨", image: "/placeholder.svg?height=200&width=200&text=Nov2021", }, { id: 36, day: "17", month: "Dec", year: "2021", title: "Year End Review", content: "Annual review highlighting 300% growth and expansion plans for 2022.", color: "bg cyan 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Dec2021", }, // 2022 (just a few key months for brevity) { id: 37, day: "10", month: "Jan", year: "2022", title: "Strategic Acquisition", content: "Acquired complementary technology company to enhance product offerings.", color: "bg blue 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Jan2022", }, { id: 38, day: "14", month: "Feb", year: "2022", title: "Developer Conference", content: "Hosted first annual developer conference with workshops and keynotes.", color: "bg pink 600", icon: "π¨βπ»", image: "/placeholder.svg?height=200&width=200&text=Feb2022", }, { id: 39, day: "08", month: "Mar", year: "2022", title: "Sustainability Initiative", content: "Launched company wide sustainability initiative with carbon neutral pledge.", color: "bg green 600", icon: "π±", image: "/placeholder.svg?height=200&width=200&text=Mar2022", }, { id: 40, day: "22", month: "Apr", year: "2022", title: "Mobile App 2.0", content: "Released major update to mobile applications with offline capabilities.", color: "bg purple 600", icon: "π±", image: "/placeholder.svg?height=200&width=200&text=Apr2022", }, // 2023 (just a few key months for brevity) { id: 49, day: "08", month: "Jan", year: "2023", title: "Executive Team Expansion", content: "Expanded executive team with industry veterans in key leadership roles.", color: "bg blue 600", icon: "π", image: "/placeholder.svg?height=200&width=200&text=Jan2023", }, { id: 50, day: "14", month: "Feb", year: "2023", title: "Enterprise Platform Launch", content: "Launched comprehensive enterprise platform with advanced management tools.", color: "bg pink 600", icon: "π’", image: "/placeholder.svg?height=200&width=200&text=Feb2023", }, // 2024 (up to April) { id: 61, day: "10", month: "Jan", year: "2024", title: "IPO Announcement", content: "Announced plans for initial public offering in the coming year.", color: "bg blue 600", icon: "π’", image: "/placeholder.svg?height=200&width=200&text=Jan2024", }, { id: 62, day: "22", month: "Feb", year: "2024", title: "Next Gen Platform Preview", content: "Unveiled preview of next generation platform with revolutionary features.", color: "bg pink 600", icon: "β¨", image: "/placeholder.svg?height=200&width=200&text=Feb2024", }, { id: 63, day: "15", month: "Mar", year: "2024", title: "Quantum Computing Research", content: "Initiated research partnership with university for quantum computing applications.", color: "bg green 600", icon: "π¬", image: "/placeholder.svg?height=200&width=200&text=Mar2024", }, { id: 64, day: "08", month: "Apr", year: "2024", title: "250,000 Users Milestone", content: "Celebrated reaching 250,000 active users across all platforms globally.", color: "bg purple 600", icon: "π―", image: "/placeholder.svg?height=200&width=200&text=Apr2024", }, ]
