diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fff806..99527c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,22 +60,22 @@ export default function LandingPage() { { title: "Vendor & Insurance", description: "Strategic vendor oversight and rigorous insurance compliance reviews to protect your asset and minimize liability.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg", imageAlt: "Construction inspection project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg", imageAlt: "Site maintenance audit" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg?_wi=1", imageAlt: "Construction inspection project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg?_wi=2", imageAlt: "Site maintenance audit" } ] }, { title: "Financial Management", description: "Precision-focused accounting, transparent budgeting, and detailed monthly reporting for complete financial clarity.", icon: DollarSign, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/business-accessories-objects-top-view_1150-7578.jpg", imageAlt: "Financial report analysis" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-accessories-objects-top-view_1150-7578.jpg", imageAlt: "Accounting desk overview" } + { imageSrc: "http://img.b2bpic.net/free-photo/business-accessories-objects-top-view_1150-7578.jpg?_wi=1", imageAlt: "Financial report analysis" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-accessories-objects-top-view_1150-7578.jpg?_wi=2", imageAlt: "Accounting desk overview" } ] }, { title: "Board Communications", description: "Streamlined, effective communication channels ensuring board members, owners, and tenants remain informed and engaged.", icon: MessageSquare, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173769.jpg", imageAlt: "Board meeting presentation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173769.jpg", imageAlt: "Professional office communication" } + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173769.jpg?_wi=1", imageAlt: "Board meeting presentation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173769.jpg?_wi=2", imageAlt: "Professional office communication" } ] } ]} @@ -107,9 +107,9 @@ export default function LandingPage() { title="Our Impact" description="Proven results for commercial associations focused on long-term success." metrics={[ - { id: "m1", value: "15+", title: "Years Experience", description: "Deep expertise in the California commercial property sector.", imageSrc: "http://img.b2bpic.net/free-photo/business-accessories-objects-top-view_1150-7578.jpg" }, - { id: "m2", value: "200+", title: "Properties Managed", description: "Successfully overseeing diverse commercial portfolios.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg" }, - { id: "m3", value: "98%", title: "Retention Rate", description: "Client satisfaction driven by reliability and consistent performance.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173769.jpg" } + { id: "m1", value: "15+", title: "Years Experience", description: "Deep expertise in the California commercial property sector.", imageSrc: "http://img.b2bpic.net/free-photo/business-accessories-objects-top-view_1150-7578.jpg?_wi=3" }, + { id: "m2", value: "200+", title: "Properties Managed", description: "Successfully overseeing diverse commercial portfolios.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg?_wi=3" }, + { id: "m3", value: "98%", title: "Retention Rate", description: "Client satisfaction driven by reliability and consistent performance.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173769.jpg?_wi=3" } ]} />