Merge version_1_1781614662924 into main #1
@@ -19,25 +19,18 @@ export default function HomePage() {
|
||||
title="Trusted Solutions for Your Business Growth"
|
||||
description="Mandik delivers professional services designed to streamline operations and drive measurable results. Partner with industry experts who understand your challenges."
|
||||
primaryButton={{
|
||||
text: "Discover Our Services",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "Discover Our Services", href: "#services"}}
|
||||
secondaryButton={{
|
||||
text: "Get in Touch",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get in Touch", href: "#contact"}}
|
||||
items={[
|
||||
{
|
||||
text: "Proven ROI",
|
||||
icon: CheckCircle,
|
||||
text: "Proven ROI", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Industry Experts",
|
||||
icon: Shield,
|
||||
text: "Industry Experts", icon: Shield,
|
||||
},
|
||||
{
|
||||
text: "Enterprise Focus",
|
||||
icon: Zap,
|
||||
text: "Enterprise Focus", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg"
|
||||
@@ -52,14 +45,7 @@ export default function HomePage() {
|
||||
title="Working with Industry Leaders"
|
||||
description="We partner with top-tier businesses to drive impactful results together."
|
||||
names={[
|
||||
"Enterprise Corp",
|
||||
"Tech Innovators",
|
||||
"Global Logistics",
|
||||
"Finance Solutions",
|
||||
"Retail Partners",
|
||||
"Manufacturing Pro",
|
||||
"Future Systems",
|
||||
]}
|
||||
"Enterprise Corp", "Tech Innovators", "Global Logistics", "Finance Solutions", "Retail Partners", "Manufacturing Pro", "Future Systems"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -72,20 +58,11 @@ export default function HomePage() {
|
||||
description="Mandik provides tailored solutions for modern enterprises, bridging the gap between complexity and efficiency."
|
||||
items={[
|
||||
{
|
||||
icon: Target,
|
||||
title: "Measurable Results",
|
||||
description: "We focus on ROI-driven outcomes for every engagement.",
|
||||
},
|
||||
icon: "Target", title: "Measurable Results", description: "We focus on ROI-driven outcomes for every engagement."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Streamlined Ops",
|
||||
description: "Transform complex internal processes into scalable workflows.",
|
||||
},
|
||||
icon: "RefreshCw", title: "Streamlined Ops", description: "Transform complex internal processes into scalable workflows."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Industry Expertise",
|
||||
description: "Decades of combined knowledge in B2B enterprise services.",
|
||||
},
|
||||
icon: "Award", title: "Industry Expertise", description: "Decades of combined knowledge in B2B enterprise services."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-team-consulting-internet-digital-devices-together_74855-2618.jpg"
|
||||
/>
|
||||
@@ -100,35 +77,17 @@ export default function HomePage() {
|
||||
description="We handle the heavy lifting so you can focus on core growth."
|
||||
items={[
|
||||
{
|
||||
tag: "Consulting",
|
||||
title: "Strategic Growth",
|
||||
description: "Custom strategy development for long-term scalability.",
|
||||
primaryButton: {
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-restaurant-interior_1203-8873.jpg",
|
||||
},
|
||||
tag: "Consulting", title: "Strategic Growth", description: "Custom strategy development for long-term scalability.", primaryButton: {
|
||||
text: "Learn More", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-restaurant-interior_1203-8873.jpg"},
|
||||
{
|
||||
tag: "Operations",
|
||||
title: "Operational Audit",
|
||||
description: "Pinpoint inefficiencies and unlock hidden value within workflows.",
|
||||
primaryButton: {
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-working-with-laptop_1098-792.jpg",
|
||||
},
|
||||
tag: "Operations", title: "Operational Audit", description: "Pinpoint inefficiencies and unlock hidden value within workflows.", primaryButton: {
|
||||
text: "Learn More", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-working-with-laptop_1098-792.jpg"},
|
||||
{
|
||||
tag: "Enterprise",
|
||||
title: "Systems Integration",
|
||||
description: "Seamlessly connect your digital stack for better insight.",
|
||||
primaryButton: {
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-minimalistic-white-room-with-glass-desk-near-window_181624-24930.jpg",
|
||||
},
|
||||
tag: "Enterprise", title: "Systems Integration", description: "Seamlessly connect your digital stack for better insight.", primaryButton: {
|
||||
text: "Learn More", href: "#"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-minimalistic-white-room-with-glass-desk-near-window_181624-24930.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -142,17 +101,11 @@ export default function HomePage() {
|
||||
description="We believe in transparency and measurable success."
|
||||
metrics={[
|
||||
{
|
||||
value: "250+",
|
||||
description: "Projects completed successfully",
|
||||
},
|
||||
value: "250+", description: "Projects completed successfully"},
|
||||
{
|
||||
value: "40%",
|
||||
description: "Avg process efficiency gains",
|
||||
},
|
||||
value: "40%", description: "Avg process efficiency gains"},
|
||||
{
|
||||
value: "15+",
|
||||
description: "Years of industry experience",
|
||||
},
|
||||
value: "15+", description: "Years of industry experience"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -166,45 +119,20 @@ export default function HomePage() {
|
||||
description="Here is what our partners have to say about their experience with Mandik."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Operations VP",
|
||||
quote: "Mandik transformed our workflow efficiency overnight. Truly industry experts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
name: "Sarah Jenkins", role: "Operations VP", quote: "Mandik transformed our workflow efficiency overnight. Truly industry experts.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Thorne",
|
||||
role: "CTO",
|
||||
quote: "Their strategy work provided the ROI we needed to secure further investment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
},
|
||||
name: "Michael Thorne", role: "CTO", quote: "Their strategy work provided the ROI we needed to secure further investment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Kovacs",
|
||||
role: "Department Head",
|
||||
quote: "Professional, responsive, and incredibly reliable. Would recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-person-portrait_23-2149254432.jpg",
|
||||
},
|
||||
name: "Elena Kovacs", role: "Department Head", quote: "Professional, responsive, and incredibly reliable. Would recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-person-portrait_23-2149254432.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
role: "Procurement Manager",
|
||||
quote: "The clear pricing and transparent process made this an easy choice.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-ceo-managers-celebrating-important-corporate-achievement_482257-119983.jpg",
|
||||
},
|
||||
name: "David Wu", role: "Procurement Manager", quote: "The clear pricing and transparent process made this an easy choice.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-ceo-managers-celebrating-important-corporate-achievement_482257-119983.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Richter",
|
||||
role: "Director of Strategy",
|
||||
quote: "An invaluable partner for scaling our enterprise operations efficiently.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-celebrating-with-arms-raised_1187-1559.jpg",
|
||||
},
|
||||
name: "Alice Richter", role: "Director of Strategy", quote: "An invaluable partner for scaling our enterprise operations efficiently.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-celebrating-with-arms-raised_1187-1559.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -218,29 +146,19 @@ export default function HomePage() {
|
||||
description="Get quick answers to common questions about our services and process."
|
||||
categories={[
|
||||
{
|
||||
name: "Services",
|
||||
items: [
|
||||
name: "Services", items: [
|
||||
{
|
||||
question: "What industries do you work with?",
|
||||
answer: "We primarily focus on enterprise and midmarket businesses across various sectors requiring operational optimization.",
|
||||
},
|
||||
question: "What industries do you work with?", answer: "We primarily focus on enterprise and midmarket businesses across various sectors requiring operational optimization."},
|
||||
{
|
||||
question: "Do you offer customized packages?",
|
||||
answer: "Yes, we tailor our solutions to meet the unique challenges and goals of your specific business.",
|
||||
},
|
||||
question: "Do you offer customized packages?", answer: "Yes, we tailor our solutions to meet the unique challenges and goals of your specific business."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
items: [
|
||||
name: "Process", items: [
|
||||
{
|
||||
question: "How do we start a project?",
|
||||
answer: "We begin with a thorough needs-assessment call to understand your objectives and project scope.",
|
||||
},
|
||||
question: "How do we start a project?", answer: "We begin with a thorough needs-assessment call to understand your objectives and project scope."},
|
||||
{
|
||||
question: "What is the typical timeline?",
|
||||
answer: "Timelines depend on project complexity, but most engagements run for 3-6 months for measurable impact.",
|
||||
},
|
||||
question: "What is the typical timeline?", answer: "Timelines depend on project complexity, but most engagements run for 3-6 months for measurable impact."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -254,13 +172,9 @@ export default function HomePage() {
|
||||
tag="Ready to Start?"
|
||||
text="Partner with industry experts who understand your challenges. Let's discuss your growth strategy today."
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
}}
|
||||
text: "View Services", href: "#services"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user