From 6a87475b5b6f33f89fded2b3da72050cb59bea24 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 04:48:34 +0000 Subject: [PATCH] Update src/app/waste-management/page.tsx --- src/app/waste-management/page.tsx | 139 ++++++++++++++++-------------- 1 file changed, 72 insertions(+), 67 deletions(-) diff --git a/src/app/waste-management/page.tsx b/src/app/waste-management/page.tsx index 556813f..2afc78a 100644 --- a/src/app/waste-management/page.tsx +++ b/src/app/waste-management/page.tsx @@ -11,25 +11,26 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Lightbulb, Award, CheckCircle, Shield, Trash2 } from "lucide-react"; +import { Zap, Lightbulb, Award, CheckCircle, Shield } from "lucide-react"; export default function WasteManagementPage() { const navItems = [ - { name: "Home", id: "home" }, + { name: "Home", id: "/" }, + { name: "About", id: "about" }, + { name: "Solutions", id: "solutions" }, { name: "Waste Management", id: "waste-management" }, - { name: "Plastic Solutions", id: "plastic-solutions" }, - { name: "Plastic Recycle", id: "plastic-recycle" }, - { name: "Windows & Doors", id: "windows-doors" }, + { name: "Projects", id: "projects" }, + { name: "Blog", id: "blog" }, { name: "Contact", id: "contact" }, ]; const footerColumns = [ { title: "Solutions", items: [ - { label: "Waste Management", href: "/waste-management" }, - { label: "Plastic Solutions", href: "/plastic-solutions" }, - { label: "Plastic Recycle", href: "/plastic-recycle" }, - { label: "Windows & Doors", href: "/windows-doors" }, + { label: "Waste Management Systems", href: "/waste-management" }, + { label: "Plastic Solutions", href: "/plastic-solution" }, + { label: "Plastic Recycling", href: "/plastic-recycle" }, + { label: "Smart Gate Systems", href: "/solutions" }, { label: "Custom Engineering", href: "/solutions" }, ], }, @@ -86,14 +87,14 @@ export default function WasteManagementPage() {
@@ -115,27 +120,27 @@ export default function WasteManagementPage() {