From e17988a60ba879cdbde40f0cf4bb2e46949bde88 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:40:46 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 31fe04f..cd6b833 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"