diff --git a/src/app/page.tsx b/src/app/page.tsx
index f35447c..022b184 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Phone } from "lucide-react";
+import { Phone, CheckCircle, Wrench, Zap, Thermometer } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,47 +29,26 @@ export default function LandingPage() {
@@ -80,137 +59,76 @@ export default function LandingPage() {
features={[
{
id: 1,
- tag: "Plumbing",
- title: "Plumbing Solutions",
- subtitle: "Leak fixes and pipe installs",
- description: "Expert plumbing services for leaks, clogs, and full installations.",
- imageSrc: "http://img.b2bpic.net/free-vector/plumbing-logo-template-design_742173-21298.jpg",
- },
+ tag: "Industrial", title: "Infrastructure Development", subtitle: "Scalable solutions", description: "Comprehensive industrial planning and construction for large-scale infrastructure projects."},
{
id: 2,
- tag: "Electric",
- title: "Electrical Services",
- subtitle: "Safe and code-compliant",
- description: "Reliable electrical troubleshooting, repairs, and lighting installation.",
- imageSrc: "http://img.b2bpic.net/free-vector/smart-home-technology-set-icons_24877-50556.jpg",
- },
+ tag: "Technical", title: "Technical Maintenance", subtitle: "Reliable support", description: "Professional technical support and maintenance for industrial facilities and equipment."},
{
id: 3,
- tag: "HVAC",
- title: "HVAC Maintenance",
- subtitle: "Year-round comfort",
- description: "Keep your systems running efficiently with our annual maintenance.",
- imageSrc: "http://img.b2bpic.net/free-vector/smart-home-background-with-device_23-2147855803.jpg",
- },
+ tag: "Energy", title: "Energy Systems", subtitle: "Powering operations", description: "Efficient installation and maintenance of industrial power and energy management systems."}
]}
- title="Our Professional Services"
- description="Providing high-quality workmanship for residential and commercial needs."
+ title="Our Services"
+ description="Driving growth through high-standard industrial services tailored to the Iraqi market."
/>
);
-}
+}
\ No newline at end of file