Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 06:39:38 +00:00
parent 84f0491f01
commit 36a999dd41

View File

@@ -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() {
<NavbarStyleCentered
navItems={navItemsForNav}
button={{
text: "Get Free Strategy Call",
href: "/contact",
}}
text: "Get Free Strategy Call", href: "/contact"}}
brandName="PrimeXpert"
/>
</div>
@@ -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}
/>
</div>