From a4602e288899bb04ebd2cda672a7638ebc343b6d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:52:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e66e82..99d3289 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,8 +89,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454494.jpg", imageAlt: "Commercial cleaning office floor" }, { - id: "3", title: "Specialized Biohazard Cleanup", author: "Certified Specialists", description: "Professional remediation and sanitization services meeting all regulatory standards for safety and compliance.", tags: ["Biohazard", "Certified", "Compliance"], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-entrepreneur-wearing-face-mask-while-using-computer-working-coronavirus-epidemic_637285-6481.jpg", imageAlt: "Professional cleanup sanitization service" + id: "3", title: "Specialized Biohazard Cleanup", author: "Certified Specialists", description: "Professional remediation and sanitization services meeting all regulatory standards for safety and compliance.", tags: ["Biohazard", "Certified", "Compliance"], imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-entrepreneur-wearing-face-mask-while-using-computer-working-coronavirus-epidemic_637285-6481.jpg", imageAlt: "Professional cleanup sanitization service" } ]} animationType="slide-up" @@ -153,32 +152,26 @@ export default function LandingPage() { tag="Client Testimonials" testimonials={[ { - id: "1", name: "Robert Martinez", role: "Facility Manager", company: "Downtown Business Complex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "professional man facility manager portrait" + id: "1", name: "Robert Martinez", role: "Facility Manager", company: "Downtown Business Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "professional man facility manager portrait" }, { - id: "2", name: "Jennifer Chen", role: "Operations Director", company: "Tech Park Industries", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg", imageAlt: "professional woman operations director portrait" + id: "2", name: "Jennifer Chen", role: "Operations Director", company: "Tech Park Industries", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg", imageAlt: "professional woman operations director portrait" }, { - id: "3", name: "Michael Thompson", role: "Property Owner", company: "Premium Office Towers", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "professional man property owner portrait" + id: "3", name: "Michael Thompson", role: "Property Owner", company: "Premium Office Towers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "professional man property owner portrait" }, { - id: "4", name: "Angela Rodriguez", role: "Hospital Administrator", company: "Metropolitan Health Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-posing-with-digital-tablet_329181-10340.jpg", imageAlt: "professional woman hospital administrator portrait" + id: "4", name: "Angela Rodriguez", role: "Hospital Administrator", company: "Metropolitan Health Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-posing-with-digital-tablet_329181-10340.jpg", imageAlt: "professional woman hospital administrator portrait" }, { - id: "5", name: "David Kumar", role: "Retail Store Manager", company: "Shopping District Alliance", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "professional man retail manager portrait" + id: "5", name: "David Kumar", role: "Retail Store Manager", company: "Shopping District Alliance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "professional man retail manager portrait" }, { - id: "6", name: "Susan Williams", role: "School Principal", company: "Riverside Education District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", imageAlt: "professional woman school principal portrait" + id: "6", name: "Susan Williams", role: "School Principal", company: "Riverside Education District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", imageAlt: "professional woman school principal portrait" } ]} gridVariant="uniform-all-items-equal" - animationType="fade-in" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} />