Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 23:05:30 +00:00

View File

@@ -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"},
]}
/>
</div>