From 8d8f314b608193f1d072eb0984acdf8d3f4e1ae3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:24:08 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 149 +++++++++++--------------------------- 1 file changed, 41 insertions(+), 108 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a3ae1b6..6e7abb7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -22,17 +22,16 @@ import { export default function ServicesPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "About", id: "about" }, - { name: "Services", id: "services" }, - { name: "Industries", id: "industries" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Industries", id: "#industries" }, + { name: "Contact", id: "#contact" }, ]; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Facilities Management", href: "/services#services" }, { label: "Cleaning Services", href: "/services#services" }, { label: "Technical Maintenance", href: "/services#services" }, @@ -41,8 +40,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Our Industries", href: "/" }, { label: "Careers", href: "/careers" }, @@ -51,8 +49,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Amman, Jordan", href: "#" }, { label: "+962 79 31 80880", href: "tel:+962793180880" }, { label: "Excellence That Supports Your Reputation", href: "#" }, @@ -80,9 +77,7 @@ export default function ServicesPage() { brandName="Dar Sary" navItems={navItems} button={{ - text: "Get Quote", - href: "/request-quote", - }} + text: "Get Quote", href: "/request-quote"}} /> @@ -95,77 +90,35 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Facilities Management", - descriptions: [ - "Professional building and operational facilities management", - "Building maintenance, property management, and preventive maintenance", - "Regular facility inspections and maintenance optimization", - ], + id: "1", title: "Facilities Management", descriptions: [ + "Professional building and operational facilities management", "Building maintenance, property management, and preventive maintenance", "Regular facility inspections and maintenance optimization"], imageSrc: - "http://img.b2bpic.net/free-photo/young-family-buying-car-dealer_1303-14224.jpg?_wi=2", - imageAlt: "building maintenance facilities management", - }, + "http://img.b2bpic.net/free-photo/young-family-buying-car-dealer_1303-14224.jpg", imageAlt: "building maintenance facilities management"}, { - id: "2", - title: "Cleaning Services", - descriptions: [ - "Professional residential and commercial cleaning solutions", - "Office cleaning, deep cleaning, and post-construction cleaning", - "Eco-friendly and high-quality cleaning standards", - ], + id: "2", title: "Cleaning Services", descriptions: [ + "Professional residential and commercial cleaning solutions", "Office cleaning, deep cleaning, and post-construction cleaning", "Eco-friendly and high-quality cleaning standards"], imageSrc: - "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520588.jpg?_wi=2", - imageAlt: "professional commercial cleaning service", - }, + "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office_23-2150520588.jpg", imageAlt: "professional commercial cleaning service"}, { - id: "3", - title: "Technical Maintenance", - descriptions: [ - "Specialized technical services for operational efficiency", - "Electrical, plumbing, HVAC, and general handyman services", - "24/7 emergency maintenance support available", - ], + id: "3", title: "Technical Maintenance", descriptions: [ + "Specialized technical services for operational efficiency", "Electrical, plumbing, HVAC, and general handyman services", "24/7 emergency maintenance support available"], imageSrc: - "http://img.b2bpic.net/free-photo/electric-jigsaw-with-saw-wood-hands-carpenter_169016-52838.jpg?_wi=2", - imageAlt: "electrical plumbing hvac maintenance", - }, + "http://img.b2bpic.net/free-photo/electric-jigsaw-with-saw-wood-hands-carpenter_169016-52838.jpg", imageAlt: "electrical plumbing hvac maintenance"}, { - id: "4", - title: "Logistics & Transportation", - descriptions: [ - "Efficient transportation and logistics services", - "Corporate transportation, staff transportation, and delivery services", - "Cargo transportation across all Jordan regions", - ], + id: "4", title: "Logistics & Transportation", descriptions: [ + "Efficient transportation and logistics services", "Corporate transportation, staff transportation, and delivery services", "Cargo transportation across all Jordan regions"], imageSrc: - "http://img.b2bpic.net/free-photo/professional-female-driver-operating-forklift-vehicle_23-2150248813.jpg?_wi=2", - imageAlt: "transportation logistics services truck", - }, + "http://img.b2bpic.net/free-photo/professional-female-driver-operating-forklift-vehicle_23-2150248813.jpg", imageAlt: "transportation logistics services truck"}, { - id: "5", - title: "Manpower Supply", - descriptions: [ - "Professional workforce solutions for diverse needs", - "Skilled labor, construction workers, cleaning staff, and security", - "Warehouse staff and technical specialists on demand", - ], + id: "5", title: "Manpower Supply", descriptions: [ + "Professional workforce solutions for diverse needs", "Skilled labor, construction workers, cleaning staff, and security", "Warehouse staff and technical specialists on demand"], imageSrc: - "http://img.b2bpic.net/free-photo/businessman-thumbs-up-near-building_23-2148308517.jpg?_wi=2", - imageAlt: "workforce employment recruitment staffing", - }, + "http://img.b2bpic.net/free-photo/businessman-thumbs-up-near-building_23-2148308517.jpg", imageAlt: "workforce employment recruitment staffing"}, { - id: "6", - title: "Retail Services", - descriptions: [ - "Operational support designed for retail environments", - "Retail store maintenance, shopping mall facilities, and store setup", - "Retail logistics support and inventory management", - ], + id: "6", title: "Retail Services", descriptions: [ + "Operational support designed for retail environments", "Retail store maintenance, shopping mall facilities, and store setup", "Retail logistics support and inventory management"], imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-entrepreneur-with-small-business_23-2149149672.jpg?_wi=2", - imageAlt: "retail store maintenance operations", - }, + "http://img.b2bpic.net/free-photo/full-shot-entrepreneur-with-small-business_23-2149149672.jpg", imageAlt: "retail store maintenance operations"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -183,31 +136,23 @@ export default function ServicesPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "International Excellence", - description: - "Founded by Motasem Sofan after 7 successful years in Abu Dhabi, bringing world-class standards to Jordan", - icon: Globe, + title: "International Excellence", description: + "Founded by Motasem Sofan after 7 successful years in Abu Dhabi, bringing world-class standards to Jordan", icon: Globe, }, { - title: "Trusted Partnership", - description: - "We ensure consistent service quality, reliable operational support, and long-term partnerships that protect your brand", - icon: Handshake, + title: "Trusted Partnership", description: + "We ensure consistent service quality, reliable operational support, and long-term partnerships that protect your brand", icon: Handshake, }, { - title: "Professional Team", - description: - "Over 300 trained professionals including engineers, technicians, and specialists across all service lines", - icon: Users, + title: "Professional Team", description: + "Over 300 trained professionals including engineers, technicians, and specialists across all service lines", icon: Users, }, { - title: "Continuous Improvement", - description: - "Dedicated to service excellence with regular quality reviews and operational optimization", - icon: TrendingUp, + title: "Continuous Improvement", description: + "Dedicated to service excellence with regular quality reviews and operational optimization", icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg" imageAlt="professional diverse team collaboration" mediaAnimation="slide-up" imagePosition="right" @@ -222,27 +167,15 @@ export default function ServicesPage() { description="Proven operational performance across Jordan and the Middle East" metrics={[ { - id: "1", - value: "300+", - description: "Professional Employees", - }, + id: "1", value: "300+", description: "Professional Employees"}, { - id: "2", - value: "7+", - description: "Years International Experience", - }, + id: "2", value: "7+", description: "Years International Experience"}, { - id: "3", - value: "24/7", - description: "Operational Support", - }, + id: "3", value: "24/7", description: "Operational Support"}, { - id: "4", - value: "All Regions", - description: "Nationwide Coverage", - }, + id: "4", value: "All Regions", description: "Nationwide Coverage"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}