|
|
|
|
@@ -4,13 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
|
|
|
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
|
|
|
|
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
|
|
|
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
|
|
|
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|
|
|
|
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|
|
|
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
|
|
|
|
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
|
|
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
|
|
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
|
|
|
|
import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe } from "lucide-react";
|
|
|
|
|
import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe, ArrowRight, BarChart3 } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -32,8 +30,7 @@ export default function LandingPage() {
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Success Stories", id: "success-stories" },
|
|
|
|
|
{ name: "Impact", id: "impact" },
|
|
|
|
|
{ name: "Pricing", id: "pricing" },
|
|
|
|
|
{ name: "Revenue", id: "revenue" },
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Get Started", href: "#contact"
|
|
|
|
|
@@ -58,10 +55,10 @@ export default function LandingPage() {
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg", alt: "business manager portrait photo"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
avatarText="Trusted by 500+ companies"
|
|
|
|
|
avatarText="Connecting businesses + Closers "
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Post a Job", href: "#contact" },
|
|
|
|
|
{ text: "Browse Talent", href: "#services" },
|
|
|
|
|
{ text: "Learn More", href: "#services" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -123,16 +120,20 @@ export default function LandingPage() {
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Chen", role: "CTO", company: "TechVenture Labs", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sad-man-sitting-cafe-table-using-tablet_1262-1073.jpg", imageAlt: "Sarah Chen CTO"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sad-man-sitting-cafe-table-using-tablet_1262-1073.jpg", imageAlt: "Sarah Chen CTO"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Michael Torres", role: "HR Director", company: "Finance Plus", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Michael Torres HR Director"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Michael Torres HR Director"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Emma Richardson", role: "Operations Manager", company: "Healthcare Solutions", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "Emma Richardson Operations Manager"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "Emma Richardson Operations Manager"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "James Wilson", role: "Founder", company: "Innovation Labs", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "James Wilson Founder"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "James Wilson Founder"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
title="Success Stories"
|
|
|
|
|
description="Real outcomes from companies across Australia that transformed their hiring with NextHire."
|
|
|
|
|
@@ -150,29 +151,25 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="impact" data-section="impact">
|
|
|
|
|
<MetricCardOne
|
|
|
|
|
<div id="revenue" data-section="revenue">
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", value: "500", title: "Vetted Professionals", description: "Access to Australia's top talent pool across all industries and experience levels", icon: Users2,
|
|
|
|
|
},
|
|
|
|
|
id: "1", value: "$900K", description: "Revenue Generated for Clients This Month"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", value: "10", title: "Day Average Placement", description: "Lightning-fast recruitment from job posting to qualified candidate match", icon: Clock,
|
|
|
|
|
},
|
|
|
|
|
id: "2", value: "$4.05M", description: "Total Revenue Generated to Date"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", value: "92", title: "% Retention Rate", description: "Performance-focused recruitment ensuring long-term successful placements", icon: TrendingUp,
|
|
|
|
|
},
|
|
|
|
|
id: "3", value: "7 ", description: "Active Placements Generating Revenue"},
|
|
|
|
|
{
|
|
|
|
|
id: "4", value: "100", title: "% Australia-wide", description: "Nationwide coverage connecting talent with opportunities across all regions", icon: Globe,
|
|
|
|
|
},
|
|
|
|
|
id: "4", value: "94%", description: "Client Satisfaction with Revenue Impact"},
|
|
|
|
|
]}
|
|
|
|
|
title="Our Impact"
|
|
|
|
|
description="Measurable results that demonstrate our commitment to excellence in recruitment."
|
|
|
|
|
tag="Impact Stats"
|
|
|
|
|
tagIcon={Gauge}
|
|
|
|
|
title="Revenue Generated for Our Clients"
|
|
|
|
|
description="Measurable success through placements that drive real business results and revenue growth."
|
|
|
|
|
tag="Revenue Stats"
|
|
|
|
|
tagIcon={BarChart3}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Start Your Search", href: "#contact" },
|
|
|
|
|
{ text: "Start Generating Revenue", href: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
@@ -182,53 +179,18 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<PricingCardEight
|
|
|
|
|
title="Simple, Transparent Pricing"
|
|
|
|
|
description="Choose the plan that works best for your recruitment needs"
|
|
|
|
|
tag="Pricing"
|
|
|
|
|
tagIcon={DollarSign}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter", badge: "Popular", badgeIcon: Zap,
|
|
|
|
|
price: "Per Placement", subtitle: "Perfect for growing teams", buttons: [{ text: "Get Started", href: "#contact" }],
|
|
|
|
|
features: [
|
|
|
|
|
"Access to candidate pool", "15-day placement guarantee", "One dedicated recruiter", "Job posting optimization", "Candidate pre-screening"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "pro", badge: "Best Value", badgeIcon: Crown,
|
|
|
|
|
price: "Custom Pricing", subtitle: "For enterprises and scale-ups", buttons: [{ text: "Contact Sales", href: "#contact" }],
|
|
|
|
|
features: [
|
|
|
|
|
"Unlimited job postings", "30-day placement guarantee", "Dedicated team of recruiters", "Weekly strategy sessions", "Priority candidate matching", "Industry insights and reports", "24/7 support"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "executive", badge: "Premium", badgeIcon: Award,
|
|
|
|
|
price: "Custom Pricing", subtitle: "For executive and C-suite hiring", buttons: [{ text: "Schedule Consultation", href: "#contact" }],
|
|
|
|
|
features: [
|
|
|
|
|
"Executive search specialists", "90-day placement guarantee", "VIP candidate network access", "Retention bonus program", "Quarterly business reviews", "Personalized market analysis", "White-glove service"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Get In Touch"
|
|
|
|
|
tag="Let's Connect"
|
|
|
|
|
tagIcon={Mail}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Ready to Transform Your Hiring?"
|
|
|
|
|
description="Join hundreds of companies that have revolutionized their recruitment process with NextHire. Let's discuss how we can help you build your dream team."
|
|
|
|
|
title="Ready to transform your hiring?"
|
|
|
|
|
description="Join hundreds of companies finding their perfect talent match with NextHire."
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
inputPlaceholder="your@company.com"
|
|
|
|
|
buttonText="Start Recruiting"
|
|
|
|
|
termsText="We'll send you recruitment insights and opportunities. You can unsubscribe anytime."
|
|
|
|
|
buttonText="Get Started"
|
|
|
|
|
termsText="By clicking Get Started you're confirming that you agree with our Terms and Conditions."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -239,7 +201,6 @@ export default function LandingPage() {
|
|
|
|
|
title: "Product", items: [
|
|
|
|
|
{ label: "Services", href: "#services" },
|
|
|
|
|
{ label: "Success Stories", href: "#success-stories" },
|
|
|
|
|
{ label: "Pricing", href: "#pricing" },
|
|
|
|
|
{ label: "For Employers", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
@@ -265,4 +226,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|