From 4d3cc9f84061359ddd12a50c74eb647a7ff405bf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:13:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 412bfa7..46cc988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Condo Owners", "Busy Professionals", "Families", "Airbnb Hosts", "Property Managers"]} + "Condo Owners", "Busy Professionals", "Families", "Airbnb Hosts", "Property Managers" + ]} speed={40} showCard={true} /> @@ -83,22 +84,26 @@ export default function LandingPage() { id: 1, title: "Standard Home Cleaning", description: "Regular maintenance cleaning for residential spaces. Includes dusting, vacuuming, bathrooms, and kitchens.", imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", imageAlt: "Standard home cleaning service"}, + "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", imageAlt: "Standard home cleaning service" + }, { id: 2, title: "Deep Cleaning", description: "Thorough cleaning of every corner. Perfect for seasonal refresh or before moving in.", imageSrc: - "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", imageAlt: "Deep cleaning service"}, + "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", imageAlt: "Deep cleaning service" + }, { id: 3, title: "Move-In / Move-Out Cleaning", description: "Complete property cleaning for transitions. Leave the space spotless for new occupants.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=1", imageAlt: "Move-out cleaning service"}, + "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Move-out cleaning service" + }, { id: 4, title: "Condo Cleaning", description: "Specialized cleaning for condo units. Respects building rules and maximizes efficiency.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=2", imageAlt: "Condo cleaning service"}, + "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Condo cleaning service" + }, ]} /> @@ -127,10 +132,12 @@ export default function LandingPage() { metrics={[ { id: "1", value: "Montreal", title: "Service Coverage", description: "Downtown to surrounding neighborhoods", imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Montreal city service area"}, + "http://img.b2bpic.net/free-photo/full-shot-men-cleaning-office_23-2149345516.jpg", imageAlt: "Montreal city service area" + }, { id: "2", value: "2121 Tupper St", title: "Our Location", description: "La Catherine Condominiums, H3H 1P1", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-woman-cleaning-home_23-2150453345.jpg", imageAlt: "ProClean office location"}, + "http://img.b2bpic.net/free-photo/front-view-woman-cleaning-home_23-2150453345.jpg", imageAlt: "ProClean office location" + }, ]} /> @@ -149,6 +156,7 @@ export default function LandingPage() { buttonText="Sign Up for Updates" termsText="We respect your privacy. Call us anytime at (647) 927-4177 or visit our Calendly to book directly." onSubmit={() => console.log("Email submission handled")} + mediaAnimation="none" /> @@ -163,19 +171,23 @@ export default function LandingPage() { { id: "1", name: "Safir Market", role: "Condo Owner", testimonial: "Professional, punctual, and meticulous. Impeccable results every single time. ProClean has transformed how my condo looks and feels.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Safir Market"}, + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Safir Market" + }, { id: "2", name: "Michelle Lambert", role: "Busy Professional", testimonial: "Reliable and thorough. They respect my space and complete the job efficiently. Highly recommended for anyone with a busy schedule.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "Michelle Lambert"}, + "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Michelle Lambert" + }, { id: "3", name: "David Chen", role: "Property Manager", testimonial: "ProClean has been fantastic for managing multiple properties. Consistent quality and professional communication every time.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "David Chen"}, + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "David Chen" + }, { id: "4", name: "Jennifer Dubois", role: "Airbnb Host", testimonial: "Fast turnarounds between guests. ProClean keeps my Airbnb immaculate and my guests consistently give five-star reviews for cleanliness.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Jennifer Dubois"}, + "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Jennifer Dubois" + }, ]} carouselMode="buttons" /> -- 2.49.1