diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7028e77..8b586d1 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -24,8 +24,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "For Employers", href: "/employers" },
{ label: "For Talent", href: "/talent" },
{ label: "How It Works", href: "/how-it-works" },
@@ -33,8 +32,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -42,8 +40,7 @@ export default function AboutPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Help Centre", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "FAQ", href: "#" },
@@ -51,8 +48,7 @@ export default function AboutPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -90,27 +86,19 @@ export default function AboutPage() {
tag="Our Mission"
bulletPoints={[
{
- title: "Built for the Sector",
- description: "Every feature is designed with construction hiring in mind. We understand the industry, the roles, and the verification needs.",
- icon: Shield,
+ title: "Built for the Sector", description: "Every feature is designed with construction hiring in mind. We understand the industry, the roles, and the verification needs.", icon: Shield,
},
{
- title: "Trust Through Verification",
- description: "Profiles include verified experience, qualifications, and registrations relevant to construction and built-environment roles.",
- icon: CheckCircle,
+ title: "Trust Through Verification", description: "Profiles include verified experience, qualifications, and registrations relevant to construction and built-environment roles.", icon: CheckCircle,
},
{
- title: "Clearer Hiring",
- description: "Employers see what matters upfront. Talent gets seen for the right opportunities. No guessing, no hype.",
- icon: Plus,
+ title: "Clearer Hiring", description: "Employers see what matters upfront. Talent gets seen for the right opportunities. No guessing, no hype.", icon: Plus,
},
{
- title: "Support for All",
- description: "From trades and site labour to engineers, architects, and project managers—AGA works for the full construction sector.",
- icon: Layers,
+ title: "Support for All", description: "From trades and site labour to engineers, architects, and project managers—AGA works for the full construction sector.", icon: Layers,
},
]}
- imageSrc="http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg"
imageAlt="Construction industry South Africa modern technology"
imagePosition="right"
textboxLayout="default"
@@ -127,25 +115,13 @@ export default function AboutPage() {
features={[
{
id: 1,
- title: "Sector-Specific Design",
- description: "We focus on construction hiring challenges: trades verification, multiple role levels, location considerations, and compliance requirements.",
- imageSrc: "http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg?_wi=5",
- imageAlt: "Sector-specific construction hiring platform",
- },
+ title: "Sector-Specific Design", description: "We focus on construction hiring challenges: trades verification, multiple role levels, location considerations, and compliance requirements.", imageSrc: "http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg", imageAlt: "Sector-specific construction hiring platform"},
{
id: 2,
- title: "Better Candidate Information",
- description: "No generic templates. Profiles showcase experience, qualifications, registrations, site history, and availability—details employers actually need.",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg?_wi=4",
- imageAlt: "Verified professional profiles with credentials",
- },
+ title: "Better Candidate Information", description: "No generic templates. Profiles showcase experience, qualifications, registrations, site history, and availability—details employers actually need.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg", imageAlt: "Verified professional profiles with credentials"},
{
id: 3,
- title: "Faster, Clearer Decisions",
- description: "Move from browsing to shortlisting to offers with confidence. Both employers and talent see what they need to make decisions.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg?_wi=3",
- imageAlt: "Successful hiring and job placement",
- },
+ title: "Faster, Clearer Decisions", description: "Move from browsing to shortlisting to offers with confidence. Both employers and talent see what they need to make decisions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg", imageAlt: "Successful hiring and job placement"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -159,26 +135,15 @@ export default function AboutPage() {
tag="Trust & Verification"
metrics={[
{
- id: "1",
- value: "Verified",
- description: "All profiles include verified experience, qualifications, and registrations relevant to construction roles.",
- },
+ id: "1", value: "Verified", description: "All profiles include verified experience, qualifications, and registrations relevant to construction roles."},
{
- id: "2",
- value: "Qualified",
- description: "Access candidates with documented credentials, compliance information, and proof of capability.",
- },
+ id: "2", value: "Qualified", description: "Access candidates with documented credentials, compliance information, and proof of capability."},
{
- id: "3",
- value: "Relevant",
- description: "Every candidate profile shows skills, availability, location, and role fit specific to South African construction.",
- },
+ id: "3", value: "Relevant", description: "Every candidate profile shows skills, availability, location, and role fit specific to South African construction."},
{
- id: "4",
- value: "Ready",
- description: "Make faster hiring decisions with clearer information about candidates before scheduling interviews.",
- },
+ id: "4", value: "Ready", description: "Make faster hiring decisions with clearer information about candidates before scheduling interviews."},
]}
+ metricsAnimation="blur-reveal"
useInvertedBackground={true}
/>
@@ -188,7 +153,6 @@ export default function AboutPage() {
logoText="AGA"
columns={footerColumns}
copyrightText="© 2025 AGA. All rights reserved."
- onPrivacyClick={() => console.log("Privacy clicked")}
/>
diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx
index 189924f..7b19fce 100644
--- a/src/app/how-it-works/page.tsx
+++ b/src/app/how-it-works/page.tsx
@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
-import FeatureCardSevenWhy from "@/components/sections/feature/FeatureCardSeven";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
@@ -18,8 +17,7 @@ export default function HowItWorksPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "For Employers", href: "/employers" },
{ label: "For Talent", href: "/talent" },
{ label: "How It Works", href: "/how-it-works" },
@@ -27,8 +25,7 @@ export default function HowItWorksPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -36,8 +33,7 @@ export default function HowItWorksPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Help Centre", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "FAQ", href: "#" },
@@ -45,8 +41,7 @@ export default function HowItWorksPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -85,32 +80,16 @@ export default function HowItWorksPage() {
features={[
{
id: 1,
- title: "Create a Role or Build Your Profile",
- description: "Employers post roles specific to construction trades and professional disciplines. Talent builds one strong profile showcasing experience, qualifications, registrations, and availability.",
- imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg?_wi=3",
- imageAlt: "Creating a role or building a professional profile",
- },
+ title: "Create a Role or Build Your Profile", description: "Employers post roles specific to construction trades and professional disciplines. Talent builds one strong profile showcasing experience, qualifications, registrations, and availability.", imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg", imageAlt: "Creating a role or building a professional profile"},
{
id: 2,
- title: "Get Matched with Relevant Candidates or Opportunities",
- description: "Our platform connects employers with qualified candidates across the sector. Talent sees opportunities that match their skills, location, and career goals.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-architect-talking-cellphone-standing-with-her-male-colleague-construction-site_23-2148203947.jpg?_wi=3",
- imageAlt: "Candidate matching and opportunity discovery",
- },
+ title: "Get Matched with Relevant Candidates or Opportunities", description: "Our platform connects employers with qualified candidates across the sector. Talent sees opportunities that match their skills, location, and career goals.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-architect-talking-cellphone-standing-with-her-male-colleague-construction-site_23-2148203947.jpg", imageAlt: "Candidate matching and opportunity discovery"},
{
id: 3,
- title: "Review, Shortlist, and Move Forward",
- description: "Employers review detailed profiles, verify qualifications, and shortlist candidates with confidence. Talent tracks applications and communicates directly with employers.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg?_wi=4",
- imageAlt: "Shortlisting and candidate review process",
- },
+ title: "Review, Shortlist, and Move Forward", description: "Employers review detailed profiles, verify qualifications, and shortlist candidates with confidence. Talent tracks applications and communicates directly with employers.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg", imageAlt: "Shortlisting and candidate review process"},
{
id: 4,
- title: "Hire or Get Hired with More Clarity",
- description: "Complete your hiring with better information upfront. Talent connects with employers building their careers in construction and the built environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg?_wi=2",
- imageAlt: "Successful hiring and job placement",
- },
+ title: "Hire or Get Hired with More Clarity", description: "Complete your hiring with better information upfront. Talent connects with employers building their careers in construction and the built environment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg", imageAlt: "Successful hiring and job placement"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -119,39 +98,23 @@ export default function HowItWorksPage() {
-
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d7abdd6..b6fb5a8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,8 +32,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "For Employers", href: "/employers" },
{ label: "For Talent", href: "/talent" },
{ label: "How It Works", href: "#how-it-works" },
@@ -41,8 +40,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Contact", href: "#final-cta" },
{ label: "Blog", href: "#" },
@@ -50,8 +48,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Help Centre", href: "#" },
{ label: "Documentation", href: "#" },
{ label: "FAQ", href: "#" },
@@ -59,8 +56,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -87,9 +83,7 @@ export default function HomePage() {
brandName="AGA"
navItems={navItems}
button={{
- text: "Sign In",
- href: "/signin",
- }}
+ text: "Sign In", href: "/signin"}}
animateOnLoad={true}
/>
@@ -102,7 +96,7 @@ export default function HomePage() {
{ text: "Hire Talent", href: "/employers" },
{ text: "Find Opportunities", href: "/talent" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg"
imageAlt="Construction site with diverse professional team working together"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -115,15 +109,7 @@ export default function HomePage() {
description="AGA helps employers hire across the full built environment, from site teams to project professionals. Trusted by contractors, subcontractors, developers, engineering firms, architecture practices, and facilities companies."
tag="The Sector"
names={[
- "Contractors & Subcontractors",
- "Developers & Property Companies",
- "Engineering Firms",
- "Architecture Practices",
- "Project Delivery Companies",
- "Fit-Out & Maintenance",
- "Facilities Management",
- "Construction Recruiting",
- ]}
+ "Contractors & Subcontractors", "Developers & Property Companies", "Engineering Firms", "Architecture Practices", "Project Delivery Companies", "Fit-Out & Maintenance", "Facilities Management", "Construction Recruiting"]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
@@ -139,40 +125,24 @@ export default function HomePage() {
features={[
{
id: 1,
- title: "Create a Role or Build Your Profile",
- description:
- "Employers post roles specific to construction trades and professional disciplines. Talent builds one strong profile showcasing experience, qualifications, registrations, and availability.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg?_wi=1",
- imageAlt: "Creating a role or building a professional profile",
- },
+ title: "Create a Role or Build Your Profile", description:
+ "Employers post roles specific to construction trades and professional disciplines. Talent builds one strong profile showcasing experience, qualifications, registrations, and availability.", imageSrc:
+ "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg", imageAlt: "Creating a role or building a professional profile"},
{
id: 2,
- title: "Get Matched with Relevant Candidates or Opportunities",
- description:
- "Our platform connects employers with qualified candidates across the sector. Talent sees opportunities that match their skills, location, and career goals.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/professional-woman-architect-talking-cellphone-standing-with-her-male-colleague-construction-site_23-2148203947.jpg?_wi=1",
- imageAlt: "Candidate matching and opportunity discovery",
- },
+ title: "Get Matched with Relevant Candidates or Opportunities", description:
+ "Our platform connects employers with qualified candidates across the sector. Talent sees opportunities that match their skills, location, and career goals.", imageSrc:
+ "http://img.b2bpic.net/free-photo/professional-woman-architect-talking-cellphone-standing-with-her-male-colleague-construction-site_23-2148203947.jpg", imageAlt: "Candidate matching and opportunity discovery"},
{
id: 3,
- title: "Review, Shortlist, and Move Forward",
- description:
- "Employers review detailed profiles, verify qualifications, and shortlist candidates with confidence. Talent tracks applications and communicates directly with employers.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg?_wi=1",
- imageAlt: "Shortlisting and candidate review process",
- },
+ title: "Review, Shortlist, and Move Forward", description:
+ "Employers review detailed profiles, verify qualifications, and shortlist candidates with confidence. Talent tracks applications and communicates directly with employers.", imageSrc:
+ "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg", imageAlt: "Shortlisting and candidate review process"},
{
id: 4,
- title: "Hire or Get Hired with More Clarity",
- description:
- "Complete your hiring with better information upfront. Talent connects with employers building their careers in construction and the built environment.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg?_wi=1",
- imageAlt: "Successful hiring and job placement",
- },
+ title: "Hire or Get Hired with More Clarity", description:
+ "Complete your hiring with better information upfront. Talent connects with employers building their careers in construction and the built environment.", imageSrc:
+ "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg", imageAlt: "Successful hiring and job placement"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -187,32 +157,24 @@ export default function HomePage() {
tag="For Employers"
bulletPoints={[
{
- title: "Create Roles Quickly",
- description:
- "Post roles specific to construction trades, technical positions, or professional disciplines.",
- icon: Plus,
+ title: "Create Roles Quickly", description:
+ "Post roles specific to construction trades, technical positions, or professional disciplines.", icon: Plus,
},
{
- title: "Review Relevant Candidates",
- description:
- "Access verified profiles with experience, qualifications, registrations, and availability data upfront.",
- icon: CheckCircle,
+ title: "Review Relevant Candidates", description:
+ "Access verified profiles with experience, qualifications, registrations, and availability data upfront.", icon: CheckCircle,
},
{
- title: "Shortlist with Confidence",
- description:
- "Make faster hiring decisions with clearer information about role fit and candidate credentials.",
- icon: Shield,
+ title: "Shortlist with Confidence", description:
+ "Make faster hiring decisions with clearer information about role fit and candidate credentials.", icon: Shield,
},
{
- title: "Hire Across Trades and Professionals",
- description:
- "From site teams and supervisors to engineers, architects, and project managers—all in one platform.",
- icon: Layers,
+ title: "Hire Across Trades and Professionals", description:
+ "From site teams and supervisors to engineers, architects, and project managers—all in one platform.", icon: Layers,
},
]}
buttons={[{ text: "For Employers", href: "/employers" }]}
- imageSrc="http://img.b2bpic.net/free-photo/employers-agreeing-terms-with-applicant-using-walking-canes_482257-115593.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/employers-agreeing-terms-with-applicant-using-walking-canes_482257-115593.jpg"
imageAlt="Employer hiring interface and construction team management"
imagePosition="right"
textboxLayout="default"
@@ -228,32 +190,24 @@ export default function HomePage() {
tag="For Talent"
bulletPoints={[
{
- title: "Build One Strong Profile",
- description:
- "Showcase your experience, skills, qualifications, registrations, and availability to employers.",
- icon: User,
+ title: "Build One Strong Profile", description:
+ "Showcase your experience, skills, qualifications, registrations, and availability to employers.", icon: User,
},
{
- title: "Show Relevant Experience",
- description:
- "Highlight your background in construction trades, supervision, engineering, or professional roles.",
- icon: Briefcase,
+ title: "Show Relevant Experience", description:
+ "Highlight your background in construction trades, supervision, engineering, or professional roles.", icon: Briefcase,
},
{
- title: "Find Opportunities Across the Sector",
- description:
- "Discover roles from contractors, developers, engineering firms, and built-environment companies nationwide.",
- icon: Map,
+ title: "Find Opportunities Across the Sector", description:
+ "Discover roles from contractors, developers, engineering firms, and built-environment companies nationwide.", icon: Map,
},
{
- title: "Track Your Progress",
- description:
- "Manage applications, communicate with employers, and track your hiring journey in real time.",
- icon: TrendingUp,
+ title: "Track Your Progress", description:
+ "Manage applications, communicate with employers, and track your hiring journey in real time.", icon: TrendingUp,
},
]}
buttons={[{ text: "For Talent", href: "/talent" }]}
- imageSrc="http://img.b2bpic.net/free-psd/construction-business-template_23-2151944623.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-psd/construction-business-template_23-2151944623.jpg"
imageAlt="Talent profile and career opportunity discovery"
imagePosition="left"
textboxLayout="default"
@@ -269,53 +223,23 @@ export default function HomePage() {
tag="Sectors"
products={[
{
- id: "1",
- name: "Trades & Site Labour",
- price: "Electricians, Plumbers, Welders, Bricklayers, Carpenters, General Labour",
- imageSrc:
- "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg?_wi=1",
- imageAlt: "Construction trades professionals",
- },
+ id: "1", name: "Trades & Site Labour", price: "Electricians, Plumbers, Welders, Bricklayers, Carpenters, General Labour", imageSrc:
+ "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg", imageAlt: "Construction trades professionals"},
{
- id: "2",
- name: "Supervisors & Safety",
- price: "Site Supervisors, Foremen, Safety Officers, Site Managers",
- imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg?_wi=1",
- imageAlt: "Construction supervisors and safety roles",
- },
+ id: "2", name: "Supervisors & Safety", price: "Site Supervisors, Foremen, Safety Officers, Site Managers", imageSrc:
+ "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg", imageAlt: "Construction supervisors and safety roles"},
{
- id: "3",
- name: "Engineering & Technical",
- price: "Civil Engineers, Electrical Engineers, Mechanical Engineers, Site Engineers, Technicians",
- imageSrc:
- "http://img.b2bpic.net/free-photo/architects-hold-floor-plans-talk-phone_1150-24351.jpg?_wi=1",
- imageAlt: "Engineering and technical professionals",
- },
+ id: "3", name: "Engineering & Technical", price: "Civil Engineers, Electrical Engineers, Mechanical Engineers, Site Engineers, Technicians", imageSrc:
+ "http://img.b2bpic.net/free-photo/architects-hold-floor-plans-talk-phone_1150-24351.jpg", imageAlt: "Engineering and technical professionals"},
{
- id: "4",
- name: "Quantity Surveying & Commercial",
- price: "Quantity Surveyors, Estimators, Contracts Administrators, Commercial Managers",
- imageSrc:
- "http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=1",
- imageAlt: "Quantity surveying and commercial professionals",
- },
+ id: "4", name: "Quantity Surveying & Commercial", price: "Quantity Surveyors, Estimators, Contracts Administrators, Commercial Managers", imageSrc:
+ "http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg", imageAlt: "Quantity surveying and commercial professionals"},
{
- id: "5",
- name: "Project & Construction Management",
- price: "Construction Project Managers, Project Managers, Planners, Project Coordinators",
- imageSrc:
- "http://img.b2bpic.net/free-photo/man-showing-blueprint-his-female-colleagues-workplace_23-2148204012.jpg?_wi=1",
- imageAlt: "Construction project managers",
- },
+ id: "5", name: "Project & Construction Management", price: "Construction Project Managers, Project Managers, Planners, Project Coordinators", imageSrc:
+ "http://img.b2bpic.net/free-photo/man-showing-blueprint-his-female-colleagues-workplace_23-2148204012.jpg", imageAlt: "Construction project managers"},
{
- id: "6",
- name: "Architecture & Design",
- price: "Architects, Architectural Technologists, Design Professionals",
- imageSrc:
- "http://img.b2bpic.net/free-photo/black-man-showing-blueprint-woman_23-2147807971.jpg?_wi=1",
- imageAlt: "Architecture and design professionals",
- },
+ id: "6", name: "Architecture & Design", price: "Architects, Architectural Technologists, Design Professionals", imageSrc:
+ "http://img.b2bpic.net/free-photo/black-man-showing-blueprint-woman_23-2147807971.jpg", imageAlt: "Architecture and design professionals"},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
@@ -332,40 +256,24 @@ export default function HomePage() {
features={[
{
id: 1,
- title: "Built for the Sector",
- description:
- "Every feature is designed specifically for construction and built-environment hiring. We understand the industry, the roles, the skills, and the verification needs.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg?_wi=1",
- imageAlt: "Sector-specific construction hiring platform",
- },
+ title: "Built for the Sector", description:
+ "Every feature is designed specifically for construction and built-environment hiring. We understand the industry, the roles, the skills, and the verification needs.", imageSrc:
+ "http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg", imageAlt: "Sector-specific construction hiring platform"},
{
id: 2,
- title: "Profiles That Show What Matters",
- description:
- "No generic templates. Candidates showcase relevant experience, qualifications, registrations, availability, and role fit—the details employers actually need.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg?_wi=1",
- imageAlt: "Verified professional profiles with credentials",
- },
+ title: "Profiles That Show What Matters", description:
+ "No generic templates. Candidates showcase relevant experience, qualifications, registrations, availability, and role fit—the details employers actually need.", imageSrc:
+ "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg", imageAlt: "Verified professional profiles with credentials"},
{
id: 3,
- title: "Clearer Hiring Progress",
- description:
- "Track candidates, manage shortlists, and move forward with confidence. Employers see what they need before moving to interviews or offers.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg?_wi=2",
- imageAlt: "Transparent hiring workflow and shortlisting process",
- },
+ title: "Clearer Hiring Progress", description:
+ "Track candidates, manage shortlists, and move forward with confidence. Employers see what they need before moving to interviews or offers.", imageSrc:
+ "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg", imageAlt: "Transparent hiring workflow and shortlisting process"},
{
id: 4,
- title: "Support for Trades and Professionals",
- description:
- "Whether you're hiring site teams or project professionals, AGA works for the full sector—not just one discipline or seniority level.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg?_wi=2",
- imageAlt: "Diverse construction talent across all roles",
- },
+ title: "Support for Trades and Professionals", description:
+ "Whether you're hiring site teams or project professionals, AGA works for the full sector—not just one discipline or seniority level.", imageSrc:
+ "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg", imageAlt: "Diverse construction talent across all roles"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -379,30 +287,19 @@ export default function HomePage() {
tag="Trust & Verification"
metrics={[
{
- id: "1",
- value: "Verified",
- description:
- "All profiles include verified experience, qualifications, and registrations relevant to construction roles.",
- },
+ id: "1", value: "Verified", description:
+ "All profiles include verified experience, qualifications, and registrations relevant to construction roles."},
{
- id: "2",
- value: "Qualified",
- description:
- "Access candidates with documented credentials, compliance information, and proof of capability.",
- },
+ id: "2", value: "Qualified", description:
+ "Access candidates with documented credentials, compliance information, and proof of capability."},
{
- id: "3",
- value: "Relevant",
- description:
- "Every candidate profile shows skills, availability, location, and role fit specific to South African construction.",
- },
+ id: "3", value: "Relevant", description:
+ "Every candidate profile shows skills, availability, location, and role fit specific to South African construction."},
{
- id: "4",
- value: "Ready",
- description:
- "Make faster hiring decisions with clearer information about candidates before scheduling interviews.",
- },
+ id: "4", value: "Ready", description:
+ "Make faster hiring decisions with clearer information about candidates before scheduling interviews."},
]}
+ metricsAnimation="blur-reveal"
useInvertedBackground={true}
/>
@@ -414,7 +311,7 @@ export default function HomePage() {
description="Join employers and talent already using AGA to move faster with more clarity. Whether you're hiring site teams or project professionals, AGA helps you connect with the right people."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg"
imageAlt="Construction professionals on job site"
mediaPosition="right"
mediaAnimation="slide-up"
diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx
index 3c851ca..bda39a4 100644
--- a/src/app/signup/page.tsx
+++ b/src/app/signup/page.tsx
@@ -38,9 +38,7 @@ const SignupPage = () => {
{ name: "About", id: "about" },
]}
button={{
- text: "Sign In",
- href: "/signin",
- }}
+ text: "Sign In", href: "/signin"}}
animateOnLoad={true}
/>
@@ -52,15 +50,11 @@ const SignupPage = () => {
description="AGA helps South African companies find, shortlist, and hire the right construction and built-environment talent. From trades and site labour to engineers, architects, and project managers."
buttons={[
{
- text: "Hire Talent",
- href: "/employers",
- },
+ text: "Hire Talent", href: "/employers"},
{
- text: "Find Opportunities",
- href: "/talent",
- },
+ text: "Find Opportunities", href: "/talent"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg?_wi=7"
+ imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg"
imageAlt="construction site workers team professional South Africa"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -74,15 +68,7 @@ const SignupPage = () => {
description="AGA helps employers hire across the full built environment, from site teams to project professionals. Trusted by contractors, subcontractors, developers, engineering firms, architecture practices, and facilities companies."
tag="The Sector"
names={[
- "Contractors & Subcontractors",
- "Developers & Property Companies",
- "Engineering Firms",
- "Architecture Practices",
- "Project Delivery Companies",
- "Fit-Out & Maintenance",
- "Facilities Management",
- "Construction Recruiting",
- ]}
+ "Contractors & Subcontractors", "Developers & Property Companies", "Engineering Firms", "Architecture Practices", "Project Delivery Companies", "Fit-Out & Maintenance", "Facilities Management", "Construction Recruiting"]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
@@ -99,32 +85,16 @@ const SignupPage = () => {
features={[
{
id: 1,
- title: "Create a Role or Build Your Profile",
- description: "Employers post roles specific to construction trades and professional disciplines. Talent builds one strong profile showcasing experience, qualifications, registrations, and availability.",
- imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg?_wi=4",
- imageAlt: "Creating a role or building a professional profile",
- },
+ title: "Create a Role or Build Your Profile", description: "Employers post roles specific to construction trades and professional disciplines. Talent builds one strong profile showcasing experience, qualifications, registrations, and availability.", imageSrc: "http://img.b2bpic.net/free-photo/education-skills-recruitment-word-search_53876-127810.jpg", imageAlt: "Creating a role or building a professional profile"},
{
id: 2,
- title: "Get Matched with Relevant Candidates or Opportunities",
- description: "Our platform connects employers with qualified candidates across the sector. Talent sees opportunities that match their skills, location, and career goals.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-architect-talking-cellphone-standing-with-her-male-colleague-construction-site_23-2148203947.jpg?_wi=4",
- imageAlt: "Candidate matching and opportunity discovery",
- },
+ title: "Get Matched with Relevant Candidates or Opportunities", description: "Our platform connects employers with qualified candidates across the sector. Talent sees opportunities that match their skills, location, and career goals.", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-architect-talking-cellphone-standing-with-her-male-colleague-construction-site_23-2148203947.jpg", imageAlt: "Candidate matching and opportunity discovery"},
{
id: 3,
- title: "Review, Shortlist, and Move Forward",
- description: "Employers review detailed profiles, verify qualifications, and shortlist candidates with confidence. Talent tracks applications and communicates directly with employers.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg?_wi=7",
- imageAlt: "Shortlisting and candidate review process",
- },
+ title: "Review, Shortlist, and Move Forward", description: "Employers review detailed profiles, verify qualifications, and shortlist candidates with confidence. Talent tracks applications and communicates directly with employers.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg", imageAlt: "Shortlisting and candidate review process"},
{
id: 4,
- title: "Hire or Get Hired with More Clarity",
- description: "Complete your hiring with better information upfront. Talent connects with employers building their careers in construction and the built environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg?_wi=4",
- imageAlt: "Successful hiring and job placement",
- },
+ title: "Hire or Get Hired with More Clarity", description: "Complete your hiring with better information upfront. Talent connects with employers building their careers in construction and the built environment.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg", imageAlt: "Successful hiring and job placement"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -140,33 +110,23 @@ const SignupPage = () => {
tag="For Employers"
bulletPoints={[
{
- title: "Create Roles Quickly",
- description: "Post roles specific to construction trades, technical positions, or professional disciplines.",
- icon: Plus,
+ title: "Create Roles Quickly", description: "Post roles specific to construction trades, technical positions, or professional disciplines.", icon: Plus,
},
{
- title: "Review Relevant Candidates",
- description: "Access verified profiles with experience, qualifications, registrations, and availability data upfront.",
- icon: CheckCircle,
+ title: "Review Relevant Candidates", description: "Access verified profiles with experience, qualifications, registrations, and availability data upfront.", icon: CheckCircle,
},
{
- title: "Shortlist with Confidence",
- description: "Make faster hiring decisions with clearer information about role fit and candidate credentials.",
- icon: Shield,
+ title: "Shortlist with Confidence", description: "Make faster hiring decisions with clearer information about role fit and candidate credentials.", icon: Shield,
},
{
- title: "Hire Across Trades and Professionals",
- description: "From site teams and supervisors to engineers, architects, and project managers—all in one platform.",
- icon: Layers,
+ title: "Hire Across Trades and Professionals", description: "From site teams and supervisors to engineers, architects, and project managers—all in one platform.", icon: Layers,
},
]}
buttons={[
{
- text: "For Employers",
- href: "/employers",
- },
+ text: "For Employers", href: "/employers"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/employers-agreeing-terms-with-applicant-using-walking-canes_482257-115593.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/employers-agreeing-terms-with-applicant-using-walking-canes_482257-115593.jpg"
imageAlt="employer hiring team construction office"
imagePosition="right"
textboxLayout="default"
@@ -183,33 +143,23 @@ const SignupPage = () => {
tag="For Talent"
bulletPoints={[
{
- title: "Build One Strong Profile",
- description: "Showcase your experience, skills, qualifications, registrations, and availability to employers.",
- icon: User,
+ title: "Build One Strong Profile", description: "Showcase your experience, skills, qualifications, registrations, and availability to employers.", icon: User,
},
{
- title: "Show Relevant Experience",
- description: "Highlight your background in construction trades, supervision, engineering, or professional roles.",
- icon: Briefcase,
+ title: "Show Relevant Experience", description: "Highlight your background in construction trades, supervision, engineering, or professional roles.", icon: Briefcase,
},
{
- title: "Find Opportunities Across the Sector",
- description: "Discover roles from contractors, developers, engineering firms, and built-environment companies nationwide.",
- icon: Map,
+ title: "Find Opportunities Across the Sector", description: "Discover roles from contractors, developers, engineering firms, and built-environment companies nationwide.", icon: Map,
},
{
- title: "Track Your Progress",
- description: "Manage applications, communicate with employers, and track your hiring journey in real time.",
- icon: TrendingUp,
+ title: "Track Your Progress", description: "Manage applications, communicate with employers, and track your hiring journey in real time.", icon: TrendingUp,
},
]}
buttons={[
{
- text: "For Talent",
- href: "/talent",
- },
+ text: "For Talent", href: "/talent"},
]}
- imageSrc="http://img.b2bpic.net/free-psd/construction-business-template_23-2151944623.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-psd/construction-business-template_23-2151944623.jpg"
imageAlt="construction worker professional career opportunity"
imagePosition="left"
textboxLayout="default"
@@ -226,47 +176,17 @@ const SignupPage = () => {
tag="Sectors"
products={[
{
- id: "1",
- name: "Trades & Site Labour",
- price: "Electricians, Plumbers, Welders, Bricklayers, Carpenters, General Labour",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg?_wi=7",
- imageAlt: "Construction trades professionals",
- },
+ id: "1", name: "Trades & Site Labour", price: "Electricians, Plumbers, Welders, Bricklayers, Carpenters, General Labour", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg", imageAlt: "Construction trades professionals"},
{
- id: "2",
- name: "Supervisors & Safety",
- price: "Site Supervisors, Foremen, Safety Officers, Site Managers",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg?_wi=4",
- imageAlt: "Construction supervisors and safety roles",
- },
+ id: "2", name: "Supervisors & Safety", price: "Site Supervisors, Foremen, Safety Officers, Site Managers", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2148921393.jpg", imageAlt: "Construction supervisors and safety roles"},
{
- id: "3",
- name: "Engineering & Technical",
- price: "Civil Engineers, Electrical Engineers, Mechanical Engineers, Site Engineers, Technicians",
- imageSrc: "http://img.b2bpic.net/free-photo/architects-hold-floor-plans-talk-phone_1150-24351.jpg?_wi=4",
- imageAlt: "Engineering and technical professionals",
- },
+ id: "3", name: "Engineering & Technical", price: "Civil Engineers, Electrical Engineers, Mechanical Engineers, Site Engineers, Technicians", imageSrc: "http://img.b2bpic.net/free-photo/architects-hold-floor-plans-talk-phone_1150-24351.jpg", imageAlt: "Engineering and technical professionals"},
{
- id: "4",
- name: "Quantity Surveying & Commercial",
- price: "Quantity Surveyors, Estimators, Contracts Administrators, Commercial Managers",
- imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg?_wi=4",
- imageAlt: "Quantity surveying and commercial professionals",
- },
+ id: "4", name: "Quantity Surveying & Commercial", price: "Quantity Surveyors, Estimators, Contracts Administrators, Commercial Managers", imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-laptop-screen_1098-4113.jpg", imageAlt: "Quantity surveying and commercial professionals"},
{
- id: "5",
- name: "Project & Construction Management",
- price: "Construction Project Managers, Project Managers, Planners, Project Coordinators",
- imageSrc: "http://img.b2bpic.net/free-photo/man-showing-blueprint-his-female-colleagues-workplace_23-2148204012.jpg?_wi=4",
- imageAlt: "Construction project managers",
- },
+ id: "5", name: "Project & Construction Management", price: "Construction Project Managers, Project Managers, Planners, Project Coordinators", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-blueprint-his-female-colleagues-workplace_23-2148204012.jpg", imageAlt: "Construction project managers"},
{
- id: "6",
- name: "Architecture & Design",
- price: "Architects, Architectural Technologists, Design Professionals",
- imageSrc: "http://img.b2bpic.net/free-photo/black-man-showing-blueprint-woman_23-2147807971.jpg?_wi=4",
- imageAlt: "Architecture and design professionals",
- },
+ id: "6", name: "Architecture & Design", price: "Architects, Architectural Technologists, Design Professionals", imageSrc: "http://img.b2bpic.net/free-photo/black-man-showing-blueprint-woman_23-2147807971.jpg", imageAlt: "Architecture and design professionals"},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
@@ -284,32 +204,16 @@ const SignupPage = () => {
features={[
{
id: 1,
- title: "Built for the Sector",
- description: "Every feature is designed specifically for construction and built-environment hiring. We understand the industry, the roles, the skills, and the verification needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg?_wi=6",
- imageAlt: "Sector-specific construction hiring platform",
- },
+ title: "Built for the Sector", description: "Every feature is designed specifically for construction and built-environment hiring. We understand the industry, the roles, the skills, and the verification needs.", imageSrc: "http://img.b2bpic.net/free-photo/factory-personnel-inspecting-steel-machinery-warehouse-plant-highlighting-professional-job_482257-135643.jpg", imageAlt: "Sector-specific construction hiring platform"},
{
id: 2,
- title: "Profiles That Show What Matters",
- description: "No generic templates. Candidates showcase relevant experience, qualifications, registrations, availability, and role fit—the details employers actually need.",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg?_wi=5",
- imageAlt: "Verified professional profiles with credentials",
- },
+ title: "Profiles That Show What Matters", description: "No generic templates. Candidates showcase relevant experience, qualifications, registrations, availability, and role fit—the details employers actually need.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-doing-ok-with-hand-with-folder-other_1187-3441.jpg", imageAlt: "Verified professional profiles with credentials"},
{
id: 3,
- title: "Clearer Hiring Progress",
- description: "Track candidates, manage shortlists, and move forward with confidence. Employers see what they need before moving to interviews or offers.",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg?_wi=8",
- imageAlt: "Transparent hiring workflow and shortlisting process",
- },
+ title: "Clearer Hiring Progress", description: "Track candidates, manage shortlists, and move forward with confidence. Employers see what they need before moving to interviews or offers.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-sitting-with-laptop-talking-other-colleagues_1262-808.jpg", imageAlt: "Transparent hiring workflow and shortlisting process"},
{
id: 4,
- title: "Support for Trades and Professionals",
- description: "Whether you're hiring site teams or project professionals, AGA works for the full sector—not just one discipline or seniority level.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg?_wi=8",
- imageAlt: "Diverse construction talent across all roles",
- },
+ title: "Support for Trades and Professionals", description: "Whether you're hiring site teams or project professionals, AGA works for the full sector—not just one discipline or seniority level.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-warehouse-handyman-face-portrait_482257-77655.jpg", imageAlt: "Diverse construction talent across all roles"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -324,26 +228,15 @@ const SignupPage = () => {
tag="Trust & Verification"
metrics={[
{
- id: "1",
- value: "Verified",
- description: "All profiles include verified experience, qualifications, and registrations relevant to construction roles.",
- },
+ id: "1", value: "Verified", description: "All profiles include verified experience, qualifications, and registrations relevant to construction roles."},
{
- id: "2",
- value: "Qualified",
- description: "Access candidates with documented credentials, compliance information, and proof of capability.",
- },
+ id: "2", value: "Qualified", description: "Access candidates with documented credentials, compliance information, and proof of capability."},
{
- id: "3",
- value: "Relevant",
- description: "Every candidate profile shows skills, availability, location, and role fit specific to South African construction.",
- },
+ id: "3", value: "Relevant", description: "Every candidate profile shows skills, availability, location, and role fit specific to South African construction."},
{
- id: "4",
- value: "Ready",
- description: "Make faster hiring decisions with clearer information about candidates before scheduling interviews.",
- },
+ id: "4", value: "Ready", description: "Make faster hiring decisions with clearer information about candidates before scheduling interviews."},
]}
+ metricsAnimation="blur-reveal"
useInvertedBackground={true}
/>
@@ -355,10 +248,9 @@ const SignupPage = () => {
title="A Better Way to Hire for South African Construction"
description="Join employers and talent already using AGA to move faster with more clarity. Whether you're hiring site teams or project professionals, AGA helps you connect with the right people."
background={{
- variant: "sparkles-gradient",
- }}
+ variant: "sparkles-gradient"}}
useInvertedBackground={false}
- imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg?_wi=8"
+ imageSrc="http://img.b2bpic.net/free-photo/serious-pensive-male-business-executive-signing-papers-given-by-secretary_1262-12470.jpg"
imageAlt="Construction professionals on job site"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -374,87 +266,51 @@ const SignupPage = () => {
logoText="AGA"
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{
- label: "For Employers",
- href: "/employers",
- },
+ label: "For Employers", href: "/employers"},
{
- label: "For Talent",
- href: "/talent",
- },
+ label: "For Talent", href: "/talent"},
{
- label: "How It Works",
- href: "/how-it-works",
- },
+ label: "How It Works", href: "/how-it-works"},
{
- label: "Talent Categories",
- href: "/talent-categories",
- },
+ label: "Talent Categories", href: "/talent-categories"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "/about",
- },
+ label: "About", href: "/about"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Contact", href: "/contact"},
{
- label: "Blog",
- href: "#",
- },
+ label: "Blog", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{
- label: "Help Centre",
- href: "#",
- },
+ label: "Help Centre", href: "#"},
{
- label: "Documentation",
- href: "#",
- },
+ label: "Documentation", href: "#"},
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
{
- label: "Status",
- href: "#",
- },
+ label: "Status", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Cookie Policy",
- href: "#",
- },
+ label: "Cookie Policy", href: "#"},
{
- label: "Security",
- href: "#",
- },
+ label: "Security", href: "#"},
],
},
]}