From cb449332eb636c5541dda6d209e83d9b2cddd652 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:57:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d7e0c3..bc7fb69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg" imageAlt="Professional cleaning team at work" buttons={[ { text: "Get a Quote", href: "#contact" }, @@ -85,10 +85,11 @@ export default function LandingPage() { { value: "25+", title: "Years of Excellence" }, { value: "5,000+", title: "Satisfied Clients" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office-together_23-2149345517.jpg" imageAlt="ACCU-CLEAN professional team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -171,11 +172,11 @@ export default function LandingPage() { { id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "ACCU-CLEAN has been our go-to cleaning service for three years. The professionalism and attention to detail are outstanding. Our home has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", name: "James Rodriguez", role: "Office Manager", testimonial: "We switched to ACCU-CLEAN for our office building and the difference was immediate. The team is reliable, courteous, and thorough. Highly recommended for any business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Rodriguez"}, + id: "2", name: "James Rodriguez", role: "Office Manager", testimonial: "We switched to ACCU-CLEAN for our office building and the difference was immediate. The team is reliable, courteous, and thorough. Highly recommended for any business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"}, { id: "3", name: "Emily Chen", role: "Property Manager", testimonial: "Managing multiple properties becomes so much easier with ACCU-CLEAN. They handle everything with professionalism and consistency. Our tenants always compliment the cleanliness.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Emily Chen"}, { - id: "4", name: "David Thompson", role: "Business Owner", testimonial: "Exceptional service from start to finish. ACCU-CLEAN transformed our retail space and our customer experience has improved noticeably. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Thompson"}, + id: "4", name: "David Thompson", role: "Business Owner", testimonial: "Exceptional service from start to finish. ACCU-CLEAN transformed our retail space and our customer experience has improved noticeably. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1