From b291fcda00a270449914fd62c9b63c85da3bf4fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:52:21 +0000 Subject: [PATCH 1/3] Update src/app/drilling-services/page.tsx --- src/app/drilling-services/page.tsx | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/app/drilling-services/page.tsx b/src/app/drilling-services/page.tsx index 58b6462..c999aea 100644 --- a/src/app/drilling-services/page.tsx +++ b/src/app/drilling-services/page.tsx @@ -4,21 +4,34 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award } from "lucide-react"; export default function DrillingServicesPage() { return ( - - + +

Drilling Services

We provide professional geological drilling and site exploration services for large-scale mining operations.

-
- +
+ +
+
); } -- 2.49.1 From 1ef4cb9be32b094fbe1d283a1f19fc74622d7ee0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:52:21 +0000 Subject: [PATCH 2/3] Update src/app/equipment-rental/page.tsx --- src/app/equipment-rental/page.tsx | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/src/app/equipment-rental/page.tsx b/src/app/equipment-rental/page.tsx index 6f0b103..4c13f8f 100644 --- a/src/app/equipment-rental/page.tsx +++ b/src/app/equipment-rental/page.tsx @@ -7,17 +7,31 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function EquipmentRentalPage() { return ( - - + +

Equipment Rental

Access our fleet of industrial-grade machinery and mining equipment for your short-term or long-term operational needs.

-
- +
+ +
+
); } -- 2.49.1 From 0f0334390c88cd0433b4158dae6ec9783e412149 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:52:22 +0000 Subject: [PATCH 3/3] Update src/app/excavation-services/page.tsx --- src/app/excavation-services/page.tsx | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/src/app/excavation-services/page.tsx b/src/app/excavation-services/page.tsx index e266666..0e2aafa 100644 --- a/src/app/excavation-services/page.tsx +++ b/src/app/excavation-services/page.tsx @@ -7,17 +7,31 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ExcavationServicesPage() { return ( - - + +

Excavation Services

Expert excavation and site preparation solutions tailored for industrial and construction needs.

-
- +
+ +
+
); } -- 2.49.1