From c95a2e57392492f53312aa9cc337706292f091ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:00:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9e6737..b995c67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,15 +99,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Executive Search", tags: [ + id: "1", title: "Secure Top-Tier Leadership", tags: [ "Leadership", "Strategy"], imageSrc: "http://img.b2bpic.net/free-vector/hiring-recruitment-process_23-2148624066.jpg"}, { - id: "2", title: "Career Coaching", tags: [ + id: "2", title: "Accelerate Professional Growth", tags: [ "Development", "Success"], imageSrc: "http://img.b2bpic.net/free-photo/arrow-pack-with-copy-space_23-2148543365.jpg"}, { - id: "3", title: "HR Consulting", tags: [ + id: "3", title: "Optimize Organizational Efficiency", tags: [ "Operations", "Strategy"], imageSrc: "http://img.b2bpic.net/free-vector/online-education-icons-set_1284-6139.jpg"}, ]} @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1