|
|
|
|
@@ -0,0 +1,32 @@
|
|
|
|
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
|
|
|
|
import FeaturesTimelineCards from "@/components/sections/features/FeaturesTimelineCards";
|
|
|
|
|
import AboutTextSplit from "@/components/sections/about/AboutTextSplit";
|
|
|
|
|
|
|
|
|
|
export default function HistoryPage() {
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
tag="Our Journey"
|
|
|
|
|
title="The FlowSync Story: Pioneering Productivity, Built for Speed"
|
|
|
|
|
description="From our humble beginnings to becoming the all-in-one platform for modern teams, FlowSync has been dedicated to a singular mission: empowering teams to work smarter, faster, and achieve their goals with unparalleled efficiency. Discover the milestones that shaped our journey towards building a truly transformative productivity solution."
|
|
|
|
|
primaryButton={{"text":"Explore Our Platform","href":"/features"}}
|
|
|
|
|
secondaryButton={{"text":"Our Mission & Values","href":"/about"}}
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca8849d1?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
|
|
|
|
/>
|
|
|
|
|
<FeaturesTimelineCards
|
|
|
|
|
tag="Our Journey"
|
|
|
|
|
title="The FlowSync Story: Innovating Productivity, One Milestone at a Time"
|
|
|
|
|
description="From a bold vision to a leading platform, discover the key moments that shaped FlowSync's dedication to empowering teams worldwide."
|
|
|
|
|
primaryButton={{"text":"See Our Vision","href":"/about#vision"}}
|
|
|
|
|
secondaryButton={{"text":"Join Our Team","href":"/careers"}}
|
|
|
|
|
items={[{"title":"2018: The Founding Vision","description":"FlowSync began with a bold mission to simplify team collaboration and task management for modern businesses.","imageSrc":"https://images.unsplash.com/photo-1552664734-cd5ad4b744a9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDN8fHN0YXJ0dXAlMjB0ZWFtfGVufDB8fHx8MTcwMTY0ODQ1Nnww&ixlib=rb-4.0.3&q=80&w=1080"},{"title":"2020: First Major Platform Release","description":"Our integrated task and project management suite launched, significantly boosting team efficiency and organization.","imageSrc":"https://images.unsplash.com/photo-1517048676732-d65bc937f952?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDEwfHx0ZWFtJTIwd29ya2luZyUyMG9uJTIwbGFwdG9wfGVufDB8fHx8MTcwMTY0ODQ1Nnww&ixlib=rb-4.0.3&q=80&w=1080"},{"title":"2022: AI-Powered Workflow Optimization","description":"We introduced AI-driven analytics, providing smart recommendations to optimize workflows and achieve goals faster.","imageSrc":"https://images.unsplash.com/photo-1620712948797-577a7f9f704e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8c2VhcmNofDEyfHxBSSUyMGRhdGElMjBhbmFseXNpc3xlbnwwfHx8fDE3MDE2NDg0NTdww&ixlib=rb-4.0.3&q=80&w=1080"}]}
|
|
|
|
|
/>
|
|
|
|
|
<AboutTextSplit
|
|
|
|
|
title="The FlowSync Journey: Pioneering Productivity and Speed"
|
|
|
|
|
descriptions={["FlowSync was founded on a simple yet powerful idea: to eliminate the friction that slows teams down. In an increasingly fast-paced world, we recognized the urgent need for a unified platform that could bring clarity, organization, and unparalleled speed to every project. Our journey began with a commitment to build something truly transformative.","From our initial prototypes, the focus was always on integration and performance. We meticulously crafted a system where task management, communication, and project tracking weren't just co-located, but seamlessly interconnected. This dedication laid the groundwork for what would become the 'built for speed' ethos, ensuring teams could move from idea to execution without missing a beat.","Over the years, FlowSync has evolved through continuous innovation and invaluable feedback from our growing community. We've celebrated milestones, expanded our feature set to become the all-in-one solution teams rely on, and consistently pushed the boundaries of what a productivity platform can achieve. Each step has been driven by our core mission: to empower teams to work smarter, not just harder.","Today, FlowSync stands as a testament to our unwavering dedication to efficiency and progress. We continue to innovate, driven by the success stories of teams hitting every deadline with ease and achieving their goals faster than ever before. Our history is a promise of our future: to keep building the most intuitive, powerful, and fast productivity platform on the planet."]}
|
|
|
|
|
primaryButton={{"text":"Experience FlowSync Today","href":"/features"}}
|
|
|
|
|
secondaryButton={{"text":"Meet Our Innovators","href":"/about#team"}}
|
|
|
|
|
/>
|
|
|
|
|
</>
|
|
|
|
|
);
|
|
|
|
|
}
|