From 4c8bb9db750337262bd0c2ced45db5be90e0cc8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:46 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 79e4cf3..04552f3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { description="Since 2004, we've been committed to honest partnerships" subdescription="Every relationship matters. Every candidate deserves respect. Every client deserves excellence." icon={HandshakeIcon} - imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=2" imageAlt="Adapro team collaborating with clients" mediaAnimation="slide-up" useInvertedBackground={false} @@ -91,7 +91,7 @@ export default function AboutPage() { "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", + "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=2", }, { id: "expertise", @@ -100,7 +100,7 @@ export default function AboutPage() { "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", + "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=2", }, { id: "partnership", @@ -109,7 +109,7 @@ export default function AboutPage() { "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", + "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=2", }, ]} animationType="slide-up" -- 2.49.1 From 5b85046c863f9c1c2981a55938424d1e562b3481 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:47 +0000 Subject: [PATCH 2/5] Update src/app/candidates/page.tsx --- src/app/candidates/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/candidates/page.tsx b/src/app/candidates/page.tsx index 97166ec..e569c39 100644 --- a/src/app/candidates/page.tsx +++ b/src/app/candidates/page.tsx @@ -71,7 +71,7 @@ export default function CandidatesPage() { 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" + 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=2" imageAlt="Candidates exploring career opportunities" mediaAnimation="slide-up" testimonials={[ @@ -82,7 +82,7 @@ export default function CandidatesPage() { "Adapro helped me find the perfect role that aligned with my career goals. Their support throughout was exceptional.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", }, { name: "Rachel Green", @@ -91,7 +91,7 @@ export default function CandidatesPage() { "They listened to what I wanted and didn't push me toward roles that weren't right. That integrity is rare.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", }, ]} testimonialRotationInterval={5000} @@ -116,7 +116,7 @@ export default function CandidatesPage() { "Your dedicated recruiter gets to know you, your goals, and your values. We match you with roles that fit.", tag: "Candidates", imageSrc: - "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg", + "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=3", }, { id: "sector-expertise", @@ -125,7 +125,7 @@ export default function CandidatesPage() { "With 20+ years in professional services, we understand career progression, market rates, and opportunities.", tag: "Candidates", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg", + "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=3", }, { id: "honest-advice", @@ -134,7 +134,7 @@ export default function CandidatesPage() { "We'll tell you if a role is right for you, even if it means passing on a commission. Your career matters most.", tag: "Candidates", imageSrc: - "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg", + "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=3", }, ]} animationType="slide-up" -- 2.49.1 From b63a9fe8613b61a46a5a6942f33ea48c7b3316df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:48 +0000 Subject: [PATCH 3/5] Update src/app/clients/page.tsx --- src/app/clients/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/clients/page.tsx b/src/app/clients/page.tsx index 94ad072..53501e3 100644 --- a/src/app/clients/page.tsx +++ b/src/app/clients/page.tsx @@ -71,7 +71,7 @@ export default function ClientsPage() { 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" + 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" imageAlt="Client and recruitment team partnership" mediaAnimation="slide-up" testimonials={[ @@ -82,7 +82,7 @@ export default function ClientsPage() { "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", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", }, { name: "Lisa Chen", @@ -91,7 +91,7 @@ export default function ClientsPage() { "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", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", }, ]} testimonialRotationInterval={5000} @@ -116,7 +116,7 @@ export default function ClientsPage() { "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", + "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=4", }, { id: "quality-matches", @@ -125,7 +125,7 @@ export default function ClientsPage() { "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", + "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=4", }, { id: "strategic-support", @@ -134,7 +134,7 @@ export default function ClientsPage() { "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", + "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=3", }, ]} animationType="slide-up" -- 2.49.1 From c3a651acf27c09bcab37d3c396d64d64d6531fd9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:50 +0000 Subject: [PATCH 4/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c9b0d0a..cd22e61 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -91,7 +91,7 @@ export default function ContactPage() { "Send us a message and we'll respond within 24 hours. info@adapro.com", tag: "Email", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg", + "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=5", }, { id: "phone", @@ -100,7 +100,7 @@ export default function ContactPage() { "Prefer to talk? Call us directly. Our team is available Monday to Friday, 9am–5pm GMT.", tag: "Phone", imageSrc: - "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg", + "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=5", }, { id: "linkedin", @@ -109,7 +109,7 @@ export default function ContactPage() { "Connect with us on LinkedIn or send a direct message to our team.", tag: "Social", imageSrc: - "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg", + "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=4", }, ]} animationType="slide-up" -- 2.49.1 From d04e7cf5f7fe3e3879c1cbc5a347d6c26434ad52 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:18:51 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d3d23..f2e96c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function HomePage() { 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" + 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=1" imageAlt="Professional recruitment team in action" mediaAnimation="slide-up" testimonials={[ @@ -83,7 +83,7 @@ export default function HomePage() { "Adapro understood our exact needs and delivered exceptional candidates within weeks. Truly consultative.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", }, { name: "Sarah Mitchell", @@ -92,7 +92,7 @@ export default function HomePage() { "The honesty and transparency throughout the process set them apart. No hard sells, just results.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", }, { name: "James Chen", @@ -110,7 +110,7 @@ export default function HomePage() { "More than recruiters – they're strategic partners invested in long-term relationships.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", }, ]} testimonialRotationInterval={5000} @@ -132,7 +132,7 @@ export default function HomePage() { description="Over 20 years transforming professional services hiring" subdescription="Built on relationships that last" icon={HandshakeIcon} - imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1" imageAlt="Adapro team collaborating with clients" mediaAnimation="slide-up" useInvertedBackground={true} @@ -151,7 +151,7 @@ export default function HomePage() { "CFOs, controllers, financial analysts, and accounting professionals. From audit to FP&A.", tag: "Finance", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg", + "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=1", }, { id: "hr", @@ -160,7 +160,7 @@ export default function HomePage() { "HR directors, talent acquisition leaders, and people strategy experts.", tag: "HR", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=1", }, { id: "procurement", @@ -178,7 +178,7 @@ export default function HomePage() { "Marketing leaders, digital strategists, and campaign specialists.", tag: "Marketing", imageSrc: - "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg", + "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=1", }, { id: "legal", @@ -216,7 +216,7 @@ export default function HomePage() { company: "Investment Management Firm", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", }, { id: "2", @@ -225,7 +225,7 @@ export default function HomePage() { company: "Professional Services", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", }, { id: "3", -- 2.49.1