From 256a86559c4e717b070b2499b5d5de59d86e570b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:36:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b23d6bd..b9a21a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,9 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg", imageAlt: "Bright modern office interior with natural light"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg", imageAlt: "Professional reception area with welcoming staff"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg?_wi=1", imageAlt: "Professional reception area with welcoming staff"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg", imageAlt: "Ample parking lot for clients and tenants"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg?_wi=1", imageAlt: "Ample parking lot for clients and tenants"}, ]} mediaAnimation="blur-reveal" /> @@ -73,7 +73,7 @@ export default function HomePage() { features={[ { id: 1, - title: "Reception You Can Trust", description: "Welcoming, professional, helpful. Your clients are greeted by our friendly receptionist team who genuinely care about making a great impression.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg", imageAlt: "Professional receptionist greeting clients"}, + title: "Reception You Can Trust", description: "Welcoming, professional, helpful. Your clients are greeted by our friendly receptionist team who genuinely care about making a great impression.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-receptionist-while-arriving-spa_637285-9455.jpg?_wi=2", imageAlt: "Professional receptionist greeting clients"}, { id: 2, title: "Always Presentable", description: "Clean interiors and well-maintained common areas. Every detail is kept pristine so your space always reflects excellence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-office_23-2150697582.jpg", imageAlt: "Clean, organized office workspace"}, @@ -82,7 +82,7 @@ export default function HomePage() { title: "Easy Highway 50 Access", description: "Located in Folsom with direct, convenient access to Highway 50. No complicated routes—just smooth commutes for you and your clients.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-views-with-streets_23-2148959678.jpg", imageAlt: "Highway 50 access and transportation routes"}, { id: 4, - title: "Plenty of Parking", description: "Ample on-site parking for you and your clients. No more searching—just arrive and focus on business.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg", imageAlt: "Spacious parking lot with plenty of spaces"}, + title: "Plenty of Parking", description: "Ample on-site parking for you and your clients. No more searching—just arrive and focus on business.", imageSrc: "http://img.b2bpic.net/free-photo/empty-parking-lots-aerial-view_1127-4052.jpg?_wi=2", imageAlt: "Spacious parking lot with plenty of spaces"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1