diff --git a/src/app/page.tsx b/src/app/page.tsx index 682203f..21c4e2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,81 +47,52 @@ export default function LandingPage() {
@@ -142,7 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Cleaning Partner" description="At SparklePro, we understand that a clean environment is the foundation of a productive business. Our team is dedicated to exceeding standards, using eco-friendly products and meticulous processes to ensure every corner of your facility shines." - imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3865.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3865.jpg" imageAlt="Our dedicated cleaning team" />
@@ -154,79 +115,52 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Floor Maintenance", - description: "Hard floor scrubbing, carpet cleaning, and waxing to keep high-traffic areas looking pristine.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/workman-applying-road-sweeper-construction-site_259150-60509.jpg?_wi=1", - imageAlt: "Floor care services", - }, + title: "Floor Maintenance", description: "Hard floor scrubbing, carpet cleaning, and waxing to keep high-traffic areas looking pristine.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/workman-applying-road-sweeper-construction-site_259150-60509.jpg", imageAlt: "Floor care services"}, items: [ { icon: CheckCircle, - text: "High-speed scrubbing", - }, + text: "High-speed scrubbing"}, { icon: CheckCircle, - text: "Carpet deep-cleaning", - }, + text: "Carpet deep-cleaning"}, { icon: CheckCircle, - text: "Waxing & polishing", - }, + text: "Waxing & polishing"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520639.jpg?_wi=2", - imageAlt: "professional commercial cleaning office staff", }, { - title: "Sanitization Services", - description: "Detailed dusting, desk sanitizing, and high-touch point disinfection for a healthy workplace.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-laptop_23-2148577820.jpg", - imageAlt: "Sanitization services", - }, + title: "Sanitization Services", description: "Detailed dusting, desk sanitizing, and high-touch point disinfection for a healthy workplace.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/person-disinfecting-laptop_23-2148577820.jpg", imageAlt: "Sanitization services"}, items: [ { icon: CheckCircle, - text: "Surface disinfecting", - }, + text: "Surface disinfecting"}, { icon: CheckCircle, - text: "High-touch points", - }, + text: "High-touch points"}, { icon: CheckCircle, - text: "Dusting and wiping", - }, + text: "Dusting and wiping"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3865.jpg?_wi=2", - imageAlt: "smiling professional janitor holding cleaning supplies", }, { - title: "Window & Glass", - description: "Streak-free cleaning for your office exterior and interior glass partitions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/chair-near-window-office_23-2147707772.jpg", - imageAlt: "Window services", - }, + title: "Window & Glass", description: "Streak-free cleaning for your office exterior and interior glass partitions.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/chair-near-window-office_23-2147707772.jpg", imageAlt: "Window services"}, items: [ { icon: CheckCircle, - text: "Interior glass", - }, + text: "Interior glass"}, { icon: CheckCircle, - text: "Exterior window cleaning", - }, + text: "Exterior window cleaning"}, { icon: CheckCircle, - text: "Stain removal", - }, + text: "Stain removal"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/workman-applying-road-sweeper-construction-site_259150-60509.jpg?_wi=2", - imageAlt: "office floor cleaning high speed machine", }, ]} title="Comprehensive Facility Care" @@ -242,25 +176,15 @@ export default function LandingPage() { author="Sarah Jenkins, Facility Manager" avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-asian-woman-cafe-owner-manager-standing-confident-with-arms-crossed-hands-smiling_1258-199342.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/young-asian-woman-cafe-owner-manager-standing-confident-with-arms-crossed-hands-smiling_1258-199342.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", - alt: "Michael", - }, + src: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", alt: "Michael"}, { - src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", - alt: "Emily", - }, + src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Emily"}, { - src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", - alt: "David", - }, + src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "David"}, { - src: "http://img.b2bpic.net/free-photo/happy-businessman-phone_23-2147705234.jpg", - alt: "Jane", - }, + src: "http://img.b2bpic.net/free-photo/happy-businessman-phone_23-2147705234.jpg", alt: "Jane"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -271,72 +195,48 @@ export default function LandingPage() {