Merge version_1 into main #2
207
src/app/page.tsx
207
src/app/page.tsx
@@ -19,31 +19,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Elite Talent Agency"
|
||||
/>
|
||||
@@ -56,37 +53,23 @@ export default function LandingPage() {
|
||||
tag="Trusted Manpower Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Services", href: "#features"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-keyboard-glasses-with-executives-background_1098-3635.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-keyboard-glasses-with-executives-background_1098-3635.jpg"
|
||||
imageAlt="Professional recruitment team"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg",
|
||||
alt: "Recruitment team member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", alt: "Recruitment team member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg",
|
||||
alt: "Recruitment team member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", alt: "Recruitment team member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg",
|
||||
alt: "Recruitment team member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", alt: "Recruitment team member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-interracial-business-couple-dressed-formally_273609-8231.jpg",
|
||||
alt: "Recruitment team member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-interracial-business-couple-dressed-formally_273609-8231.jpg", alt: "Recruitment team member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/three-stylish-business-people_23-2147626466.jpg",
|
||||
alt: "Recruitment team member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/three-stylish-business-people_23-2147626466.jpg", alt: "Recruitment team member 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ top-tier partners"
|
||||
/>
|
||||
@@ -99,19 +82,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Talent Placed",
|
||||
value: "15,000+",
|
||||
},
|
||||
label: "Talent Placed", value: "15,000+"},
|
||||
{
|
||||
icon: Building2,
|
||||
label: "Partner Clients",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Partner Clients", value: "500+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years Experience", value: "20+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -124,67 +101,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Skilled Workforce Development",
|
||||
description: "Custom training programs and screening to ensure every placement meets your quality standards.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-with-their-financial-advisor-about-their-future-investments-focus-is-african-america-financial-advisor_637285-872.jpg",
|
||||
imageAlt: "Workforce development",
|
||||
},
|
||||
title: "Skilled Workforce Development", description: "Custom training programs and screening to ensure every placement meets your quality standards.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-with-their-financial-advisor-about-their-future-investments-focus-is-african-america-financial-advisor_637285-872.jpg", imageAlt: "Workforce development"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Rigorous vetting process",
|
||||
},
|
||||
text: "Rigorous vetting process"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Continuous performance tracking",
|
||||
},
|
||||
text: "Continuous performance tracking"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-keyboard-glasses-with-executives-background_1098-3635.jpg?_wi=2",
|
||||
imageAlt: "skilled worker job training",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Corporate Talent Acquisition",
|
||||
description: "Direct hire and executive search for long-term growth and sustainable leadership success.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_23-2147626528.jpg",
|
||||
imageAlt: "Corporate staffing",
|
||||
},
|
||||
title: "Corporate Talent Acquisition", description: "Direct hire and executive search for long-term growth and sustainable leadership success.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_23-2147626528.jpg", imageAlt: "Corporate staffing"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Strategic hiring alignment",
|
||||
},
|
||||
text: "Strategic hiring alignment"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Candidate retention support",
|
||||
},
|
||||
text: "Candidate retention support"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg",
|
||||
imageAlt: "skilled worker job training",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Industrial & Logistics Staffing",
|
||||
description: "Fast-turnaround personnel placement for high-volume operational environments and facility support.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Logistics staffing",
|
||||
},
|
||||
title: "Industrial & Logistics Staffing", description: "Fast-turnaround personnel placement for high-volume operational environments and facility support.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Logistics staffing"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "24/7 staffing availability",
|
||||
},
|
||||
text: "24/7 staffing availability"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "On-site safety compliance",
|
||||
},
|
||||
text: "On-site safety compliance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=1",
|
||||
imageAlt: "skilled worker job training",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Tailored Staffing Services"
|
||||
@@ -197,14 +150,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp Solutions",
|
||||
"Global Build Co",
|
||||
"Hospitality Group",
|
||||
"Energy Renewables",
|
||||
"Healthcare Pros",
|
||||
"Advisory Firm",
|
||||
"Retail Ops",
|
||||
]}
|
||||
"TechCorp Solutions", "Global Build Co", "Hospitality Group", "Energy Renewables", "Healthcare Pros", "Advisory Firm", "Retail Ops"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Proud partners with companies driving innovation across diverse sectors."
|
||||
/>
|
||||
@@ -217,45 +163,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "HR Director, TechCorp",
|
||||
testimonial: "Exceptional service. They truly understand the nuance of our staffing needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "HR Director, TechCorp", testimonial: "Exceptional service. They truly understand the nuance of our staffing needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Evans",
|
||||
handle: "Operations Lead, Logistics Pro",
|
||||
testimonial: "The industrial talent they provide is unparalleled in both quality and speed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Mark Evans", handle: "Operations Lead, Logistics Pro", testimonial: "The industrial talent they provide is unparalleled in both quality and speed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
handle: "CEO, Hospitality Group",
|
||||
testimonial: "Reliable, professional, and always available. They make recruitment seamless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", handle: "CEO, Hospitality Group", testimonial: "Reliable, professional, and always available. They make recruitment seamless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Chan",
|
||||
handle: "Manager, Retail Corp",
|
||||
testimonial: "Their onboarding process is the best I've encountered in the manpower industry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-close-window_1098-433.jpg",
|
||||
},
|
||||
id: "4", name: "David Chan", handle: "Manager, Retail Corp", testimonial: "Their onboarding process is the best I've encountered in the manpower industry.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-close-window_1098-433.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jennifer Wu",
|
||||
handle: "VP Operations, Energy Renew",
|
||||
testimonial: "Consistent delivery, year after year. A trusted extension of our team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
|
||||
},
|
||||
id: "5", name: "Jennifer Wu", handle: "VP Operations, Energy Renew", testimonial: "Consistent delivery, year after year. A trusted extension of our team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -269,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do you screen candidates?",
|
||||
content: "Our 4-step verification process includes skill testing, background checks, and cultural fit analysis.",
|
||||
},
|
||||
id: "q1", title: "How do you screen candidates?", content: "Our 4-step verification process includes skill testing, background checks, and cultural fit analysis."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What industries do you serve?",
|
||||
content: "We support industrial, logistics, tech, hospitality, corporate, and healthcare sectors.",
|
||||
},
|
||||
id: "q2", title: "What industries do you serve?", content: "We support industrial, logistics, tech, hospitality, corporate, and healthcare sectors."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you provide temporary staffing?",
|
||||
content: "Yes, we offer flexible temporary, temp-to-hire, and permanent placement solutions.",
|
||||
},
|
||||
id: "q3", title: "Can you provide temporary staffing?", content: "Yes, we offer flexible temporary, temp-to-hire, and permanent placement solutions."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about partnering with our agency."
|
||||
@@ -294,16 +206,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Build Your Workforce?"
|
||||
description="Let's discuss how we can help you find the talent you need. Send us a message and our team will get in touch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:hello@elitetalent.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:hello@elitetalent.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -312,13 +221,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Elite Talent Agency"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user