3 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

View File

@@ -30,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"
@@ -55,7 +55,7 @@ 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: "Browse Talent", href: "#services" },
{ text: "Learn More", href: "#services" },
@@ -155,11 +155,11 @@ export default function LandingPage() {
<MetricCardTwo
metrics={[
{
id: "1", value: "$2.4M", description: "Revenue Generated for Clients This Month"},
id: "1", value: "$900K", description: "Revenue Generated for Clients This Month"},
{
id: "2", value: "$18.7M", description: "Total Revenue Generated to Date"},
id: "2", value: "$4.05M", description: "Total Revenue Generated to Date"},
{
id: "3", value: "157", description: "Active Placements Generating Revenue"},
id: "3", value: "7 ", description: "Active Placements Generating Revenue"},
{
id: "4", value: "94%", description: "Client Satisfaction with Revenue Impact"},
]}
@@ -179,34 +179,6 @@ export default function LandingPage() {
/>
</div>
<div id="impact" data-section="impact">
<MetricCardTwo
metrics={[
{
id: "1", value: "500", description: "Vetted Professionals"},
{
id: "2", value: "10", description: "Day Average Placement"},
{
id: "3", value: "92", description: "% Retention Rate"},
{
id: "4", value: "100", description: "% Australia-wide"},
]}
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>
<div id="contact" data-section="contact">
<ContactCenter
tag="Let's Connect"
@@ -254,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}