From 8ef6c3d79f97455b53c3a21a8681fda09ffe0a94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:11:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 358 +++++++++-------------------------------------- 1 file changed, 65 insertions(+), 293 deletions(-) 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() { @@ -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 -- 2.49.1