5 Commits

Author SHA1 Message Date
148d283d85 Update src/app/page.tsx 2026-03-10 02:27:02 +00:00
22049ae1e9 Update src/app/page.tsx 2026-03-09 06:08:07 +00:00
aa6459bb9d Merge version_4 into main
Merge version_4 into main
2026-03-09 05:58:01 +00:00
8f32db47f3 Update src/app/page.tsx 2026-03-09 05:57:57 +00:00
edcfef3188 Merge version_3 into main
Merge version_3 into main
2026-03-09 05:51:09 +00:00

View File

@@ -4,12 +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 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, ArrowRight } 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 (
@@ -31,7 +30,7 @@ export default function LandingPage() {
navItems={[
{ name: "Services", id: "services" },
{ name: "Success Stories", id: "success-stories" },
{ name: "Impact", id: "impact" },
{ name: "Revenue", id: "revenue" },
]}
button={{
text: "Get Started", href: "#contact"
@@ -56,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"
/>
@@ -152,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"
@@ -189,13 +184,13 @@ export default function LandingPage() {
tag="Let's Connect"
tagIcon={Mail}
tagAnimation="slide-up"
title="Need closers for your business?"
description="Let's help you find the right sales talent fast"
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="Hire Closers"
termsText="By clicking Hire Closers you're confirming that you agree with our Terms and Conditions."
buttonText="Get Started"
termsText="By clicking Get Started you're confirming that you agree with our Terms and Conditions."
/>
</div>