Update src/app/businesses/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user