diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cb7e108..1a4197b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,8 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterCard from '@/components/sections/footer/FooterCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { ArrowRight } from 'lucide-react'; -export default function LandingPage() { +export default function ServicesPage() { return ( - - -
- -
- - - - + +
+ +
+ +
);