Merge version_5 into main #4
@@ -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"
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user