From a88355508338df8647537de5d93e51091539e0e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:19:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 320 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5070e6..56f7b5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,116 +46,43 @@ export default function LandingPage() {
@@ -177,45 +94,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "House Cleaning", - author: "Home", - description: "Full home sanitation and cleaning.", - tags: [ - "Residential", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg?_wi=1", + id: "1", title: "House Cleaning", author: "Home", description: "Full home sanitation and cleaning.", tags: ["Residential"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg" }, { - id: "2", - title: "Office Cleaning", - author: "Business", - description: "Professional desk and common area care.", - tags: [ - "Commercial", - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg?_wi=1", + id: "2", title: "Office Cleaning", author: "Business", description: "Professional desk and common area care.", tags: ["Commercial"], + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg" }, { - id: "3", - title: "Deep Cleaning", - author: "Detailed", - description: "Deep sanitation for every hidden corner.", - tags: [ - "Specialized", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg?_wi=1", + id: "3", title: "Deep Cleaning", author: "Detailed", description: "Deep sanitation for every hidden corner.", tags: ["Specialized"], + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg" }, { - id: "4", - title: "Apartment Cleaning", - author: "Residential", - description: "Efficient cleaning for apartment units.", - tags: [ - "Residential", - ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg?_wi=1", - }, + id: "4", title: "Apartment Cleaning", author: "Residential", description: "Efficient cleaning for apartment units.", tags: ["Residential"], + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg" + } ]} title="Our Specialized Cleaning Services" description="Comprehensive cleaning solutions tailored for Kuwaiti residents and businesses, ensuring pristine environments." @@ -227,71 +120,27 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Al Jazeera Qrub?" description={[ - "Located in Al Saifi Plus Complex, Al Farwaniyah, we provide local expertise for all your cleaning requirements. Our team is fully trained to deliver exceptional standards with a personal touch.", - "With over 5 years of experience in the Kuwait cleaning industry, our mission is to ensure every client enjoys a cleaner, healthier, and more organized space.", + "Located in Al Saifi Plus Complex, Al Farwaniyah, we provide local expertise for all your cleaning requirements. Our team is fully trained to deliver exceptional standards with a personal touch.", "With over 5 years of experience in the Kuwait cleaning industry, our mission is to ensure every client enjoys a cleaner, healthier, and more organized space." ]} />
@@ -324,52 +165,25 @@ export default function LandingPage() {