Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 08:22:27 +00:00
parent d04e7cf5f7
commit 3bbedb05ca

View File

@@ -49,7 +49,7 @@ export default function AboutPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="medium" sizing="medium"
background="noise" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -72,7 +72,7 @@ export default function AboutPage() {
description="Since 2004, we've been committed to honest partnerships" description="Since 2004, we've been committed to honest partnerships"
subdescription="Every relationship matters. Every candidate deserves respect. Every client deserves excellence." subdescription="Every relationship matters. Every candidate deserves respect. Every client deserves excellence."
icon={HandshakeIcon} icon={HandshakeIcon}
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"
imageAlt="Adapro team collaborating with clients" imageAlt="Adapro team collaborating with clients"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -85,32 +85,17 @@ export default function AboutPage() {
description="These principles guide everything we do, from how we work with candidates to how we serve our clients." description="These principles guide everything we do, from how we work with candidates to how we serve our clients."
features={[ features={[
{ {
id: "integrity", id: "integrity", title: "Integrity First", description:
title: "Integrity First", "Honesty and transparency in every conversation. No hidden agendas, no pressure tactics just real consultancy.", tag: "Values", imageSrc:
description: "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg"},
"Honesty and transparency in every conversation. No hidden agendas, no pressure tactics just real consultancy.",
tag: "Values",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=2",
},
{ {
id: "expertise", id: "expertise", title: "Deep Expertise", description:
title: "Deep Expertise", "20+ years in professional services means we genuinely understand your sector and its unique challenges.", tag: "Values", imageSrc:
description: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg"},
"20+ years in professional services means we genuinely understand your sector and its unique challenges.",
tag: "Values",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=2",
},
{ {
id: "partnership", id: "partnership", title: "Partnership Over Transactions", description:
title: "Partnership Over Transactions", "We're invested in long-term success. Your growth is our growth. Your challenges are our challenges.", tag: "Values", imageSrc:
description: "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg"},
"We're invested in long-term success. Your growth is our growth. Your challenges are our challenges.",
tag: "Values",
imageSrc:
"http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=2",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -131,7 +116,7 @@ export default function AboutPage() {
{ text: "Explore opportunities", href: "/candidates" }, { text: "Explore opportunities", href: "/candidates" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "noise" }} background={{ variant: "animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>