From dc5479d73d6a7ef427f6d24359252d43ef750ff2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:58:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2796ea..bac44f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=1", imageAlt: "Professional office facilities" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg", imageAlt: "Professional office facilities" }, { imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg", imageAlt: "Team working together" @@ -164,11 +164,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jennifer Martinez", role: "Facilities Director", company: "Fortune 500 Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Jennifer Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jennifer Martinez" }, { id: "2", name: "Michael Chen", role: "Operations Manager", company: "Healthcare Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Michael Chen" }, { id: "3", name: "Sarah Thompson", role: "Building Manager", company: "Commercial Real Estate Group", rating: 5, @@ -176,11 +176,11 @@ export default function LandingPage() { }, { id: "4", name: "Robert Davis", role: "Executive Director", company: "Educational Foundation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Robert Davis" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Robert Davis" }, { id: "5", name: "Amanda Lee", role: "Property Manager", company: "Hospitality Services Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Amanda Lee" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Amanda Lee" } ]} kpiItems={[ @@ -221,6 +221,7 @@ export default function LandingPage() { sideDescription="Get answers to common questions about our facility management services and how we can help your business." textPosition="left" useInvertedBackground={false} + faqsAnimation="slide-up" animationType="smooth" showCard={true} ariaLabel="FAQ section" @@ -235,7 +236,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg" imageAlt="Modern office facilities" mediaAnimation="opacity" mediaPosition="right" @@ -248,7 +249,7 @@ export default function LandingPage() {