From 23a0cdf0b37d7bee02025af18dfb87ed25f7c6e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:22:29 +0000 Subject: [PATCH] Update src/app/clients/page.tsx --- src/app/clients/page.tsx | 61 +++++++++++++--------------------------- 1 file changed, 19 insertions(+), 42 deletions(-) diff --git a/src/app/clients/page.tsx b/src/app/clients/page.tsx index 53501e3..9905dc5 100644 --- a/src/app/clients/page.tsx +++ b/src/app/clients/page.tsx @@ -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} />