diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx
index c89a629..f0fe154 100644
--- a/src/app/how-it-works/page.tsx
+++ b/src/app/how-it-works/page.tsx
@@ -3,10 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
-import FaqBase from '@/components/sections/faq/FaqBase';
-import { FileText, CalendarDays, CheckCheck, HelpCircle, Wrench, ShieldCheck } from "lucide-react";
+import { ShieldCheck, CalendarCheck, Settings, Users } from "lucide-react";
export default function HowItWorksPage() {
return (
@@ -26,55 +25,48 @@ export default function HowItWorksPage() {
+
+
+
+
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 26a0b6a..c5dd9d4 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -2,13 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
-import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import { FileText, Phone } from "lucide-react";
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
-}
+}
\ No newline at end of file