Update src/app/clients/page.tsx
This commit is contained in:
@@ -49,7 +49,7 @@ export default function ClientsPage() {
|
|||||||
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"
|
||||||
@@ -70,29 +70,21 @@ export default function ClientsPage() {
|
|||||||
tag="For Clients"
|
tag="For Clients"
|
||||||
tagIcon={Briefcase}
|
tagIcon={Briefcase}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "noise" }}
|
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?_wi=3"
|
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"
|
imageAlt="Client and recruitment team partnership"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Marcus Thompson",
|
name: "Marcus Thompson", handle: "VP of Operations", testimonial:
|
||||||
handle: "VP of Operations",
|
"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,
|
||||||
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:
|
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",
|
name: "Lisa Chen", handle: "Head of Finance", testimonial:
|
||||||
handle: "Head of Finance",
|
"We've worked with many recruiters, but Adapro stands out. They're consultants first, salespeople second.", rating: 5,
|
||||||
testimonial:
|
|
||||||
"We've worked with many recruiters, but Adapro stands out. They're consultants first, salespeople second.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc:
|
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}
|
testimonialRotationInterval={5000}
|
||||||
buttons={[
|
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."
|
description="We don't just fill vacancies – we solve talent challenges. Here's how we work with clients."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "deep-discovery",
|
id: "deep-discovery", title: "Deep Discovery", description:
|
||||||
title: "Deep Discovery",
|
"We invest time understanding your culture, requirements, growth plans, and team dynamics before presenting candidates.", tag: "Process", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg"},
|
||||||
"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: "quality-matches",
|
id: "quality-matches", title: "Quality Over Quantity", description:
|
||||||
title: "Quality Over Quantity",
|
"Rather than flooding your inbox with hundreds of CVs, we present carefully selected candidates who genuinely fit.", tag: "Process", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg"},
|
||||||
"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: "strategic-support",
|
id: "strategic-support", title: "Strategic Support", description:
|
||||||
title: "Strategic Support",
|
"From shortlisting to onboarding support, we're your partner throughout the entire hiring process.", tag: "Process", imageSrc:
|
||||||
description:
|
"http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg"},
|
||||||
"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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -156,7 +133,7 @@ export default function ClientsPage() {
|
|||||||
{ text: "Request proposal", href: "/contact" },
|
{ text: "Request proposal", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "noise" }}
|
background={{ variant: "animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user