From 3ff6bc0fc8fea794510b29d7df4df59923d026c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:03:27 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 140 +++++++++++++---------------------------- 1 file changed, 43 insertions(+), 97 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ee599b..0afaaff 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,107 +6,53 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From f43417de06552b5a55df785e1b05b11de0e2a4af Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:03:28 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 151 ++++++++++++--------------------------- 1 file changed, 45 insertions(+), 106 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index aada7fd..40027ed 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,116 +6,55 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 63df57764b8c82c8071c351c7e6cd26d3e7ae790 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:03:28 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 350 ++++++++++++++--------------------------------- 1 file changed, 99 insertions(+), 251 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a943c9..6dcd326 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,259 +13,107 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 73d69857e20485aaff12ad401f3ba589833167fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:03:28 +0000 Subject: [PATCH 4/5] Update src/app/service-area/page.tsx --- src/app/service-area/page.tsx | 140 +++++++++++----------------------- 1 file changed, 43 insertions(+), 97 deletions(-) diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index 66591ee..f4e7572 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -6,107 +6,53 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ServiceAreaPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From c55b2fb648be14da4afa1a7e1deba8ace1118cf4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:03:29 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 166 +++++++++++--------------------------- 1 file changed, 49 insertions(+), 117 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1826669..1105a21 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,127 +6,59 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ServicesPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1