From a3f4a0c689ee2eadffd949a2239c1d4a23c5a0a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:05:25 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0988a7c..3564146 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Linkedin, Twitter, Mail } from "lucide-react"; +import { Linkedin, Twitter, Mail, Heart } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -39,9 +39,7 @@ export default function AboutPage() { brandName="ZypherCore" navItems={navItemsFormatted} button={{ - text: "Book Strategy Call", - href: "contact", - }} + text: "Book Strategy Call", href: "contact"}} className="fixed top-4 left-1/2 -translate-x-1/2 z-50" buttonClassName="bg-primary-cta hover:bg-primary-cta/90" /> @@ -144,30 +142,18 @@ export default function AboutPage() { title="Our Core Values" description="The principles that guide every decision and interaction we have with our clients and team members." tag="Values" - tagIcon="Heart" + tagIcon={Heart} tagAnimation="slide-up" features={[ { id: 1, - title: "Integrity & Transparency", - description: "We believe in honest communication, clear expectations, and transparent reporting. You'll always know exactly what we're doing and why.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AakWkkSmWQQZB1Gh4T4zi6LKDf/a-team-of-business-professionals-in-a-mo-1772838192040-a066ae97.png?_wi=2", - imageAlt: "Integrity", - }, + title: "Integrity & Transparency", description: "We believe in honest communication, clear expectations, and transparent reporting. You'll always know exactly what we're doing and why.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AakWkkSmWQQZB1Gh4T4zi6LKDf/a-team-of-business-professionals-in-a-mo-1772838192040-a066ae97.png", imageAlt: "Integrity"}, { id: 2, - title: "Results-Driven Excellence", - description: "We obsess over measurable outcomes. Every strategy, every system, every dollar spent is evaluated based on its impact on your bottom line.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AakWkkSmWQQZB1Gh4T4zi6LKDf/a-visual-representation-of-business-scal-1772838191839-9e59336a.png?_wi=2", - imageAlt: "Results", - }, + title: "Results-Driven Excellence", description: "We obsess over measurable outcomes. Every strategy, every system, every dollar spent is evaluated based on its impact on your bottom line.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AakWkkSmWQQZB1Gh4T4zi6LKDf/a-visual-representation-of-business-scal-1772838191839-9e59336a.png", imageAlt: "Results"}, { id: 3, - title: "Innovation & Continuous Learning", - description: "We stay ahead of technology trends and constantly evolve our methods. The growth landscape changes rapidly, and we evolve with it.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AakWkkSmWQQZB1Gh4T4zi6LKDf/a-dynamic-illustration-of-technical-infr-1772838192096-5d960db0.png?_wi=2", - imageAlt: "Innovation", - }, + title: "Innovation & Continuous Learning", description: "We stay ahead of technology trends and constantly evolve our methods. The growth landscape changes rapidly, and we evolve with it.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AakWkkSmWQQZB1Gh4T4zi6LKDf/a-dynamic-illustration-of-technical-infr-1772838192096-5d960db0.png", imageAlt: "Innovation"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -183,19 +169,13 @@ export default function AboutPage() { socialLinks={[ { icon: Linkedin, - href: "https://linkedin.com/company/zyphercore", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/zyphercore", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "https://twitter.com/zyphercore", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/zyphercore", ariaLabel: "Twitter"}, { icon: Mail, - href: "mailto:hello@zyphercore.com", - ariaLabel: "Email", - }, + href: "mailto:hello@zyphercore.com", ariaLabel: "Email"}, ]} /> -- 2.49.1