Merge version_1 into main #2
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg"
|
||||
imageAlt="Harrison Facilities footer"
|
||||
logoText="Harrison Facilities"
|
||||
copyrightText="© 2025 Harrison Facilities. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user