diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index 2ccd06c..17c2f66 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -85,7 +85,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" @@ -137,11 +137,11 @@ export default function BusinessesPage() { tag="Our Tenants" products={[ { - 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"}, + 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?_wi=2"}, { - id: "financial", name: "Financial Services", price: "Accounting & Insurance", imageSrc: "http://img.b2bpic.net/free-photo/papers-notebook-near-laptop_23-2147772396.jpg"}, + id: "financial", name: "Financial Services", price: "Accounting & Insurance", 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"}, + id: "wellness", name: "Wellness & Therapy", price: "Massage & Mental Health", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-meditating-park_23-2147791890.jpg?_wi=2"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -158,17 +158,17 @@ export default function BusinessesPage() { description="Real experiences from satisfied patients, clients, and businesses within Fraser Business Park." testimonials={[ { - id: "1", 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"}, + id: "1", 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?_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"}, + 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?_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"}, + 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?_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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=4"}, ]} animationType="slide-up" textboxLayout="default" diff --git a/src/app/leasing/page.tsx b/src/app/leasing/page.tsx index 79e9888..f5cf724 100644 --- a/src/app/leasing/page.tsx +++ b/src/app/leasing/page.tsx @@ -85,7 +85,7 @@ export default function LeasingPage() { { text: "Schedule Tour", href: "#contact" }, ]} 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=3" imageAlt="Fraser Business Park professional office space exterior" mediaAnimation="slide-up" frameStyle="card" @@ -166,9 +166,9 @@ export default function LeasingPage() { tag="Our Location" metrics={[ { - id: "location", value: "Aurora, CO", title: "Professional District", description: "Near Iliff & Chambers—accessible and central to Aurora's professional community", imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-table_23-2147678984.jpg"}, + id: "location", value: "Aurora, CO", title: "Professional District", description: "Near Iliff & Chambers—accessible and central to Aurora's professional community", imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-table_23-2147678984.jpg?_wi=2"}, { - id: "access", value: "Easy Access", title: "Convenient Parking", description: "Ample parking and convenient access for your clients and patients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169770.jpg"}, + id: "access", value: "Easy Access", title: "Convenient Parking", description: "Ample parking and convenient access for your clients and patients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169770.jpg?_wi=2"}, ]} animationType="slide-up" textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cf8cee..27ef820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { { 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=1" imageAlt="Fraser Business Park exterior - professional office complex" mediaAnimation="slide-up" frameStyle="card" @@ -107,11 +107,11 @@ export default function HomePage() { tag="Our Tenants" products={[ { - 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", imageAlt: "doctor consulting patient professional medical office"}, + 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?_wi=1", imageAlt: "doctor consulting patient professional medical office"}, { - id: "financial", name: "Financial Services", price: "Accounting & Insurance", imageSrc: "http://img.b2bpic.net/free-photo/papers-notebook-near-laptop_23-2147772396.jpg", imageAlt: "accountant professional meeting client financial"}, + id: "financial", name: "Financial Services", price: "Accounting & Insurance", imageSrc: "http://img.b2bpic.net/free-photo/papers-notebook-near-laptop_23-2147772396.jpg?_wi=1", imageAlt: "accountant professional meeting client financial"}, { - id: "wellness", name: "Wellness & Therapy", price: "Massage & Mental Health", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-meditating-park_23-2147791890.jpg", imageAlt: "therapist office calm peaceful environment"}, + id: "wellness", name: "Wellness & Therapy", price: "Massage & Mental Health", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-meditating-park_23-2147791890.jpg?_wi=1", imageAlt: "therapist office calm peaceful environment"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -131,17 +131,17 @@ export default function HomePage() { description="Real experiences from satisfied patients, clients, and businesses within Fraser Business Park." testimonials={[ { - id: "1", 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", imageAlt: "professional woman portrait headshot confident"}, + id: "1", 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?_wi=1", imageAlt: "professional woman portrait headshot confident"}, { - 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", imageAlt: "professional man portrait headshot confident"}, + 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?_wi=1", imageAlt: "professional man portrait headshot confident"}, { - 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", imageAlt: "business woman portrait professional studio"}, + 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?_wi=1", imageAlt: "business woman portrait professional studio"}, { - 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", imageAlt: "business professional man portrait studio headshot"}, + 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?_wi=1", imageAlt: "business professional man portrait studio headshot"}, { - 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", imageAlt: "professional woman portrait headshot confident"}, + 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?_wi=2", imageAlt: "professional woman portrait headshot confident"}, { - 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", imageAlt: "professional man portrait headshot confident"}, + 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?_wi=2", imageAlt: "professional man portrait headshot confident"}, ]} animationType="slide-up" textboxLayout="default" @@ -195,9 +195,9 @@ export default function HomePage() { tag="Our Location" metrics={[ { - id: "location", value: "Aurora, CO", title: "Professional District", description: "Near Iliff & Chambers—accessible and central to Aurora's professional community", imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-table_23-2147678984.jpg", imageAlt: "professional office interior modern clean organized"}, + id: "location", value: "Aurora, CO", title: "Professional District", description: "Near Iliff & Chambers—accessible and central to Aurora's professional community", imageSrc: "http://img.b2bpic.net/free-photo/people-with-laptops-table_23-2147678984.jpg?_wi=1", imageAlt: "professional office interior modern clean organized"}, { - id: "access", value: "Easy Access", title: "Convenient Parking", description: "Ample parking and convenient access for your clients and patients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169770.jpg", imageAlt: "office building parking lot convenient access"}, + id: "access", value: "Easy Access", title: "Convenient Parking", description: "Ample parking and convenient access for your clients and patients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169770.jpg?_wi=1", imageAlt: "office building parking lot convenient access"}, ]} animationType="slide-up" textboxLayout="default"