diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1111bd5..53218be 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FeatureCardOne as FeatureCardOneClients from '@/components/sections/feature/FeatureCardOne'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import Link from 'next/link'; @@ -34,8 +33,7 @@ export default function ServicesPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Get Free Assessment", - href: "contact" + text: "Get Free Assessment", href: "contact" }} animateOnLoad={true} /> @@ -50,40 +48,22 @@ export default function ServicesPage() { tagIcon={Sparkles} features={[ { - title: "Security Services", - description: "Trained, background-verified security professionals available 24/7 for corporate and institutional protection. Our personnel undergo rigorous vetting and receive continuous training in the latest security protocols.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-security-guard-preparing-his-baton-studio_482257-121238.jpg?_wi=2", - imageAlt: "Security services" + title: "Security Services", description: "Trained, background-verified security professionals available 24/7 for corporate and institutional protection. Our personnel undergo rigorous vetting and receive continuous training in the latest security protocols.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-security-guard-preparing-his-baton-studio_482257-121238.jpg", imageAlt: "Security services" }, { - title: "Facility Management", - description: "Complete facility upkeep and management ensuring optimal operational efficiency and safety. We handle maintenance, cleaning, and facility operations with meticulous attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg?_wi=2", - imageAlt: "Facility management" + title: "Facility Management", description: "Complete facility upkeep and management ensuring optimal operational efficiency and safety. We handle maintenance, cleaning, and facility operations with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-employee-talking-landline-phone_482257-96280.jpg", imageAlt: "Facility management" }, { - title: "Event Security", - description: "Professional event security for conferences, launches, and corporate gatherings with crowd control expertise. We ensure seamless crowd management and guest safety at all types of events.", - imageSrc: "http://img.b2bpic.net/free-photo/security-guards-secure-service_23-2148404046.jpg?_wi=2", - imageAlt: "Event security" + title: "Event Security", description: "Professional event security for conferences, launches, and corporate gatherings with crowd control expertise. We ensure seamless crowd management and guest safety at all types of events.", imageSrc: "http://img.b2bpic.net/free-photo/security-guards-secure-service_23-2148404046.jpg", imageAlt: "Event security" }, { - title: "Bouncer Services", - description: "Professionally trained bouncers for venue security, crowd management, and guest safety. Our bouncers are experienced in handling high-volume venues with professionalism and discretion.", - imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg?_wi=2", - imageAlt: "Bouncer services" + title: "Bouncer Services", description: "Professionally trained bouncers for venue security, crowd management, and guest safety. Our bouncers are experienced in handling high-volume venues with professionalism and discretion.", imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg", imageAlt: "Bouncer services" }, { - title: "Pistol Man Services", - description: "Licensed armed security personnel for high-security operations and VIP protection. Our armed personnel are certified and trained to handle sensitive security situations.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-army-officers-reviewing-important-information-from-enemy-lines_482257-91129.jpg?_wi=2", - imageAlt: "Pistol security services" + title: "Pistol Man Services", description: "Licensed armed security personnel for high-security operations and VIP protection. Our armed personnel are certified and trained to handle sensitive security situations.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-army-officers-reviewing-important-information-from-enemy-lines_482257-91129.jpg", imageAlt: "Pistol security services" }, { - title: "Tank Cleaning", - description: "Specialized tank cleaning and maintenance services for commercial and residential facilities. We provide thorough cleaning, inspection, and maintenance for all types of storage tanks.", - imageSrc: "http://img.b2bpic.net/free-photo/metal-wine-storage-tanks-winery_1268-14474.jpg?_wi=2", - imageAlt: "Tank cleaning services" + title: "Tank Cleaning", description: "Specialized tank cleaning and maintenance services for commercial and residential facilities. We provide thorough cleaning, inspection, and maintenance for all types of storage tanks.", imageSrc: "http://img.b2bpic.net/free-photo/metal-wine-storage-tanks-winery_1268-14474.jpg", imageAlt: "Tank cleaning services" } ]} gridVariant="three-columns-all-equal-width" @@ -95,35 +75,23 @@ export default function ServicesPage() { {/* Industries We Serve Section */}
-