Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -80,12 +80,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Residential Cleaning", description: "Keep your home spotless and comfortable with our expert care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-housekeeper-leaning-kitchen-counter-holding-feather-duster-looking-camera_23-2148222229.jpg", imageAlt: "Residential cleaning" },
|
||||
{ title: "Commercial Cleaning", description: "Professional workspace maintenance for a healthy environment.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358962.jpg", imageAlt: "Commercial cleaning" },
|
||||
{ title: "Post-Construction", description: "Total dust and debris removal after your renovation.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2413.jpg", imageAlt: "Post construction cleanup" },
|
||||
{ title: "Move-In / Move-Out", description: "Deep cleaning services for a fresh start.", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg", imageAlt: "Move out cleaning" },
|
||||
{ title: "Deep Cleaning", description: "Comprehensive scrubbing for those hard to reach areas.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343033.jpg", imageAlt: "Deep cleaning" },
|
||||
{ title: "Recurring Cleaning", description: "Flexible weekly, bi-weekly, or monthly scheduling.", imageSrc: "http://img.b2bpic.net/free-psd/construction-business-template_23-2151943362.jpg", imageAlt: "Recurring services" }
|
||||
{ title: "Residential Cleaning", description: "Keep your home spotless and comfortable with our expert care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-housekeeper-leaning-kitchen-counter-holding-feather-duster-looking-camera_23-2148222229.jpg", imageAlt: "Residential cleaning", buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ title: "Commercial Cleaning", description: "Professional workspace maintenance for a healthy environment.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358962.jpg", imageAlt: "Commercial cleaning", buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ title: "Post-Construction", description: "Total dust and debris removal after your renovation.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2413.jpg", imageAlt: "Post construction cleanup", buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ title: "Move-In / Move-Out", description: "Deep cleaning services for a fresh start.", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947465.jpg", imageAlt: "Move out cleaning", buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ title: "Deep Cleaning", description: "Comprehensive scrubbing for those hard to reach areas.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343033.jpg", imageAlt: "Deep cleaning", buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ title: "Recurring Cleaning", description: "Flexible weekly, bi-weekly, or monthly scheduling.", imageSrc: "http://img.b2bpic.net/free-psd/construction-business-template_23-2151943362.jpg", imageAlt: "Recurring services", buttons: [{ text: "Book Now", href: "#contact" }] }
|
||||
]}
|
||||
title="Our Cleaning Services"
|
||||
description="Professional, reliable, and thorough cleaning for every space."
|
||||
|
||||
Reference in New Issue
Block a user