From 86f563c813d42918e9466e0f7c065f66dcd4e57b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:28:22 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 62 ++++++++------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1e4c3a1..8fb6656 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -18,59 +18,26 @@ export default function ServicesPage() { ]; const navButton = { - text: "Get Free Quote", - href: "/contact", - }; + text: "Get Free Quote", href: "/contact"}; const services = [ { - id: "electrical", - title: "Electrical Services", - description: "Expert electrical wiring, lighting installation, and repairs for homes and businesses. Safe, reliable, and code-compliant work. Our licensed electricians handle residential and commercial projects with precision.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg?_wi=2", - imageAlt: "Professional electrical installation", - }, + id: "electrical", title: "Electrical Services", description: "Expert electrical wiring, lighting installation, and repairs for homes and businesses. Safe, reliable, and code-compliant work. Our licensed electricians handle residential and commercial projects with precision.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17661.jpg", imageAlt: "Professional electrical installation"}, { - id: "plumbing", - title: "Plumbing Services", - description: "Leak repairs, pipe installation, and bathroom fittings. Fast response to emergencies with professional workmanship. We handle everything from minor leaks to complete plumbing system installations.", - imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=2", - imageAlt: "Professional plumbing repair work", - }, + id: "plumbing", title: "Plumbing Services", description: "Leak repairs, pipe installation, and bathroom fittings. Fast response to emergencies with professional workmanship. We handle everything from minor leaks to complete plumbing system installations.", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Professional plumbing repair work"}, { - id: "painting", - title: "Painting Services", - description: "Interior and exterior painting for apartments, villas, and commercial spaces. Premium finishes with attention to detail. We use high-quality materials and skilled painters to transform your spaces.", - imageSrc: "http://img.b2bpic.net/free-photo/masaking-blue-paint-with-roller-brush-dipped-white-paint-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14191.jpg?_wi=2", - imageAlt: "Professional interior painting", - }, + id: "painting", title: "Painting Services", description: "Interior and exterior painting for apartments, villas, and commercial spaces. Premium finishes with attention to detail. We use high-quality materials and skilled painters to transform your spaces.", imageSrc: "http://img.b2bpic.net/free-photo/masaking-blue-paint-with-roller-brush-dipped-white-paint-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14191.jpg", imageAlt: "Professional interior painting"}, { - id: "handyman", - title: "Handyman Services", - description: "Furniture installation, minor repairs, door and lock fixes. Quick solutions for all your maintenance needs. Our versatile handymen can tackle various home improvement projects efficiently.", - imageSrc: "http://img.b2bpic.net/free-photo/man-assembly-furniture-new-house-they-purchased_482257-24165.jpg?_wi=2", - imageAlt: "Professional handyman installation work", - }, + id: "handyman", title: "Handyman Services", description: "Furniture installation, minor repairs, door and lock fixes. Quick solutions for all your maintenance needs. Our versatile handymen can tackle various home improvement projects efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/man-assembly-furniture-new-house-they-purchased_482257-24165.jpg", imageAlt: "Professional handyman installation work"}, { - id: "cleaning", - title: "Cleaning Services", - description: "Home, office, and deep cleaning services. Professional teams delivering spotless results every time. From regular maintenance cleaning to intensive deep cleans, we handle it all.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg?_wi=2", - imageAlt: "Professional home cleaning service", - }, + id: "cleaning", title: "Cleaning Services", description: "Home, office, and deep cleaning services. Professional teams delivering spotless results every time. From regular maintenance cleaning to intensive deep cleans, we handle it all.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg", imageAlt: "Professional home cleaning service"}, { - id: "ac", - title: "AC Maintenance", - description: "Air conditioning servicing, filter cleaning, and cooling repairs. Keep your systems running efficiently in Dubai heat. Regular maintenance ensures optimal performance and energy efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg?_wi=2", - imageAlt: "Professional AC maintenance and repair", - }, + id: "ac", title: "AC Maintenance", description: "Air conditioning servicing, filter cleaning, and cooling repairs. Keep your systems running efficiently in Dubai heat. Regular maintenance ensures optimal performance and energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg", imageAlt: "Professional AC maintenance and repair"}, ]; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Electrical", href: "#services" }, { label: "Plumbing", href: "#services" }, { label: "Painting", href: "#services" }, @@ -78,8 +45,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Service Areas", href: "#service-areas" }, @@ -87,8 +53,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 055 644 6575", href: "tel:+971556446575" }, { label: "WhatsApp", href: "https://wa.me/971556446575" }, { label: "Email Us", href: "#contact" }, @@ -96,8 +61,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -112,7 +76,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -159,7 +123,7 @@ export default function ServicesPage() { { text: "Call Now: 055 644 6575", href: "tel:+971556446575" }, { text: "Request Free Quote", href: "/contact" }, ]} - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={true} />