From 880126491863079e40802b6e7dce1a041b4f4591 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:45:08 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 84 ++++++++++++--------------------------- 1 file changed, 25 insertions(+), 59 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6495901..99e8d24 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,7 +24,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -35,9 +35,7 @@ export default function ServicesPage() { brandName="Mauli Electrochem" navItems={navItems} button={{ - text: "Request Quote", - href: "/contact", - }} + text: "Request Quote", href: "/contact"}} animateOnLoad={true} /> @@ -47,13 +45,10 @@ export default function ServicesPage() { title="Metal Plating & Surface Finishing Services" description="Comprehensive electroplating solutions tailored for automotive, engineering, and industrial component manufacturing" background={{ - variant: "noiseDiagonalGradient", - }} + variant: "animated-grid"}} avatars={[ { - src: "http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg", - alt: "Production Facility", - }, + src: "http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg", alt: "Production Facility"}, ]} avatarText="Premium Industrial Coating Solutions" buttons={[]} @@ -66,75 +61,51 @@ export default function ServicesPage() { description="Each service is backed by decades of expertise, advanced technology, and rigorous quality control standards" features={[ { - title: "Zinc Plating", - description: - "Industrial-grade zinc coating providing exceptional corrosion resistance for fasteners, hardware, and automotive components. Ideal for harsh environments.", - icon: Droplet, + title: "Zinc Plating", description: + "Industrial-grade zinc coating providing exceptional corrosion resistance for fasteners, hardware, and automotive components. Ideal for harsh environments.", icon: Droplet, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg?_wi=3", - imageAlt: "Zinc plated components", - }, + "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", imageAlt: "Zinc plated components"}, { imageSrc: - "http://img.b2bpic.net/free-photo/engineer-while-using-device_140725-7940.jpg?_wi=3", - imageAlt: "Quality testing", - }, + "http://img.b2bpic.net/free-photo/engineer-while-using-device_140725-7940.jpg", imageAlt: "Quality testing"}, ], }, { - title: "Trivalent Yellow Zinc Plating", - description: - "Premium environmentally-friendly yellow zinc coating offering superior corrosion protection with enhanced visual appeal. Perfect for high-visibility applications.", - icon: Sparkles, + title: "Trivalent Yellow Zinc Plating", description: + "Premium environmentally-friendly yellow zinc coating offering superior corrosion protection with enhanced visual appeal. Perfect for high-visibility applications.", icon: Sparkles, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/closeup-rusty-iron-ship-walls-with-grey-paint-it_181624-7061.jpg?_wi=2", - imageAlt: "Yellow zinc plated parts", - }, + "http://img.b2bpic.net/free-photo/closeup-rusty-iron-ship-walls-with-grey-paint-it_181624-7061.jpg", imageAlt: "Yellow zinc plated parts"}, { imageSrc: - "http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg?_wi=4", - imageAlt: "Processing facility", - }, + "http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg", imageAlt: "Processing facility"}, ], }, { - title: "Copper Plating", - description: - "Precision copper electroplating for conductive applications. Excellent adhesion and electrical conductivity for electronic components and specialized industrial parts.", - icon: Zap, + title: "Copper Plating", description: + "Precision copper electroplating for conductive applications. Excellent adhesion and electrical conductivity for electronic components and specialized industrial parts.", icon: Zap, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/factory-worker-white-gown-rubber-gloves-holding-plastic-bottle_273609-13357.jpg?_wi=2", - imageAlt: "Copper plating in progress", - }, + "http://img.b2bpic.net/free-photo/factory-worker-white-gown-rubber-gloves-holding-plastic-bottle_273609-13357.jpg", imageAlt: "Copper plating in progress"}, { imageSrc: - "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg?_wi=2", - imageAlt: "Copper coated components", - }, + "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", imageAlt: "Copper coated components"}, ], }, { - title: "Black Oxide Plating", - description: - "Professional black oxide coating for superior corrosion resistance and elegant matte finish. Ideal for tools, machinery parts, and architectural hardware.", - icon: Shield, + title: "Black Oxide Plating", description: + "Professional black oxide coating for superior corrosion resistance and elegant matte finish. Ideal for tools, machinery parts, and architectural hardware.", icon: Shield, mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/selective-focus-shot-metal-nails-jar-with-white-background_181624-9763.jpg?_wi=3", - imageAlt: "Black oxide fasteners", - }, + "http://img.b2bpic.net/free-photo/selective-focus-shot-metal-nails-jar-with-white-background_181624-9763.jpg", imageAlt: "Black oxide fasteners"}, { imageSrc: - "http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750011.jpg?_wi=2", - imageAlt: "Black oxide process", - }, + "http://img.b2bpic.net/free-photo/male-painter-overalls-doing-his-work-car-shop_23-2149750011.jpg", imageAlt: "Black oxide process"}, ], }, ]} @@ -146,12 +117,11 @@ export default function ServicesPage() {