diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 321b5c5..3a55fd5 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -9,7 +9,6 @@ import { Sparkles, CheckCircle } from 'lucide-react'; export default function ServicesPage() { return ( @@ -178,7 +177,7 @@ export default function ServicesPage() { ] } ]} - animationType="fade-in" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -252,7 +251,7 @@ export default function ServicesPage() { ] } ]} - animationType="fade-in" + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} />