diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8f9c91b..ce8a84b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,9 +5,8 @@ import ReactLenis from "lenis/react"; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -export default function LandingPage() { +export default function ServicesPage() { return ( - + -
- -
+
+ +
-
- -
- - +
);