"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Package, Zap, Award } from "lucide-react"; export default function ServicesPage() { return (
); }