From 3ea29c5d8a097068201291e57dbb75432b2c91f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:11:09 +0000 Subject: [PATCH] Update src/app/service-areas/page.tsx --- src/app/service-areas/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index 69e30ad..115e754 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -63,21 +63,21 @@ export default function ServiceAreasPage() { animationType="slide-up" features={[ { - id: "1", title: "Central Noida", description: "Fast and reliable cleaning services for Central Noida including Sector 18, Sector 20, and surrounding residential areas.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [ + id: "1", title: "Central Noida", description: "Fast and reliable cleaning services for Central Noida including Sector 18, Sector 20, and surrounding residential areas.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=4", buttons: [ { text: "Learn More", href: "#contact" } ] }, { - id: "2", title: "Noida IT Park (Sector 62)", description: "Professional commercial cleaning services for IT offices, tech parks, and corporate spaces in Sector 62.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [ + id: "2", title: "Noida IT Park (Sector 62)", description: "Professional commercial cleaning services for IT offices, tech parks, and corporate spaces in Sector 62.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=5", buttons: [ { text: "Book Service", href: "#contact" } ] }, { - id: "3", title: "Greater Noida & Beyond", description: "Comprehensive cleaning services extending to Greater Noida, Indirapuram, Ghaziabad, and all surrounding regions.", tag: "Extended", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", buttons: [ + id: "3", title: "Greater Noida & Beyond", description: "Comprehensive cleaning services extending to Greater Noida, Indirapuram, Ghaziabad, and all surrounding regions.", tag: "Extended", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg?_wi=6", buttons: [ { text: "Get Quote", href: "#contact" } @@ -110,7 +110,7 @@ export default function ServiceAreasPage() {