diff --git a/src/app/page.tsx b/src/app/page.tsx index bf29b44..55f4a30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,13 +75,16 @@ export default function LandingPage() { features={[ { id: "residential", title: "Residential Cleaning", author: "Expert Team", description: "Professional home cleaning services including dusting, vacuuming, bathroom sanitizing, and kitchen deep cleaning. We ensure your living space is fresh and healthy.", tags: ["Home", "Weekly", "Bi-Weekly"], - imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Residential cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/processing-workplace-kitchen-with-antiseptic_169016-19959.jpg", imageAlt: "Residential cleaning" + }, { id: "commercial", title: "Commercial Cleaning", author: "Professional Staff", description: "Customized cleaning solutions for offices, retail spaces, and commercial properties. We maintain a clean, professional environment for your business.", tags: ["Office", "Retail", "Flexible Schedule"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Commercial cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Commercial cleaning" + }, { id: "deep-cleaning", title: "Deep Cleaning", author: "Specialist Team", description: "Thorough cleaning of every corner including baseboards, window treatments, and hard-to-reach areas. Perfect for seasonal refreshes and move-in/move-out services.", tags: ["Thorough", "Seasonal", "Move Services"], - imageSrc: "http://img.b2bpic.net/free-photo/people-housework-housekeeping-concept-close-up-woman-with-legs-vacuum-cleaner-cleaning-carpet-home_231208-13612.jpg", imageAlt: "Deep cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-housework-housekeeping-concept-close-up-woman-with-legs-vacuum-cleaner-cleaning-carpet-home_231208-13612.jpg", imageAlt: "Deep cleaning service" + }, ]} animationType="slide-up" title="Our Cleaning Services" @@ -95,14 +98,16 @@ export default function LandingPage() {