diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx
index 90bb5d4..182846b 100644
--- a/src/app/how-it-works/page.tsx
+++ b/src/app/how-it-works/page.tsx
@@ -3,8 +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 TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import { Zap, FileCheck, CheckCircle2, Wrench } from "lucide-react";
export default function HowItWorksPage() {
return (
@@ -34,28 +35,17 @@ export default function HowItWorksPage() {
/>
-
-
+ , reverse: false },
+ { id: "2", content: "Our certified technicians perform a precision installation tailored to your specific vehicle model, ensuring full compliance and reliable operation.", media: , reverse: true },
+ { id: "3", content: "Get thorough, one-on-one training on device usage, reporting requirements, and helpful tips to make your daily driving experience hassle-free.", media: , reverse: false },
+ { id: "4", content: "Return for your scheduled monthly calibration services. We provide rapid, accurate data reporting to keep your status compliant without delays.", media: , reverse: true },
]}
/>
@@ -69,4 +59,4 @@ export default function HowItWorksPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index fa35f34..6e8dece 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import { Award, CheckCircle, Clock, Heart, ShieldCheck, ThumbsUp } from "lucide-react";
+import { Award, CheckCircle, Heart, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -57,6 +57,16 @@ export default function LandingPage() {
/>
+
+
+
+