Merge version_1 into main #2
358
src/app/page.tsx
358
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "#insights",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Solutions", id: "#solutions" },
|
||||
{ name: "About Us", id: "#about" },
|
||||
{ name: "Insights", id: "#insights" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="CrossCountry Consulting"
|
||||
/>
|
||||
@@ -54,99 +42,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="The future ready business"
|
||||
description="Create lasting enterprise value with data, AI, and technology. Integrated solutions for the office of the CFO, private equity sponsors, and other corporate leaders."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@CFO",
|
||||
testimonial: "CrossCountry transformed our data infrastructure with precision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark Sterling",
|
||||
handle: "@PEPartner",
|
||||
testimonial: "The human-centered approach here is unmatched in the industry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-with-tablet_1098-281.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@CIO",
|
||||
testimonial: "Strategic foresight that defined our digital roadmap.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-913.jpg",
|
||||
},
|
||||
{
|
||||
name: "Karen White",
|
||||
handle: "@Partner",
|
||||
testimonial: "Unparalleled expertise in organizational transformation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Fisher",
|
||||
handle: "@VP",
|
||||
testimonial: "Operational efficiency gains exceeded our quarterly targets.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg",
|
||||
},
|
||||
{ name: "Sarah Jenkins", handle: "@CFO", testimonial: "CrossCountry transformed our data infrastructure with precision.", rating: 5, imageSrc: "asset://testimonial-1" },
|
||||
{ name: "Mark Sterling", handle: "@PEPartner", testimonial: "The human-centered approach here is unmatched in the industry.", rating: 5, imageSrc: "asset://testimonial-3" },
|
||||
{ name: "David Thorne", handle: "@CIO", testimonial: "Strategic foresight that defined our digital roadmap.", rating: 5, imageSrc: "asset://gen-stock-rsv-12" },
|
||||
{ name: "Karen White", handle: "@Partner", testimonial: "Unparalleled expertise in organizational transformation.", rating: 5, imageSrc: "asset://gen-stock-rsv-15" },
|
||||
{ name: "Elena Fisher", handle: "@VP", testimonial: "Operational efficiency gains exceeded our quarterly targets.", rating: 5, imageSrc: "asset://gen-stock-rsv-16" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/co-workers-talking-about-annual-sales_1098-489.jpg?_wi=1"
|
||||
buttons={[{ text: "Learn More", href: "#about" }]}
|
||||
imageSrc="asset://hero-consulting"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
alt: "Executive",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-lecturer_1262-2984.jpg",
|
||||
alt: "Leader",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
|
||||
alt: "Partner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
alt: "Consultant",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "Manager",
|
||||
},
|
||||
{ src: "asset://gen-stock-rsv-13", alt: "Executive" },
|
||||
{ src: "asset://gen-stock-rsv-14", alt: "Leader" },
|
||||
{ src: "asset://gen-stock-rsv-23", alt: "Partner" },
|
||||
{ src: "asset://gen-stock-rsv-24", alt: "Consultant" },
|
||||
{ src: "asset://gen-stock-rsv-48", alt: "Manager" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Strategy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Integration",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "PE Value Creation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Change Management",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "CFO Transformation",
|
||||
},
|
||||
{ type: "text", text: "Data Strategy" },
|
||||
{ type: "text", text: "AI Integration" },
|
||||
{ type: "text", text: "PE Value Creation" },
|
||||
{ type: "text", text: "Change Management" },
|
||||
{ type: "text", text: "CFO Transformation" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,20 +78,11 @@ export default function LandingPage() {
|
||||
title="Now within reach"
|
||||
description="We partner with you to address complex business challenges. Our integrated solutions drive human-centered transformation and maximize long-term enterprise value."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Client Success Rate",
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Successful Engagements",
|
||||
},
|
||||
{ value: "100%", title: "Client Success Rate" },
|
||||
{ value: "20+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Successful Engagements" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=1"
|
||||
imageSrc="asset://about-value"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -183,41 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Data & AI",
|
||||
description: "Leveraging advanced analytics to drive better decision-making.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-warning-sign-glowing-digital-cityscape-data-stream-background-night_84443-91366.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-employees-using-tablet_23-2148339334.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-talking-about-annual-sales_1098-489.jpg?_wi=2",
|
||||
imageAlt: "digital transformation concept tech",
|
||||
title: "Data & AI", description: "Leveraging advanced analytics to drive better decision-making.", phoneOne: { imageSrc: "asset://feature-tech" },
|
||||
phoneTwo: { imageSrc: "asset://feature-tech__2" }
|
||||
},
|
||||
{
|
||||
title: "CFO Services",
|
||||
description: "Optimizing financial operations for modern enterprise performance.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hologram-projector-screen-with-futuristic-technology_53876-124621.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2",
|
||||
imageAlt: "digital transformation concept tech",
|
||||
title: "CFO Services", description: "Optimizing financial operations for modern enterprise performance.", phoneOne: { imageSrc: "asset://feature-tech__3" },
|
||||
phoneTwo: { imageSrc: "asset://feature-tech__4" }
|
||||
},
|
||||
{
|
||||
title: "Transformation",
|
||||
description: "Guiding organizations through complex, human-centered change.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-red-thread-connection_23-2149870879.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-network-connections-background_1048-10325.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg?_wi=2",
|
||||
imageAlt: "digital transformation concept tech",
|
||||
},
|
||||
title: "Transformation", description: "Guiding organizations through complex, human-centered change.", phoneOne: { imageSrc: "asset://feature-tech__5" },
|
||||
phoneTwo: { imageSrc: "asset://feature-tech__6" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Driving Transformation"
|
||||
@@ -231,21 +119,9 @@ export default function LandingPage() {
|
||||
title="Impact by the numbers"
|
||||
tag="Performance"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "120%",
|
||||
description: "Operational Efficiency Gain",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "80M+",
|
||||
description: "Financial Value Created",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.5K+",
|
||||
description: "Digital Assets Optimized",
|
||||
},
|
||||
{ id: "m1", value: "120%", description: "Operational Efficiency Gain" },
|
||||
{ id: "m2", value: "80M+", description: "Financial Value Created" },
|
||||
{ id: "m3", value: "1.5K+", description: "Digital Assets Optimized" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -256,47 +132,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Fisher",
|
||||
role: "VP Operations",
|
||||
company: "Global Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rajesh Kumar",
|
||||
role: "CFO",
|
||||
company: "Innovate Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21366.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Susan Clark",
|
||||
role: "Director",
|
||||
company: "Equity Partners",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
role: "CIO",
|
||||
company: "Logistics Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karen White",
|
||||
role: "Senior Partner",
|
||||
company: "Growth Venture",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-office_1098-22034.jpg",
|
||||
},
|
||||
{ id: "1", name: "Elena Fisher", role: "VP Operations", company: "Global Tech", rating: 5, imageSrc: "asset://testimonial-1__2" },
|
||||
{ id: "2", name: "Rajesh Kumar", role: "CFO", company: "Innovate Lab", rating: 5, imageSrc: "asset://testimonial-2" },
|
||||
{ id: "3", name: "Susan Clark", role: "Director", company: "Equity Partners", rating: 5, imageSrc: "asset://testimonial-3__2" },
|
||||
{ id: "4", name: "David Thorne", role: "CIO", company: "Logistics Pro", rating: 5, imageSrc: "asset://testimonial-4" },
|
||||
{ id: "5", name: "Karen White", role: "Senior Partner", company: "Growth Venture", rating: 5, imageSrc: "asset://testimonial-1__3" }
|
||||
]}
|
||||
title="Partnering for success"
|
||||
description="Trusted by leading organizations across the globe."
|
||||
@@ -311,36 +153,9 @@ export default function LandingPage() {
|
||||
title="Latest Insights"
|
||||
description="Stay current with trends in transformation, AI, and finance."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Strategy",
|
||||
title: "AI in Finance",
|
||||
excerpt: "Transforming the office of the CFO...",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-data-analysis-25-line-filled-icon-pack-such-as-cloud-coding-report-develop-monitoring-business_1142-26810.jpg",
|
||||
authorName: "CC Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "PE Services",
|
||||
title: "Value Creation",
|
||||
excerpt: "Unlocking latent value in PE firms...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-exchanging-files-review-forecasting-diagrams-night-meeting-quiet-office_482257-133731.jpg",
|
||||
authorName: "CC Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
date: "Sep 28, 2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Transformation",
|
||||
title: "Change Management",
|
||||
excerpt: "Human-centered digital strategy...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-background_53876-104033.jpg",
|
||||
authorName: "CC Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-business-female-office_23-2148411861.jpg",
|
||||
date: "Aug 15, 2024",
|
||||
},
|
||||
{ id: "b1", category: "Strategy", title: "AI in Finance", excerpt: "Transforming the office of the CFO...", imageSrc: "asset://feature-tech__7", authorName: "CC Team", authorAvatar: "asset://testimonial-1__4", date: "Oct 12, 2024" },
|
||||
{ id: "b2", category: "PE Services", title: "Value Creation", excerpt: "Unlocking latent value in PE firms...", imageSrc: "asset://about-value__2", authorName: "CC Team", authorAvatar: "asset://testimonial-3__3", date: "Sep 28, 2024" },
|
||||
{ id: "b3", category: "Transformation", title: "Change Management", excerpt: "Human-centered digital strategy...", imageSrc: "asset://hero-consulting__2", authorName: "CC Team", authorAvatar: "asset://testimonial-2__2", date: "Aug 15, 2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -350,23 +165,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you work with PE?",
|
||||
content: "Yes, we specialize in partnering with PE firms for value creation.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is your approach?",
|
||||
content: "We prioritize human-centered transformation and data-driven insights.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "We serve a global client base with various strategic locations.",
|
||||
},
|
||||
{ id: "f1", title: "Do you work with PE?", content: "Yes, we specialize in partnering with PE firms for value creation." },
|
||||
{ id: "f2", title: "What is your approach?", content: "We prioritize human-centered transformation and data-driven insights." },
|
||||
{ id: "f3", title: "Where are you located?", content: "We serve a global client base with various strategic locations." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chair-coffee-shop_74190-103.jpg"
|
||||
imageSrc="asset://contact-consultant"
|
||||
title="Common Questions"
|
||||
description="How we work with our partners to ensure long-term value."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -380,22 +183,11 @@ export default function LandingPage() {
|
||||
title="Start your journey"
|
||||
description="Let's discuss how we can address your business challenges together."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-partners-argument_53876-40351.jpg"
|
||||
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||
imageSrc="asset://contact-consultant__2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -404,43 +196,23 @@ export default function LandingPage() {
|
||||
logoText="CrossCountry Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Insights",
|
||||
href: "#insights",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Insights", href: "#insights" },
|
||||
{ label: "Careers", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
{
|
||||
label: "Strategic Alliances",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Solutions", items: [
|
||||
{ label: "Strategic Alliances", href: "#" },
|
||||
{ label: "Locations", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user