diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1c0cea5..abfb775 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,37 +7,29 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -120,45 +72,9 @@ export default function LandingPage() {