diff --git a/src/app/page.tsx b/src/app/page.tsx
index a9be11c..bffc4b2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,99 +42,32 @@ export default function LandingPage() {
@@ -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" }
]}
/>
@@ -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"
/>
@@ -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: "#" }
+ ]
+ }
]}
/>
);
-}
+}
\ No newline at end of file