Update src/app/services/page.tsx

This commit is contained in:
2026-06-10 03:40:08 +00:00
parent a48bcf5612
commit 2d0ec06c1c

View File

@@ -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 (
<ThemeProvider
attribute="class"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
@@ -103,7 +102,7 @@ export default function ServicesPage() {
]
}
]}
animationType="fade-in"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
@@ -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}
/>