diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4568396..0cf420e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,128 +1,33 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Globe } from "lucide-react"; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { ChevronRight } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - - - - -
- -
- -
- -
- - -
+ logoText="Masi Digital" + columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }] }]} + />
); -} +} \ No newline at end of file