From 6af2f90281bb459213f8da28c3842392bd87dfd1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:09:11 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 89 +++++++++++------------------------------- 1 file changed, 23 insertions(+), 66 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d433249..759617d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,9 +44,7 @@ export default function AboutPage() { brandName="TechFlow" navItems={navItems} button={{ - text: "Get Started", - href: "contact", - }} + text: "Get Started", href: "contact"}} /> @@ -59,40 +57,30 @@ export default function AboutPage() { description="We understand the challenges of modern software development. TechFlow combines cutting-edge technology with intuitive design to eliminate bottlenecks and accelerate innovation." bulletPoints={[ { - title: "Intelligent Automation", - description: - "Automate repetitive tasks and focus on strategic development with AI-powered workflows", - icon: Zap, + title: "Intelligent Automation", description: + "Automate repetitive tasks and focus on strategic development with AI-powered workflows", icon: Zap, }, { - title: "Enterprise Security", - description: - "Bank-grade encryption, compliance certifications, and advanced threat detection built in", - icon: Shield, + title: "Enterprise Security", description: + "Bank-grade encryption, compliance certifications, and advanced threat detection built in", icon: Shield, }, { - title: "Seamless Integration", - description: - "Connect with your existing tools and workflows without disruption or data silos", - icon: GitBranch, + title: "Seamless Integration", description: + "Connect with your existing tools and workflows without disruption or data silos", icon: GitBranch, }, { - title: "Real-Time Collaboration", - description: - "Enable teams to work together seamlessly across time zones and departments", - icon: Users, + title: "Real-Time Collaboration", description: + "Enable teams to work together seamlessly across time zones and departments", icon: Users, }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/abstract-illustration-of-automation-work-1773054389688-7e227a93.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/abstract-illustration-of-automation-work-1773054389688-7e227a93.png" imageAlt="Automation workflow visualization" mediaAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} buttonAnimation="slide-up" ariaLabel="About TechFlow section" @@ -108,54 +96,27 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "automation", - label: "Automation", - title: "Intelligent workflow automation", - items: [ - "CI/CD pipeline acceleration", - "Automated testing frameworks", - "Smart deployment orchestration", - "Custom workflow builders", - ], + id: "automation", label: "Automation", title: "Intelligent workflow automation", items: [ + "CI/CD pipeline acceleration", "Automated testing frameworks", "Smart deployment orchestration", "Custom workflow builders"], buttons: [ { - text: "Explore", - href: "#", - }, + text: "Explore", href: "#"}, ], }, { - id: "security", - label: "Security", - title: "Enterprise-grade protection", - items: [ - "End-to-end encryption", - "Multi-factor authentication", - "Compliance automation", - "Security audit trails", - ], + id: "security", label: "Security", title: "Enterprise-grade protection", items: [ + "End-to-end encryption", "Multi-factor authentication", "Compliance automation", "Security audit trails"], buttons: [ { - text: "Explore", - href: "#", - }, + text: "Explore", href: "#"}, ], }, { - id: "integration", - label: "Integration", - title: "Unified ecosystem connectivity", - items: [ - "500+ native integrations", - "Custom API endpoints", - "Webhook support", - "Real-time data sync", - ], + id: "integration", label: "Integration", title: "Unified ecosystem connectivity", items: [ + "500+ native integrations", "Custom API endpoints", "Webhook support", "Real-time data sync"], buttons: [ { - text: "Explore", - href: "#", - }, + text: "Explore", href: "#"}, ], }, ]} @@ -173,7 +134,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="Start Your Free Trial Today" description="Join leading engineering teams using TechFlow to accelerate their development cycle. No credit card required." - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="your@company.com" buttonText="Start Free Trial" @@ -186,13 +147,9 @@ export default function AboutPage() {