diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index c03a5f3..c9671ce 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -18,32 +18,16 @@ export default function HomePage() {
title="Scale Your Agency With AI Automation"
description="Exo Core delivers advanced AI workflows tailored specifically for UK tech recruitment agencies to slash manual admin and increase fill rates."
primaryButton={{
- text: "Get Started",
- href: "#contact",
- }}
+ text: "Get Started", href: "#contact"}}
secondaryButton={{
- text: "Learn More",
- href: "#about",
- }}
+ text: "Learn More", href: "#about"}}
items={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-low-poly-plexus-design_1048-13390.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-network-connections-design-with-connecting-lines-dots_1048-13615.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-laptop-screen-with-enterprise-resource-planning-showing-moving-charts-growing-turnover-busy-startup-office-selective-focus-portable-computer-with-business-mangement-software_482257-51766.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30136.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-pictures-people_1134-467.jpg",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-low-poly-plexus-design_1048-13390.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-flowing-network-connections-design-with-connecting-lines-dots_1048-13615.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/closeup-laptop-screen-with-enterprise-resource-planning-showing-moving-charts-growing-turnover-busy-startup-office-selective-focus-portable-computer-with-business-mangement-software_482257-51766.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30136.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-pictures-people_1134-467.jpg" }
]}
/>
@@ -54,9 +38,7 @@ export default function HomePage() {
@@ -68,48 +50,13 @@ export default function HomePage() {
title="Automate Every Step of Your Recruitment Cycle"
description="From candidate sourcing to placement, our AI suite handles the heavy lifting."
items={[
- {
- title: "Automated Sourcing",
- description: "AI-led candidate identification across platforms.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/robots-analyzing-data-computer-screens_23-2151966705.jpg",
- },
- {
- title: "Resume Parsing",
- description: "Instant document ingestion and qualification.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg",
- },
- {
- title: "Smart Scheduling",
- description: "Autonomous interview coordination.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graphs_1098-486.jpg",
- },
- {
- title: "Candidate Engagement",
- description: "Personalized AI follow-up campaigns.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-with-chatbot-interface_23-2151977872.jpg",
- },
- {
- title: "Pipeline Analytics",
- description: "Real-time visibility into your agency metrics.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
- },
- {
- title: "Placement Matching",
- description: "Precision algorithms for perfect fits.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg",
- },
- {
- title: "Compliance Suite",
- description: "Automatic record keeping and regulatory checks.",
- href: "#contact",
- imageSrc: "http://img.b2bpic.net/free-photo/securing-digital-world-cyberpunk-vision_23-2151997036.jpg",
- },
+ { title: "Automated Sourcing", description: "AI-led candidate identification across platforms.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/robots-analyzing-data-computer-screens_23-2151966705.jpg" },
+ { title: "Resume Parsing", description: "Instant document ingestion and qualification.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg" },
+ { title: "Smart Scheduling", description: "Autonomous interview coordination.", href: "#contact", imageSrc: "http://img.b2bpic.net/close-up-digital-tablet-with-bar-graphs_1098-486.jpg" },
+ { title: "Candidate Engagement", description: "Personalized AI follow-up campaigns.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/man-using-laptop-with-chatbot-interface_23-2151977872.jpg" },
+ { title: "Pipeline Analytics", description: "Real-time visibility into your agency metrics.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg" },
+ { title: "Placement Matching", description: "Precision algorithms for perfect fits.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg" },
+ { title: "Compliance Suite", description: "Automatic record keeping and regulatory checks.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/securing-digital-world-cyberpunk-vision_23-2151997036.jpg" }
]}
/>
@@ -122,33 +69,9 @@ export default function HomePage() {
title="Unlock Your Agency Potential"
description="Our AI solutions yield consistent performance improvements for UK recruitment firms."
metrics={[
- {
- value: "40%",
- title: "Reduced Admin Time",
- features: [
- "Automated note taking",
- "Instant formatting",
- "Simplified data entry",
- ],
- },
- {
- value: "3x",
- title: "Candidate Throughput",
- features: [
- "Faster parsing",
- "Smart outreach",
- "Automated screening",
- ],
- },
- {
- value: "95%",
- title: "Match Accuracy",
- features: [
- "AI-driven skill evaluation",
- "Contextual matching",
- "Sentiment analysis",
- ],
- },
+ { value: "40%", title: "Reduced Admin Time", features: ["Automated note taking", "Instant formatting", "Simplified data entry"] },
+ { value: "3x", title: "Candidate Throughput", features: ["Faster parsing", "Smart outreach", "Automated screening"] },
+ { value: "95%", title: "Match Accuracy", features: ["AI-driven skill evaluation", "Contextual matching", "Sentiment analysis"] }
]}
/>
@@ -161,26 +84,11 @@ export default function HomePage() {
rating={5}
author="Mark D., Director of Tech Recruitment"
avatars={[
- {
- name: "Alex",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
- },
- {
- name: "Beth",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-girl-student-studying-cafe-smiling-c_197531-30664.jpg",
- },
- {
- name: "Charlie",
- imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-man_23-2148336952.jpg",
- },
- {
- name: "David",
- imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-3579.jpg",
- },
- {
- name: "Eve",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg",
- },
+ { name: "Alex", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" },
+ { name: "Beth", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-young-girl-student-studying-cafe-smiling-c_197531-30664.jpg" },
+ { name: "Charlie", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-man_23-2148336952.jpg" },
+ { name: "David", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-3579.jpg" },
+ { name: "Eve", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg" }
]}
/>
@@ -194,34 +102,13 @@ export default function HomePage() {
description="Choose a tier designed for the scaling needs of UK tech recruitment agencies."
plans={[
{
- tag: "Essential",
- price: "£999/mo",
- description: "Best for boutique agencies.",
- primaryButton: {
- text: "Start Now",
- href: "#contact",
- },
- features: [
- "Candidate Sourcing",
- "Resume Parsing",
- "Smart Scheduling",
- ],
+ tag: "Essential", price: "£999/mo", description: "Best for boutique agencies.", primaryButton: { text: "Start Now", href: "#contact" },
+ features: ["Candidate Sourcing", "Resume Parsing", "Smart Scheduling"]
},
{
- tag: "Growth",
- price: "£2,499/mo",
- description: "The full automation powerhouse.",
- primaryButton: {
- text: "Upgrade",
- href: "#contact",
- },
- features: [
- "Everything in Essential",
- "Advanced Analytics",
- "Engagement Suite",
- "Dedicated Support",
- ],
- },
+ tag: "Growth", price: "£2,499/mo", description: "The full automation powerhouse.", primaryButton: { text: "Upgrade", href: "#contact" },
+ features: ["Everything in Essential", "Advanced Analytics", "Engagement Suite", "Dedicated Support"]
+ }
]}
/>
@@ -232,23 +119,12 @@ export default function HomePage() {
@@ -259,14 +135,8 @@ export default function HomePage() {