Update src/app/about/page.tsx

This commit is contained in:
2026-03-09 11:09:11 +00:00
parent f3cc371419
commit 6af2f90281

View File

@@ -44,9 +44,7 @@ export default function AboutPage() {
brandName="TechFlow"
navItems={navItems}
button={{
text: "Get Started",
href: "contact",
}}
text: "Get Started", href: "contact"}}
/>
</div>
@@ -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() {
<FooterLogoReveal
logoText="TechFlow"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
ariaLabel="Site footer"
/>
</div>