Merge version_1 into main #2
@@ -5,7 +5,6 @@ import Link from "next/link";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardOne as FeatureCardOneIndustries from "@/components/sections/feature/FeatureCardOne";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import {
|
||||
Target,
|
||||
@@ -26,8 +25,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "Digital Marketing", href: "/services" },
|
||||
{ label: "IT Infrastructure", href: "/services" },
|
||||
{ label: "Project Management", href: "/services" },
|
||||
@@ -35,8 +33,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Industries", href: "/services" },
|
||||
{ label: "Case Studies", href: "#" },
|
||||
@@ -44,8 +41,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -72,9 +68,7 @@ export default function ServicesPage() {
|
||||
brandName="IIDR Tech"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,37 +86,21 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Digital Marketing",
|
||||
description:
|
||||
"SEO optimization, social media marketing, online advertising, and website promotion strategies to boost your online presence.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png?_wi=3",
|
||||
imageAlt: "Digital Marketing Services",
|
||||
},
|
||||
title: "Digital Marketing", description:
|
||||
"SEO optimization, social media marketing, online advertising, and website promotion strategies to boost your online presence.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png", imageAlt: "Digital Marketing Services"},
|
||||
{
|
||||
title: "IT & Infrastructure",
|
||||
description:
|
||||
"Cloud infrastructure setup, server management, network security, and comprehensive IT consulting for enterprise scalability.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png?_wi=3",
|
||||
imageAlt: "IT Infrastructure Solutions",
|
||||
},
|
||||
title: "IT & Infrastructure", description:
|
||||
"Cloud infrastructure setup, server management, network security, and comprehensive IT consulting for enterprise scalability.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png", imageAlt: "IT Infrastructure Solutions"},
|
||||
{
|
||||
title: "Project Management",
|
||||
description:
|
||||
"IT project planning, agile and waterfall delivery, business process improvement, and expert implementation management.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png?_wi=3",
|
||||
imageAlt: "Project Management Services",
|
||||
},
|
||||
title: "Project Management", description:
|
||||
"IT project planning, agile and waterfall delivery, business process improvement, and expert implementation management.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png", imageAlt: "Project Management Services"},
|
||||
{
|
||||
title: "ERP Implementation",
|
||||
description:
|
||||
"Specialized IFS ERP implementation, finance setup, supply chain configuration, data migration, and ongoing user training.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png?_wi=3",
|
||||
imageAlt: "ERP Implementation Services",
|
||||
},
|
||||
title: "ERP Implementation", description:
|
||||
"Specialized IFS ERP implementation, finance setup, supply chain configuration, data migration, and ongoing user training.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png", imageAlt: "ERP Implementation Services"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -138,47 +116,37 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-consulting-team-in-modern-o-1772921588658-7fed3831.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-consulting-team-in-modern-o-1772921588658-7fed3831.png"
|
||||
imageAlt="Why Choose IIDR Tech Solutions"
|
||||
mediaAnimation="blur-reveal"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Industry Expertise",
|
||||
description:
|
||||
"Deep knowledge of manufacturing, retail, logistics, finance, and technology sectors.",
|
||||
icon: Globe,
|
||||
title: "Industry Expertise", description:
|
||||
"Deep knowledge of manufacturing, retail, logistics, finance, and technology sectors.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Expert Team",
|
||||
description:
|
||||
"Certified professionals with 15+ years of combined consulting experience.",
|
||||
icon: Users,
|
||||
title: "Expert Team", description:
|
||||
"Certified professionals with 15+ years of combined consulting experience.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Proven Track Record",
|
||||
description:
|
||||
"500+ successful implementations with 98% client satisfaction rate.",
|
||||
icon: CheckCircle,
|
||||
title: "Proven Track Record", description:
|
||||
"500+ successful implementations with 98% client satisfaction rate.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Support",
|
||||
description:
|
||||
"24/7 support, training, and ongoing optimization for maximum ROI.",
|
||||
icon: Target,
|
||||
title: "Comprehensive Support", description:
|
||||
"24/7 support, training, and ongoing optimization for maximum ROI.", icon: Target,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Consultation",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Request Consultation", href: "contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="industries" data-section="industries">
|
||||
<FeatureCardOneIndustries
|
||||
<FeatureCardOne
|
||||
title="Industries We Transform"
|
||||
description="Proven expertise across diverse sectors with specialized solutions for unique business challenges."
|
||||
tag="Vertical Solutions"
|
||||
@@ -190,53 +158,29 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Manufacturing",
|
||||
description:
|
||||
"Production optimization, supply chain management, and factory automation solutions for operational excellence.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/modern-it-consulting-office-environment--1772921590042-7298f3f1.png?_wi=3",
|
||||
imageAlt: "Manufacturing Industry Solutions",
|
||||
},
|
||||
title: "Manufacturing", description:
|
||||
"Production optimization, supply chain management, and factory automation solutions for operational excellence.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/modern-it-consulting-office-environment--1772921590042-7298f3f1.png", imageAlt: "Manufacturing Industry Solutions"},
|
||||
{
|
||||
title: "Retail & E-Commerce",
|
||||
description:
|
||||
"Omnichannel strategies, inventory management, and digital transformation for retail success.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png?_wi=4",
|
||||
imageAlt: "Retail Solutions",
|
||||
},
|
||||
title: "Retail & E-Commerce", description:
|
||||
"Omnichannel strategies, inventory management, and digital transformation for retail success.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/digital-marketing-analytics-dashboard-sh-1772921588252-a21c4902.png", imageAlt: "Retail Solutions"},
|
||||
{
|
||||
title: "Logistics & Supply Chain",
|
||||
description:
|
||||
"Fleet management, route optimization, and end-to-end logistics visibility and efficiency.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png?_wi=4",
|
||||
imageAlt: "Logistics Solutions",
|
||||
},
|
||||
title: "Logistics & Supply Chain", description:
|
||||
"Fleet management, route optimization, and end-to-end logistics visibility and efficiency.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/cloud-infrastructure-and-network-securit-1772921589008-63a5f9b6.png", imageAlt: "Logistics Solutions"},
|
||||
{
|
||||
title: "Financial Services",
|
||||
description:
|
||||
"Compliance, risk management, and financial systems integration for secure operations.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png?_wi=4",
|
||||
imageAlt: "Financial Services Solutions",
|
||||
},
|
||||
title: "Financial Services", description:
|
||||
"Compliance, risk management, and financial systems integration for secure operations.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/project-management-timeline-and-workflow-1772921589485-e1c2ee0f.png", imageAlt: "Financial Services Solutions"},
|
||||
{
|
||||
title: "Technology Companies",
|
||||
description:
|
||||
"Innovation acceleration, scalable infrastructure, and digital-first business model enablement.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png?_wi=4",
|
||||
imageAlt: "Technology Solutions",
|
||||
},
|
||||
title: "Technology Companies", description:
|
||||
"Innovation acceleration, scalable infrastructure, and digital-first business model enablement.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/ifs-erp-system-interface-showing-modules-1772921589063-68e9e2ea.png", imageAlt: "Technology Solutions"},
|
||||
{
|
||||
title: "Healthcare & Pharma",
|
||||
description:
|
||||
"Regulatory compliance, patient data management, and operational efficiency solutions.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-consulting-team-in-modern-o-1772921588658-7fed3831.png?_wi=4",
|
||||
imageAlt: "Healthcare Solutions",
|
||||
},
|
||||
title: "Healthcare & Pharma", description:
|
||||
"Regulatory compliance, patient data management, and operational efficiency solutions.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdTadLyAqpBmz7neLtBAvWbXkF/professional-consulting-team-in-modern-o-1772921588658-7fed3831.png", imageAlt: "Healthcare Solutions"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user