3 Commits

Author SHA1 Message Date
9f0ed2eceb Update src/app/styles/variables.css 2026-03-09 05:32:14 +00:00
b5d174e54b Update src/app/page.tsx 2026-03-09 05:32:14 +00:00
f41e55c49c Update src/app/layout.tsx 2026-03-09 05:32:13 +00:00
3 changed files with 1470 additions and 64 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,11 +5,12 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
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 } from "lucide-react";
import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,12 +31,13 @@ export default function LandingPage() {
brandName="NextHire"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Success Stories", id: "success-stories" },
{ name: "Impact", id: "impact" },
{ name: "Pricing", id: "pricing" },
]}
button={{
text: "Get Started", href: "#contact"}}
text: "Get Started", href: "#contact"
}}
animateOnLoad={true}
/>
</div>
@@ -47,11 +49,14 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-businesswoman-with-documents-looking-camera_23-2147900034.jpg", alt: "professional business woman portrait"},
src: "http://img.b2bpic.net/free-photo/portrait-businesswoman-with-documents-looking-camera_23-2147900034.jpg", alt: "professional business woman portrait"
},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-working-as-lawyer_23-2151152106.jpg", alt: "young professional man portrait"},
src: "http://img.b2bpic.net/free-photo/front-view-man-working-as-lawyer_23-2151152106.jpg", alt: "young professional man portrait"
},
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg", alt: "business manager portrait photo"},
src: "http://img.b2bpic.net/free-photo/smiling-businessman-working-environment_1098-3229.jpg", alt: "business manager portrait photo"
},
]}
avatarText="Trusted by 500+ companies"
buttons={[
@@ -64,23 +69,45 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureBento
title="Recruitment Services Built for Excellence"
description="Discover our comprehensive suite of staffing and recruitment solutions designed to transform your hiring process."
title="Our Recruitment Services"
description="Comprehensive staffing solutions designed to transform your hiring process with proven expertise and cutting-edge matching technology."
tag="Our Services"
tagIcon={Briefcase}
tagAnimation="slide-up"
features={[
{
title: "Executive Search", description: "Premium talent acquisition for C-level and senior leadership positions", bentoComponent: "globe"},
title: "Talent Sourcing", description: "Access our curated network of 500+ vetted professionals across all industries and experience levels.", bentoComponent: "icon-info-cards", items: [
{ icon: Sparkles, label: "Vetted Pool", value: "500+" },
{ icon: Globe, label: "Coverage", value: "Australia-wide" },
{ icon: CheckCircle, label: "Quality", value: "Top 5%" },
],
},
{
title: "Technical Staffing", description: "Expert placement of software engineers, data scientists, and IT professionals", bentoComponent: "animated-bar-chart"},
title: "Fast Placement", description: "Average placement time of just 10 days from job posting to qualified candidate match.", bentoComponent: "icon-info-cards", items: [
{ icon: Clock, label: "Average Time", value: "10 days" },
{ icon: Zap, label: "Speed", value: "48-hour response" },
{ icon: CheckCircle, label: "Guarantee", value: "On-time match" },
],
},
{
title: "Permanent Placement", description: "End-to-end recruitment for full-time positions across all industries", bentoComponent: "line-chart"},
title: "Culture Fit Matching", description: "AI-powered algorithms analyze skills, values, and career aspirations for perfect organizational alignment.", bentoComponent: "icon-info-cards", items: [
{ icon: Brain, label: "AI-Powered", value: "Smart matching" },
{ icon: Target, label: "Precision", value: "95% success rate" },
{ icon: Award, label: "Results", value: "Long-term fits" },
],
},
{
title: "Contract Solutions", description: "Flexible contract and temporary staffing for seasonal or project-based needs", bentoComponent: "icon-info-cards", items: [
{ icon: Clock, label: "Flexible Terms", value: "3-12 months" },
{ icon: Users, label: "Quick Placement", value: "48 hours" },
{ icon: CheckCircle, label: "Vetted Talent", value: "Top 5%" },
title: "Performance Guarantee", description: "90-day replacement guarantee on all permanent placements ensures your investment is protected.", bentoComponent: "icon-info-cards", items: [
{ icon: Shield, label: "Coverage", value: "90-day guarantee" },
{ icon: TrendingUp, label: "Success Rate", value: "92% retention" },
{ icon: Award, label: "Support", value: "Dedicated manager" },
],
},
{
title: "Rigorous Vetting", description: "Multi-stage screening process ensures only the most qualified candidates match with your organization.", bentoComponent: "icon-info-cards", items: [
{ icon: CheckCircle, label: "Screening", value: "5-stage process" },
{ icon: Brain, label: "Assessment", value: "Skills verified" },
{ icon: Award, label: "Standards", value: "Industry-leading" },
],
},
]}
@@ -91,57 +118,66 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<FeatureBorderGlow
title="Why NextHire Stands Out"
description="Industry-leading expertise combined with cutting-edge technology"
features={[
<div id="success-stories" data-section="success-stories">
<TestimonialCardOne
testimonials={[
{
icon: Brain,
title: "AI-Powered Matching", description: "Advanced algorithms analyze skills, culture fit, and career aspirations for perfect matches"},
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"},
{
icon: Target,
title: "Precision Recruitment", description: "Our 20+ years of experience ensures candidates align perfectly with your needs"},
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"},
{
icon: Zap,
title: "Lightning Fast Turnaround", description: "Average placement time of just 14 days from job posting to hire"},
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"},
{
icon: Award,
title: "Guaranteed Success", description: "90-day replacement guarantee on all permanent placements"},
{
icon: Shield,
title: "Trusted Partnership", description: "Dedicated account managers providing ongoing support and insights"},
{
icon: TrendingUp,
title: "Industry Experts", description: "Recruiters specializing in tech, finance, healthcare, and more"},
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"},
]}
animationType="slide-up"
title="Success Stories"
description="Real outcomes from companies across Australia that transformed their hiring with NextHire."
tag="Case Studies"
tagIcon={Award}
tagAnimation="slide-up"
buttons={[
{ text: "View More Stories", href: "#contact" },
]}
buttonAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="NextHire transformed our hiring process. We found our lead engineer in just two weeks, and she's been an incredible addition to our team. The professionalism and attention to detail throughout the entire process was exceptional."
rating={5}
author="Sarah Chen, CTO at TechVenture Labs"
avatars={[
<div id="impact" data-section="impact">
<MetricCardOne
metrics={[
{
src: "http://img.b2bpic.net/free-photo/sad-man-sitting-cafe-table-using-tablet_1262-1073.jpg", alt: "cto tech company professional portrait"},
id: "1", value: "500", title: "Vetted Professionals", description: "Access to Australia's top talent pool across all industries and experience levels", icon: Users2,
},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "corporate manager business portrait"},
id: "2", value: "10", title: "Day Average Placement", description: "Lightning-fast recruitment from job posting to qualified candidate match", icon: Clock,
},
{
src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", alt: "business woman director headshot"},
id: "3", value: "92", title: "% Retention Rate", description: "Performance-focused recruitment ensuring long-term successful placements", icon: TrendingUp,
},
{
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", alt: "tech professional man headshot"},
{
src: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", alt: "young professional woman headshot"},
{
src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", alt: "senior business executive portrait"},
id: "4", value: "100", title: "% Australia-wide", description: "Nationwide coverage connecting talent with opportunities across all regions", icon: Globe,
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
title="Our Impact"
description="Measurable results that demonstrate our commitment to excellence in recruitment."
tag="Impact Stats"
tagIcon={Gauge}
tagAnimation="slide-up"
buttons={[
{ text: "Start Your Search", href: "#contact" },
]}
buttonAnimation="slide-up"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -160,19 +196,22 @@ export default function LandingPage() {
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"],
"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"],
"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"],
"Executive search specialists", "90-day placement guarantee", "VIP candidate network access", "Retention bonus program", "Quarterly business reviews", "Personalized market analysis", "White-glove service"
],
},
]}
/>
@@ -199,8 +238,8 @@ export default function LandingPage() {
{
title: "Product", items: [
{ label: "Services", href: "#services" },
{ label: "Success Stories", href: "#success-stories" },
{ label: "Pricing", href: "#pricing" },
{ label: "For Candidates", href: "#" },
{ label: "For Employers", href: "#" },
],
},

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #050012;
--card: #040121;
--foreground: #f0e6ff;
--primary-cta: #c89bff;
--background: #0a1a2e;
--card: #162a45;
--foreground: #e8f0ff;
--primary-cta: #ff7f50;
--primary-cta-text: #050012;
--secondary-cta: #1d123b;
--secondary-cta: #4a9eff;
--secondary-cta-text: #f0e6ff;
--accent: #684f7b;
--background-accent: #65417c;
--accent: #4a9eff;
--background-accent: #ff7f50;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);