Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 08:22:43 +00:00
Showing only changes of commit 23a0cdf0b3 - Show all commits

View File

@@ -49,7 +49,7 @@ export default function ClientsPage() {
borderRadius="pill"
contentWidth="compact"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -70,29 +70,21 @@ export default function ClientsPage() {
tag="For Clients"
tagIcon={Briefcase}
tagAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg?_wi=3"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg"
imageAlt="Client and recruitment team partnership"
mediaAnimation="slide-up"
testimonials={[
{
name: "Marcus Thompson",
handle: "VP of Operations",
testimonial:
"Adapro didn't just fill positions they helped us build a stronger team. Their understanding of our business was evident from day one.",
rating: 5,
name: "Marcus Thompson", handle: "VP of Operations", testimonial:
"Adapro didn't just fill positions they helped us build a stronger team. Their understanding of our business was evident from day one.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Lisa Chen",
handle: "Head of Finance",
testimonial:
"We've worked with many recruiters, but Adapro stands out. They're consultants first, salespeople second.",
rating: 5,
name: "Lisa Chen", handle: "Head of Finance", testimonial:
"We've worked with many recruiters, but Adapro stands out. They're consultants first, salespeople second.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5",
},
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -110,32 +102,17 @@ export default function ClientsPage() {
description="We don't just fill vacancies we solve talent challenges. Here's how we work with clients."
features={[
{
id: "deep-discovery",
title: "Deep Discovery",
description:
"We invest time understanding your culture, requirements, growth plans, and team dynamics before presenting candidates.",
tag: "Process",
imageSrc:
"http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=4",
},
id: "deep-discovery", title: "Deep Discovery", description:
"We invest time understanding your culture, requirements, growth plans, and team dynamics before presenting candidates.", tag: "Process", imageSrc:
"http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"},
{
id: "quality-matches",
title: "Quality Over Quantity",
description:
"Rather than flooding your inbox with hundreds of CVs, we present carefully selected candidates who genuinely fit.",
tag: "Process",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=4",
},
id: "quality-matches", title: "Quality Over Quantity", description:
"Rather than flooding your inbox with hundreds of CVs, we present carefully selected candidates who genuinely fit.", tag: "Process", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg"},
{
id: "strategic-support",
title: "Strategic Support",
description:
"From shortlisting to onboarding support, we're your partner throughout the entire hiring process.",
tag: "Process",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=3",
},
id: "strategic-support", title: "Strategic Support", description:
"From shortlisting to onboarding support, we're your partner throughout the entire hiring process.", tag: "Process", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -156,7 +133,7 @@ export default function ClientsPage() {
{ text: "Request proposal", href: "/contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
/>
</div>