diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8117b58..83e2e5c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,8 +24,7 @@ const navItemsForNav = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Paid Ads Management", href: "/services" }, { label: "SEO Services", href: "/services" }, { label: "Website Design", href: "/services" }, @@ -33,8 +32,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Case Studies", href: "/" }, { label: "Team", href: "/about" }, @@ -42,8 +40,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Resources", href: "#" }, @@ -51,8 +48,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -69,7 +65,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -79,9 +75,7 @@ export default function AboutPage() { @@ -91,10 +85,7 @@ export default function AboutPage() { heading={[ { type: "text", content: "PrimeXpert is a team of" }, { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-digital-marketing-agency-logo-fea-1772519759702-3b265d07.png", - alt: "PrimeXpert logo", - }, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQKl53Da0H9PeH3bdi25k6wwRg/modern-digital-marketing-agency-logo-fea-1772519759702-3b265d07.png", alt: "PrimeXpert logo"}, { type: "text", content: "data-driven strategists and creative professionals dedicated to transforming businesses through measurable digital marketing results" }, ]} buttons={[ @@ -115,32 +106,16 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "15", - title: "years", - description: "Of proven digital marketing excellence and industry leadership", - icon: Award, + id: "1", value: "15", title: "years", description: "Of proven digital marketing excellence and industry leadership", icon: Award, }, { - id: "2", - value: "850", - title: "+", - description: "Clients served across industries from startups to enterprises", - icon: Users, + id: "2", value: "850", title: "+", description: "Clients served across industries from startups to enterprises", icon: Users, }, { - id: "3", - value: "500", - title: "M+", - description: "Total revenue generated and managed for our client portfolio", - icon: TrendingUp, + id: "3", value: "500", title: "M+", description: "Total revenue generated and managed for our client portfolio", icon: TrendingUp, }, { - id: "4", - value: "98", - title: "%", - description: "Client retention rate reflecting our commitment to success", - icon: Heart, + id: "4", value: "98", title: "%", description: "Client retention rate reflecting our commitment to success", icon: Heart, }, ]} gridVariant="uniform-all-items-equal" @@ -158,7 +133,7 @@ export default function AboutPage() { { text: "Schedule Your Free Consultation", href: "/contact" }, { text: "View Our Work", href: "/" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />