diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e0b536..bba9b6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,109 +46,61 @@ export default function LandingPage() {
@@ -168,19 +112,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "25+", - }, + label: "Years Experience", value: "25+"}, { icon: Users, - label: "Leaders Trained", - value: "5000+", - }, + label: "Leaders Trained", value: "5000+"}, { icon: Globe, - label: "Countries Served", - value: "40+", - }, + label: "Countries Served", value: "40+"}, ]} metricsAnimation="slide-up" /> @@ -188,25 +126,16 @@ export default function LandingPage() {
@@ -294,50 +201,31 @@ export default function LandingPage() { logoText="Global Leadership Consultants" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Our Team", - href: "#", - }, + label: "Our Team", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Solutions", - items: [ + title: "Solutions", items: [ { - label: "Executive Coaching", - href: "#", - }, + label: "Executive Coaching", href: "#"}, { - label: "Team Transformation", - href: "#", - }, + label: "Team Transformation", href: "#"}, { - label: "Strategy Development", - href: "#", - }, + label: "Strategy Development", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}