From fd33680098382c1123c731f1369f485cdf91d8ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:09:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb1222d..2cac9e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Residential Cleaning", description: "Comprehensive home cleaning service with attention to every detail and corner", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-cleaning-products-marble-table_23-2148260833.jpg?_wi=1", imageAlt: "Professional residential cleaning service"}, + title: "Residential Cleaning", description: "Comprehensive home cleaning service with attention to every detail and corner", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-cleaning-products-marble-table_23-2148260833.jpg", imageAlt: "Professional residential cleaning service"}, { id: 2, title: "Deep Cleaning", description: "Thorough deep cleaning service that tackles hard-to-reach areas and tough grime", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-cleaning_23-2148514820.jpg", imageAlt: "Deep cleaning service for homes"}, @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Move-In / Move-Out Cleaning", description: "Complete move-in and move-out cleaning to prepare homes for new occupants", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454507.jpg", imageAlt: "Move-in and move-out cleaning service"}, { id: 4, - title: "Recurring Cleaning", description: "Regular weekly, bi-weekly, or monthly cleaning services to keep your home spotless", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg?_wi=1", imageAlt: "Recurring cleaning schedule service"}, + title: "Recurring Cleaning", description: "Regular weekly, bi-weekly, or monthly cleaning services to keep your home spotless", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg", imageAlt: "Recurring cleaning schedule service"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -112,16 +112,16 @@ export default function LandingPage() { products={[ { id: "weekly", brand: "Sparkle and Shine", name: "Weekly Cleaning", price: "Recurring", rating: 5, - reviewCount: "Recurring", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg?_wi=2", imageAlt: "Weekly cleaning service"}, + reviewCount: "Recurring", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg", imageAlt: "Weekly cleaning service"}, { id: "biweekly", brand: "Sparkle and Shine", name: "Bi-Weekly Cleaning", price: "Every 2 Weeks", rating: 5, - reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg?_wi=3", imageAlt: "Bi-weekly cleaning service"}, + reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg", imageAlt: "Bi-weekly cleaning service"}, { id: "monthly", brand: "Sparkle and Shine", name: "Monthly Cleaning", price: "Monthly", rating: 5, - reviewCount: "Flexible", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg?_wi=4", imageAlt: "Monthly cleaning service"}, + reviewCount: "Flexible", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-schedule-template_23-2149754272.jpg", imageAlt: "Monthly cleaning service"}, { id: "onetime", brand: "Sparkle and Shine", name: "One-Time Cleaning", price: "As Needed", rating: 5, - reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-cleaning-products-marble-table_23-2148260833.jpg?_wi=2", imageAlt: "One-time cleaning service"}, + reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-cleaning-products-marble-table_23-2148260833.jpg", imageAlt: "One-time cleaning service"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -143,8 +143,8 @@ export default function LandingPage() { { id: "2", value: "352-436-2546", description: "Call for Service" }, { id: "3", value: "100% Local", description: "Locally Owned & Operated" }, ]} - gridVariant="three-columns-all-equal-width" - animationType="entrance-slide" + gridVariant="uniform-all-items-equal" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} ariaLabel="Service area metrics" -- 2.49.1