Update src/app/services/page.tsx
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "next-themes";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -25,7 +25,8 @@ const serviceCategories = [
|
||||
],
|
||||
imageSrc: "https://via.placeholder.com/800x600?text=Aviation+%26+Technical+Support"
|
||||
},
|
||||
{\n id: "ict-digital-solutions", tag: "ID", name: "ICT & Digital Solutions", description: "Cutting-edge information and communication technology services, including network infrastructure, software development, and digital transformation initiatives.", bulletPoints: [
|
||||
{
|
||||
id: "ict-digital-solutions", tag: "ID", name: "ICT & Digital Solutions", description: "Cutting-edge information and communication technology services, including network infrastructure, software development, and digital transformation initiatives.", bulletPoints: [
|
||||
"Network Design & Implementation", "Software Development", "Cybersecurity", "Cloud Services", "IT Consulting", "Data Management"
|
||||
],
|
||||
imageSrc: "https://via.placeholder.com/800x600?text=ICT+%26+Digital+Solutions"
|
||||
|
||||
Reference in New Issue
Block a user