diff --git a/src/App.tsx b/src/App.tsx index 3eb268f..4bc0283 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,26 +17,13 @@ export default function App() { @@ -47,49 +34,17 @@ export default function App() { title="Streamline Your Workflow with FlowSync" description="The all-in-one productivity platform designed to help teams work smarter, organize tasks, and hit every deadline with ease." primaryButton={{ - text: "Get Started", - href: "#contact", + text: "Get Started", href: "#contact" }} secondaryButton={{ - text: "Learn More", - href: "#about", + text: "Learn More", href: "#about" }} testimonials={[ - { - name: "Sarah Chen", - handle: "@sarahchen", - text: "FlowSync changed how we manage our engineering sprints completely. Absolute game changer.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-confident-software-develop-1776869127352-4c4dae3e.png", - }, - { - name: "Alex Rivet", - handle: "@alexrivet", - text: "Unmatched visibility into team projects. Our velocity has increased by 40%.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-creative-product-manager-w-1776869137170-01797df6.png", - }, - { - name: "Jordan Lee", - handle: "@jlee_prod", - text: "Simple, powerful, and fast. Everything we needed for our cross-functional team.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-team-lead-bright-office-li-1776869146645-9d58f195.png", - }, - { - name: "Morgan West", - handle: "@morgan_w", - text: "Finally, a centralized tool that keeps our remote team on track every single day.", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1762077656255-d367c3dc1cc8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyfHxicmFuZCUyMGxvZ28lMjBtb25vY2hyb21lfGVufDF8MHx8fDE3NzY4NjkxNjl8MA&ixlib=rb-4.1.0&q=80&w=1080", - }, - { - name: "Sam Taylor", - handle: "@staylor_ops", - text: "The most intuitive interface I've used. Onboarding took less than an hour.", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1767354987491-20bbb34f05b8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNnx8bW9kZXJuJTIwZGlnaXRhbCUyMGJyYW5kfGVufDF8MHx8fDE3NzY4NjkxNzJ8MA&ixlib=rb-4.1.0&q=80&w=1080", - }, + { name: "Sarah Chen", handle: "@sarahchen", text: "FlowSync changed how we manage our engineering sprints completely. Absolute game changer.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-confident-software-develop-1776869127352-4c4dae3e.png" }, + { name: "Alex Rivet", handle: "@alexrivet", text: "Unmatched visibility into team projects. Our velocity has increased by 40%.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-creative-product-manager-w-1776869137170-01797df6.png" }, + { name: "Jordan Lee", handle: "@jlee_prod", text: "Simple, powerful, and fast. Everything we needed for our cross-functional team.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-team-lead-bright-office-li-1776869146645-9d58f195.png" }, + { name: "Morgan West", handle: "@morgan_w", text: "Finally, a centralized tool that keeps our remote team on track every single day.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1762077656255-d367c3dc1cc8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyfHxicmFuZCUyMGxvZ28lMjBtb25vY2hyb21lfGVufDF8MHx8fDE3NzY4NjkxNjl8MA&ixlib=rb-4.1.0&q=80&w=1080" }, + { name: "Sam Taylor", handle: "@staylor_ops", text: "The most intuitive interface I've used. Onboarding took less than an hour.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1767354987491-20bbb34f05b8?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNnx8bW9kZXJuJTIwZGlnaXRhbCUyMGJyYW5kfGVufDF8MHx8fDE3NzY4NjkxNzJ8MA&ixlib=rb-4.1.0&q=80&w=1080" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-futuristic-saas-productivity-dashboard-1776869089774-7db44c51.png" /> @@ -100,15 +55,7 @@ export default function App() { tag="Trusted by Innovators" title="Used by high-growth startups globally" description="Join over 5,000+ teams who have transformed their productivity." - names={[ - "TechInnovate", - "GlobalScale", - "GrowthGenius", - "FutureBound", - "CloudBridge", - "NexGenApps", - "DataFlow", - ]} + names={["TechInnovate", "GlobalScale", "GrowthGenius", "FutureBound", "CloudBridge", "NexGenApps", "DataFlow"]} /> @@ -127,24 +74,9 @@ export default function App() { title="Built for High Performance" description="Comprehensive tools for tracking, scheduling, and collaboration." items={[ - { - title: "Real-time sync", - description: "Keep everyone updated across devices instantly.", - label: "Speed", - value: "20ms", - }, - { - title: "Smart Automation", - description: "Eliminate repetitive tasks with AI-driven triggers.", - label: "Efficiency", - value: "85%", - }, - { - title: "Data Insights", - description: "Make informed decisions with advanced metrics.", - label: "Analytics", - value: "100%", - }, + { title: "Real-time sync", description: "Keep everyone updated across devices instantly.", label: "Speed", value: "20ms" }, + { title: "Smart Automation", description: "Eliminate repetitive tasks with AI-driven triggers.", label: "Efficiency", value: "85%" }, + { title: "Data Insights", description: "Make informed decisions with advanced metrics.", label: "Analytics", value: "100%" } ]} /> @@ -153,18 +85,9 @@ export default function App() { @@ -176,41 +99,11 @@ export default function App() { title="Loved by thousands of teams" description="See why industry leaders trust us for their productivity needs." testimonials={[ - { - title: "Incredible Results", - quote: "Finally, a tool that keeps up with our rapid pace.", - name: "David Kim", - role: "VP Product", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-modern-entrepreneur-clean--1776869154777-03fc56ad.png", - }, - { - title: "Seamless Integration", - quote: "The API documentation is world-class, integration was a breeze.", - name: "Elena Rodriguez", - role: "Lead Architect", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-operations-manager-clean-o-1776869165140-91b64f75.png", - }, - { - title: "Clean UI", - quote: "Beautifully designed and extremely intuitive. My team loves it.", - name: "Sarah Chen", - role: "Design Lead", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-confident-software-develop-1776869183611-fe51c1d6.png", - }, - { - title: "Top Tier Support", - quote: "Support response time is unmatched, always helpful.", - name: "Alex Rivet", - role: "Engineering Lead", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-creative-product-manager-w-1776869192950-eebc0da0.png", - }, - { - title: "Must Have", - quote: "Can't imagine going back to our old stack.", - name: "Jordan Lee", - role: "Product Manager", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-team-lead-bright-office-li-1776869203934-48bd0602.png", - }, + { title: "Incredible Results", quote: "Finally, a tool that keeps up with our rapid pace.", name: "David Kim", role: "VP Product", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-modern-entrepreneur-clean--1776869154777-03fc56ad.png" }, + { title: "Seamless Integration", quote: "The API documentation is world-class, integration was a breeze.", name: "Elena Rodriguez", role: "Lead Architect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-operations-manager-clean-o-1776869165140-91b64f75.png" }, + { title: "Clean UI", quote: "Beautifully designed and extremely intuitive. My team loves it.", name: "Sarah Chen", role: "Design Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-confident-software-develop-1776869183611-fe51c1d6.png" }, + { title: "Top Tier Support", quote: "Support response time is unmatched, always helpful.", name: "Alex Rivet", role: "Engineering Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-creative-product-manager-w-1776869192950-eebc0da0.png" }, + { title: "Must Have", quote: "Can't imagine going back to our old stack.", name: "Jordan Lee", role: "Product Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/portrait-of-a-team-lead-bright-office-li-1776869203934-48bd0602.png" } ]} /> @@ -221,36 +114,9 @@ export default function App() { title="Simple Plans for Growing Teams" description="Choose the right plan for your team size and productivity needs." plans={[ - { - tag: "Starter", - price: "$29/mo", - description: "Perfect for freelancers and small projects.", - features: [ - "Task Management", - "Basic Integrations", - "Email Support", - ], - }, - { - tag: "Pro", - price: "$99/mo", - description: "Everything in Starter plus advanced workflows.", - features: [ - "AI Automation", - "Advanced Reporting", - "Priority Support", - ], - }, - { - tag: "Enterprise", - price: "Custom", - description: "Tailored solutions for large-scale organizations.", - features: [ - "Dedicated Account Manager", - "SSO & Security", - "On-Prem Deployment", - ], - }, + { tag: "Starter", price: "$29/mo", description: "Perfect for freelancers and small projects.", features: ["Task Management", "Basic Integrations", "Email Support"] }, + { tag: "Pro", price: "$99/mo", description: "Everything in Starter plus advanced workflows.", features: ["AI Automation", "Advanced Reporting", "Priority Support"] }, + { tag: "Enterprise", price: "Custom", description: "Tailored solutions for large-scale organizations.", features: ["Dedicated Account Manager", "SSO & Security", "On-Prem Deployment"] } ]} /> @@ -261,18 +127,9 @@ export default function App() { title="Frequently Asked Questions" description="Everything you need to know about getting started with FlowSync." items={[ - { - question: "Can I integrate with my existing tools?", - answer: "Yes, we support integration with Slack, Jira, Github, and over 100 other apps.", - }, - { - question: "Is there a free trial available?", - answer: "We offer a 14-day free trial on all Pro plans, no credit card required.", - }, - { - question: "How secure is my data?", - answer: "Security is our top priority. We are SOC2 compliant and use end-to-end encryption.", - }, + { question: "Can I integrate with my existing tools?", answer: "Yes, we support integration with Slack, Jira, Github, and over 100 other apps." }, + { question: "Is there a free trial available?", answer: "We offer a 14-day free trial on all Pro plans, no credit card required." }, + { question: "How secure is my data?", answer: "Security is our top priority. We are SOC2 compliant and use end-to-end encryption." } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/a-conceptual-abstract-illustration-of-cu-1776869108850-371306a1.png" /> @@ -294,54 +151,17 @@ export default function App() { brand="FlowSync" columns={[ { - title: "Product", - items: [ - { - label: "Features", - href: "#features", - }, - { - label: "Pricing", - href: "#pricing", - }, - { - label: "Security", - href: "#security", - }, - ], + title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Security", href: "#security" }] }, { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Careers", - href: "#careers", - }, - { - label: "Blog", - href: "#blog", - }, - ], + title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#careers" }, { label: "Blog", href: "#blog" }] }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] + } ]} copyright="© 2024 FlowSync Productivity Inc. All rights reserved." + links={[]} />