Update src/app/services/page.tsx

This commit is contained in:
2026-03-20 04:11:12 +00:00
parent 23874350b7
commit 2c5bc0c6b8

View File

@@ -47,10 +47,10 @@ export default function ServicesPage() {
background={{ variant: "downward-rays-static-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-loading-dishwasher_23-2149535095.jpg", imageAlt: "Professional hood cleaning service in action"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-loading-dishwasher_23-2149535095.jpg?_wi=1", imageAlt: "Professional hood cleaning service in action"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg", imageAlt: "Skilled technician performing hood inspection"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg?_wi=1", imageAlt: "Skilled technician performing hood inspection"
}
]}
mediaAnimation="slide-up"
@@ -76,22 +76,22 @@ export default function ServicesPage() {
animationType="slide-up"
features={[
{
title: "Hood Inspection & Assessment", description: "Comprehensive inspection of your entire hood system, filters, ductwork, and dampers to identify maintenance needs and fire hazards.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-looking-clipboard-while-holding-pencil_176474-61582.jpg", imageAlt: "Professional hood system inspection"
title: "Hood Inspection & Assessment", description: "Comprehensive inspection of your entire hood system, filters, ductwork, and dampers to identify maintenance needs and fire hazards.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-looking-clipboard-while-holding-pencil_176474-61582.jpg?_wi=1", imageAlt: "Professional hood system inspection"
},
{
title: "Deep Grease Cleaning", description: "Industrial-grade cleaning that removes built-up grease, carbon, and debris from hoods, filters, ducts, and exhaust systems using approved methods.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-kitchen-furniture-rubber-gloves_651396-2883.jpg", imageAlt: "Deep cleaning in progress"
title: "Deep Grease Cleaning", description: "Industrial-grade cleaning that removes built-up grease, carbon, and debris from hoods, filters, ducts, and exhaust systems using approved methods.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-kitchen-furniture-rubber-gloves_651396-2883.jpg?_wi=1", imageAlt: "Deep cleaning in progress"
},
{
title: "Preventive Maintenance Plans", description: "Customized maintenance schedules ensuring your hood system stays compliant, efficient, and safe year-round with regular professional service.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-office-kitchen_23-2147727743.jpg", imageAlt: "Maintenance service performed"
title: "Preventive Maintenance Plans", description: "Customized maintenance schedules ensuring your hood system stays compliant, efficient, and safe year-round with regular professional service.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-office-kitchen_23-2147727743.jpg?_wi=1", imageAlt: "Maintenance service performed"
},
{
title: "Emergency Cleaning", description: "24/7 rapid response for urgent hood system issues, unexpected failures, or compliance needs when minutes matter.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-loading-dishwasher_23-2149535095.jpg", imageAlt: "Emergency hood cleaning service"
title: "Emergency Cleaning", description: "24/7 rapid response for urgent hood system issues, unexpected failures, or compliance needs when minutes matter.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-loading-dishwasher_23-2149535095.jpg?_wi=2", imageAlt: "Emergency hood cleaning service"
},
{
title: "Filter Replacement", description: "Professional filter replacement and cleaning using high-quality industrial filters that meet NFPA 96 standards.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg", imageAlt: "Filter replacement service"
title: "Filter Replacement", description: "Professional filter replacement and cleaning using high-quality industrial filters that meet NFPA 96 standards.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-indoors_23-2150454569.jpg?_wi=2", imageAlt: "Filter replacement service"
},
{
title: "Compliance Documentation", description: "Detailed inspection reports and compliance certificates for your records, insurance, and regulatory requirements.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-looking-clipboard-while-holding-pencil_176474-61582.jpg", imageAlt: "Documentation and compliance records"
title: "Compliance Documentation", description: "Detailed inspection reports and compliance certificates for your records, insurance, and regulatory requirements.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-looking-clipboard-while-holding-pencil_176474-61582.jpg?_wi=2", imageAlt: "Documentation and compliance records"
}
]}
useInvertedBackground={true}