From c95033b981f80f7fdabba04047a08fb8cd162f7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 123 ++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 80 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78a70f2..641feb0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,8 +5,9 @@ import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Activity, ShieldCheck, Zap } from 'lucide-react'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From c9f18d51f9a60cf2bfde9af15541513727656945 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:09 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 273 ++++++++++++++--------------------------------- 1 file changed, 82 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af63cd7..ef73b73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,208 +6,99 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import SplitAbout from '@/components/sections/about/SplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1 From 2e68daf5a9e5b1db0de19e12c4a0daa39064a9a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:09 +0000 Subject: [PATCH 3/4] Update src/app/service-area/page.tsx --- src/app/service-area/page.tsx | 135 ++++++++++++---------------------- 1 file changed, 45 insertions(+), 90 deletions(-) diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index 87d6edc..37aacf8 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -5,8 +5,9 @@ import ReactLenis from "lenis/react"; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { MapPin } from 'lucide-react'; -export default function LandingPage() { +export default function ServiceAreaPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From 4e7b52f1c8d6ecef94f274ced534758b9f12a973 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:09 +0000 Subject: [PATCH 4/4] Update src/app/work/page.tsx --- src/app/work/page.tsx | 154 +++++++++++++----------------------------- 1 file changed, 48 insertions(+), 106 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 6136065..415bfa4 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -6,7 +6,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function WorkPage() { return ( - + - + - + ); -} +} \ No newline at end of file -- 2.49.1