diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a969b36..be9fbf1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -116,7 +116,7 @@ export default function AboutPage() { value: "30+", title: "Professional Tenants", description: "Doctors, therapists, accountants, and wellness providers", - imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-table_23-2147678984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-table_23-2147678984.jpg?_wi=2", imageAlt: "professional office interior modern clean organized", }, { @@ -124,7 +124,7 @@ export default function AboutPage() { value: "10K+", title: "Satisfied Clients", description: "Aurora residents served daily through our tenant community", - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-taking-notes-consultation-with-old-patient-meeting-talk-about-disease-diagnosis-treatment-recovery-elderly-woman-doing-checkup-visit-with-help-from-physician_482257-50441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-taking-notes-consultation-with-old-patient-meeting-talk-about-disease-diagnosis-treatment-recovery-elderly-woman-doing-checkup-visit-with-help-from-physician_482257-50441.jpg?_wi=2", imageAlt: "doctor consulting patient professional medical office", }, ]} diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index 953a601..bc71c1f 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -89,7 +89,7 @@ export default function BusinessesPage() { { text: "Lease Office Space", href: "/leasing" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg?_wi=2" imageAlt="Fraser Business Park exterior - professional office complex" mediaAnimation="slide-up" frameStyle="card" @@ -168,19 +168,19 @@ export default function BusinessesPage() { id: "healthcare", name: "Healthcare Services", price: "Medical & Wellness", - imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-taking-notes-consultation-with-old-patient-meeting-talk-about-disease-diagnosis-treatment-recovery-elderly-woman-doing-checkup-visit-with-help-from-physician_482257-50441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-taking-notes-consultation-with-old-patient-meeting-talk-about-disease-diagnosis-treatment-recovery-elderly-woman-doing-checkup-visit-with-help-from-physician_482257-50441.jpg?_wi=3", }, { id: "financial", name: "Financial Services", price: "Accounting & Insurance", - imageSrc: "http://img.b2bpic.net/free-photo/papers-notebook-near-laptop_23-2147772396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/papers-notebook-near-laptop_23-2147772396.jpg?_wi=2", }, { id: "wellness", name: "Wellness & Therapy", price: "Massage & Mental Health", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-meditating-park_23-2147791890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-meditating-park_23-2147791890.jpg?_wi=2", }, ]} gridVariant="three-columns-all-equal-width" @@ -202,42 +202,42 @@ export default function BusinessesPage() { name: "Sarah Johnson", handle: "Patient", testimonial: "Nice quiet place for a doctor visit. The office was empty and it felt like a very personal visit. The professionalism and care here is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19301.jpg?_wi=3", }, { id: "2", name: "Michael Chen", handle: "Client", testimonial: "Great therapists, doctors and chiropractors. The entire complex maintains such high standards. I recommend Fraser Park to all my colleagues.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3575.jpg?_wi=3", }, { id: "3", name: "Emily Rodriguez", handle: "Business Owner", testimonial: "Very well maintained with a lot of different businesses. It's the perfect location for my accounting practice. Professional and welcoming.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280700.jpg?_wi=2", }, { id: "4", name: "David Kim", handle: "Healthcare Provider", testimonial: "Clean and a nice place to conduct business. My patients comment on how calm and professional the environment feels. Outstanding property management.", - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", }, { id: "5", name: "Jessica Martinez", handle: "Patient", testimonial: "The quiet, professional atmosphere makes such a difference. I feel confident bringing my family to providers here. It's a trusted community.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19301.jpg?_wi=4", }, { id: "6", name: "Thomas Anderson", handle: "Insurance Agent", testimonial: "The location, the facilities, the maintenance—everything about Fraser Park says 'professional.' It's where serious providers do business.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3575.jpg?_wi=4", }, ]} animationType="slide-up" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8458d1f..c15fe0d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +