From f2a258910e871b8530f12e00559c09288cf2a94f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 10:41:46 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 183 ++++++++--------------------------------- 1 file changed, 36 insertions(+), 147 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8a93d84..fee5866 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,32 +18,16 @@ export default function HomePage() { title="NABZ Services: Excellence in Every Detail" description="Experience professional and thorough cleaning services in JVC and across Dubai. We ensure your space stays pristine." primaryButton={{ - text: "Book Your Service", - href: "#contact", - }} + text: "Book Your Service", href: "#contact"}} secondaryButton={{ - text: "View Our Services", - href: "#services", - }} + text: "View Our Services", href: "#services"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-with-orange-sofa-natural-light_23-2152001394.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/gas-stove-closeup-marble-wall-sleek-modern-kitchen-interior_169016-69063.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-gloves-cleaning-floors_23-2148465018.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095261.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-cleaning-indoors_23-2150454567.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-housekeeper-holding-sponge_140725-106803.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-with-orange-sofa-natural-light_23-2152001394.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/gas-stove-closeup-marble-wall-sleek-modern-kitchen-interior_169016-69063.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-gloves-cleaning-floors_23-2148465018.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-hotel-room_23-2148095261.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-cleaning-indoors_23-2150454567.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-housekeeper-holding-sponge_140725-106803.jpg" }, ]} /> @@ -67,41 +51,13 @@ export default function HomePage() { title="Tailored Cleaning Solutions" description="Comprehensive cleaning services designed for your comfort and peace of mind." items={[ - { - title: "Kitchen Deep Clean", - description: "Sparkling surfaces", - imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-busy-while-cleaning-kitchen_259150-59484.jpg", - }, - { - title: "Bathroom Hygiene", - description: "Sanitized and pristine", - imageSrc: "http://img.b2bpic.net/free-photo/sink-hotel-near_1203-1314.jpg", - }, - { - title: "Window Care", - description: "Clear view always", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-glove-cleaning-window-with-sponge_23-2148464995.jpg", - }, - { - title: "Carpet Care", - description: "Deep maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-floor-wiper-mop-cleaning-industrial-plant_342744-1215.jpg", - }, - { - title: "Bedroom Cleaning", - description: "Sleep comfortably", - imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-room_74190-5746.jpg", - }, - { - title: "Dust Removal", - description: "Breathe better", - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148119214.jpg", - }, - { - title: "Office Sanitization", - description: "Professional spaces", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343042.jpg", - }, + { title: "Kitchen Deep Clean", description: "Sparkling surfaces", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-busy-while-cleaning-kitchen_259150-59484.jpg" }, + { title: "Bathroom Hygiene", description: "Sanitized and pristine", imageSrc: "http://img.b2bpic.net/free-photo/sink-hotel-near_1203-1314.jpg" }, + { title: "Window Care", description: "Clear view always", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-rubber-glove-cleaning-window-with-sponge_23-2148464995.jpg" }, + { title: "Carpet Care", description: "Deep maintenance", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floor-wiper-mop-cleaning-industrial-plant_342744-1215.jpg" }, + { title: "Bedroom Cleaning", description: "Sleep comfortably", imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-room_74190-5746.jpg" }, + { title: "Dust Removal", description: "Breathe better", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148119214.jpg" }, + { title: "Office Sanitization", description: "Professional spaces", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343042.jpg" }, ]} /> @@ -112,31 +68,11 @@ export default function HomePage() { @@ -147,37 +83,13 @@ export default function HomePage() { @@ -188,15 +100,9 @@ export default function HomePage() { @@ -206,31 +112,18 @@ export default function HomePage() { -- 2.49.1