Update src/app/insights/page.tsx
This commit is contained in:
@@ -42,35 +42,17 @@ export default function InsightsPage() {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you approach strategic planning?",
|
||||
content: "We employ a comprehensive, data-driven methodology that combines market analysis, competitive benchmarking, and organizational assessment. Our team works collaboratively with your leadership to develop actionable strategies aligned with your vision and market realities.",
|
||||
},
|
||||
id: "1", title: "How do you approach strategic planning?", content: "We employ a comprehensive, data-driven methodology that combines market analysis, competitive benchmarking, and organizational assessment. Our team works collaboratively with your leadership to develop actionable strategies aligned with your vision and market realities."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the typical engagement timeline?",
|
||||
content: "Strategic engagements typically range from 3 to 12 months, depending on scope and complexity. We provide a detailed project plan during the initial consultation phase to set clear expectations and milestones.",
|
||||
},
|
||||
id: "2", title: "What is the typical engagement timeline?", content: "Strategic engagements typically range from 3 to 12 months, depending on scope and complexity. We provide a detailed project plan during the initial consultation phase to set clear expectations and milestones."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you measure success?",
|
||||
content: "We establish clear KPIs and success metrics at the engagement start. Regular progress reviews track implementation effectiveness, financial impact, and strategic goal achievement throughout the partnership.",
|
||||
},
|
||||
id: "3", title: "How do you measure success?", content: "We establish clear KPIs and success metrics at the engagement start. Regular progress reviews track implementation effectiveness, financial impact, and strategic goal achievement throughout the partnership."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you work with organizations of any size?",
|
||||
content: "Yes. We serve enterprises from mid-market companies to Fortune 500 organizations. Our methodologies and team composition scale to match your organization's complexity and strategic needs.",
|
||||
},
|
||||
id: "4", title: "Can you work with organizations of any size?", content: "Yes. We serve enterprises from mid-market companies to Fortune 500 organizations. Our methodologies and team composition scale to match your organization's complexity and strategic needs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What industries do you specialize in?",
|
||||
content: "We bring deep expertise across technology, financial services, healthcare, manufacturing, energy, and consumer sectors. Our consultants have navigated transformation across diverse industries and geographies.",
|
||||
},
|
||||
id: "5", title: "What industries do you specialize in?", content: "We bring deep expertise across technology, financial services, healthcare, manufacturing, energy, and consumer sectors. Our consultants have navigated transformation across diverse industries and geographies."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How is pricing structured?",
|
||||
content: "We offer flexible engagement models including project-based, time-and-materials, and outcomes-based pricing. Pricing depends on scope, team composition, and duration. We provide transparent proposals during initial consultation.",
|
||||
},
|
||||
id: "6", title: "How is pricing structured?", content: "We offer flexible engagement models including project-based, time-and-materials, and outcomes-based pricing. Pricing depends on scope, team composition, and duration. We provide transparent proposals during initial consultation."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our strategic consulting services and engagement process."
|
||||
@@ -86,12 +68,11 @@ export default function InsightsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-sophisticated-business-background-feat-1772485364632-dbfd1da6.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-sophisticated-business-background-feat-1772485364632-dbfd1da6.png"
|
||||
imageAlt="Footer consultancy background"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Strategy Consulting", href: "/services" },
|
||||
{ label: "Digital Transformation", href: "/services" },
|
||||
{ label: "Market Expansion", href: "/services" },
|
||||
@@ -99,8 +80,7 @@ export default function InsightsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -108,8 +88,7 @@ export default function InsightsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
|
||||
Reference in New Issue
Block a user