From ade5331bde747fa5938d8f58c2f9c69e4bee1bce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:11:43 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 +++++++++++------------------------------- 1 file changed, 15 insertions(+), 43 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 121ae48..937a8a9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,8 +11,7 @@ import { Rocket, Zap } from "lucide-react"; export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/features" }, @@ -20,8 +19,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, @@ -29,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Community", href: "#" }, @@ -38,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -72,9 +68,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -86,19 +80,15 @@ export default function AboutPage() { description="TechCore was founded with a mission to revolutionize how enterprises build, deploy, and scale their software infrastructure. Our team of industry veterans combines decades of experience in cloud computing, cybersecurity, and artificial intelligence to deliver solutions that drive real business impact." metrics={[ { - value: "500+", - title: "Enterprise Clients", - }, + value: "500+", title: "Enterprise Clients"}, { - value: "99.99%", - title: "Platform Uptime", - }, + value: "99.99%", title: "Platform Uptime"}, ]} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-professional-team-of-software-develope-1773144537851-0de4da3a.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-professional-team-of-software-develope-1773144537851-0de4da3a.jpg" imageAlt="TechCore Team Collaboration" mediaAnimation="slide-up" - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" tagAnimation="opacity" /> @@ -107,32 +97,14 @@ export default function AboutPage() {