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.

-
- +
+ +
+
); } 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.

-
- +
+ +
+
); } 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.

-
- +
+ +
+
); }