From 1f121b399371965a14f5a062db6b1fa400b0ecbb Mon Sep 17 00:00:00 2001 From: yusuf-intern Date: Sat, 13 Dec 2025 12:48:00 +0000 Subject: [PATCH 1/2] -m --- src/App.tsx | 5 +++-- src/components/Navigation.tsx | 2 +- src/pages/Index.tsx | 8 ++++---- .../{RmmServices.tsx => CybersecurityServices.tsx} | 8 ++++---- 4 files changed, 12 insertions(+), 11 deletions(-) rename src/pages/services/{RmmServices.tsx => CybersecurityServices.tsx} (98%) diff --git a/src/App.tsx b/src/App.tsx index 9daad96..1703434 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,9 +11,10 @@ import Portfolio from "./pages/Portfolio"; import Contact from "./pages/Contact"; import ErpSystems from "./pages/services/ErpSystems"; import ECommerce from "./pages/services/ECommerce"; -import RmmServices from "./pages/services/RmmServices"; +import RmmServices from "./pages/services/CybersecurityServices"; import AmcSupport from "./pages/services/AmcSupport"; import NotFound from "./pages/NotFound"; +import CybersecurityServices from "./pages/services/CybersecurityServices"; const queryClient = new QueryClient(); @@ -32,7 +33,7 @@ const App = () => ( } /> } /> } /> - } /> + } /> } /> {/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */} } /> diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index b860c6e..734aa83 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -13,7 +13,7 @@ const Navigation = () => { const services = [ { name: "ERP Systems", path: "/services/erp" }, { name: "Custom E-Commerce", path: "/services/ecommerce" }, - { name: "RMM Services", path: "/services/rmm" }, + { name: "Cybersecuirty Services", path: "/services/cybersecurity" }, { name: "AMC Support", path: "/services/amc" }, { name: "Community Projects", path: "/services/community" }, { name: "Web Development", path: "/services/web" }, diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index f682f66..195551b 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -19,9 +19,9 @@ const Index = () => { link: "/services/ecommerce" }, { icon: Shield, - title: "RMM Services", + title: "Cybersecurity Services", description: "Remote Monitoring and Management services ensuring your IT infrastructure operates at peak performance.", - link: "/services/rmm" + link: "/services/cybersecurity" }, { icon: Wrench, title: "AMC Support", @@ -110,9 +110,9 @@ const Index = () => { {/* Services grid */}
- {services.map((service, index) => + {services.map((service, index) => - )} + )}
{/* Trust Badges */} diff --git a/src/pages/services/RmmServices.tsx b/src/pages/services/CybersecurityServices.tsx similarity index 98% rename from src/pages/services/RmmServices.tsx rename to src/pages/services/CybersecurityServices.tsx index 83fb494..cb46988 100644 --- a/src/pages/services/RmmServices.tsx +++ b/src/pages/services/CybersecurityServices.tsx @@ -6,7 +6,7 @@ import { Button } from "@/components/ui/button"; import { Card } from "@/components/ui/card"; import { Link } from "react-router-dom"; -const RmmServices = () => { +const CybersecurityServices = () => { const [showDemo, setShowDemo] = useState(false); const [simulationActive, setSimulationActive] = useState(false); @@ -129,7 +129,7 @@ const RmmServices = () => { {/*

- RMM Services + Cybersecurity Services

Never worry about IT infrastructure again. @@ -335,7 +335,7 @@ const RmmServices = () => {

Request Received!

- Our RMM specialists will set up your trial within 24 hours. + Our Cybersecurity specialists will set up your trial within 24 hours.