Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 333ade6c9a | |||
| 5dbe14f900 | |||
| 9158cfe714 | |||
| 5817197ce1 | |||
| ce4e79feec | |||
| 1a37c16471 |
@@ -12,7 +12,7 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"
|
|||||||
import { Briefcase, Star, HandshakeIcon, Quote, Zap } from "lucide-react";
|
import { Briefcase, Star, HandshakeIcon, Quote, Zap } from "lucide-react";
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Candidates", id: "candidates" },
|
{ name: "Candidates", id: "candidates" },
|
||||||
{ name: "Clients", id: "clients" },
|
{ name: "Clients", id: "clients" },
|
||||||
@@ -23,21 +23,21 @@ const footerColumns = [
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "about" },
|
||||||
{ label: "Careers", href: "#careers" },
|
{ label: "Careers", href: "careers" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "For Candidates", href: "/candidates" },
|
{ label: "For Candidates", href: "candidates" },
|
||||||
{ label: "For Clients", href: "/clients" },
|
{ label: "For Clients", href: "clients" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "final-cta" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Privacy Policy", href: "#privacy" },
|
{ label: "Privacy Policy", href: "privacy" },
|
||||||
{ label: "Terms", href: "#terms" },
|
{ label: "Terms", href: "terms" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -60,7 +60,7 @@ export default function HomePage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact", href: "/contact" }}
|
button={{ text: "Contact", href: "final-cta" }}
|
||||||
brandName="Adapro"
|
brandName="Adapro"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -92,8 +92,8 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start a conversation", href: "/contact" },
|
{ text: "Start a conversation", href: "final-cta" },
|
||||||
{ text: "Register as candidate", href: "/candidates" },
|
{ text: "Register as candidate", href: "candidates" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -107,7 +107,7 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Experience, honesty, partnership. That's how we work."
|
title="Experience, honesty, partnership. That's how we work."
|
||||||
description="Over 20 years transforming professional services hiring"
|
description="Over 20 years transforming professional services hiring"
|
||||||
subdescription="Built on relationships that last"
|
subdescription="Built on relationships that last – 90%+ client retention rate"
|
||||||
icon={HandshakeIcon}
|
icon={HandshakeIcon}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1"
|
||||||
imageAlt="Adapro team collaborating with clients"
|
imageAlt="Adapro team collaborating with clients"
|
||||||
@@ -183,8 +183,8 @@ export default function HomePage() {
|
|||||||
title="Let's start a conversation"
|
title="Let's start a conversation"
|
||||||
description="Whether you're looking to hire exceptional talent or explore your next career opportunity, we're here to help. No pressure, no sales pitch – just honest advice from people who understand your world."
|
description="Whether you're looking to hire exceptional talent or explore your next career opportunity, we're here to help. No pressure, no sales pitch – just honest advice from people who understand your world."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get in touch", href: "/contact" },
|
{ text: "Get in touch", href: "final-cta" },
|
||||||
{ text: "Book a call", href: "/contact" },
|
{ text: "Book a call", href: "final-cta" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user