Merge version_1 into main #2
@@ -22,8 +22,7 @@ export default function BusinessesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Site",
|
||||
items: [
|
||||
title: "Site", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Businesses", href: "/businesses" },
|
||||
@@ -31,8 +30,7 @@ export default function BusinessesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Healthcare", href: "/businesses" },
|
||||
{ label: "Financial", href: "/businesses" },
|
||||
{ label: "Wellness", href: "/businesses" },
|
||||
@@ -40,16 +38,14 @@ export default function BusinessesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Leasing",
|
||||
items: [
|
||||
title: "Leasing", items: [
|
||||
{ label: "Office Space", href: "/leasing" },
|
||||
{ label: "Lease Inquiry", href: "/leasing" },
|
||||
{ label: "Schedule Tour", href: "/leasing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Location", href: "/businesses" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function BusinessesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -83,13 +79,13 @@ export default function BusinessesPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="FRASER BUSINESS PARK"
|
||||
description="Discover the trusted healthcare providers, financial professionals, and wellness specialists serving the Aurora community at Fraser Business Park."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Browse Businesses", href: "#featured-businesses" },
|
||||
{ text: "Lease Office Space", href: "/leasing" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg"
|
||||
imageAlt="Fraser Business Park exterior - professional office complex"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -112,44 +108,20 @@ export default function BusinessesPage() {
|
||||
tag="Professional Excellence"
|
||||
features={[
|
||||
{
|
||||
id: "environment",
|
||||
label: "Clean",
|
||||
title: "Professional Environment",
|
||||
items: [
|
||||
"Quiet and well-maintained complex",
|
||||
"Designed for professional services",
|
||||
"Calm surroundings for client confidence",
|
||||
],
|
||||
id: "environment", label: "Clean", title: "Professional Environment", items: [
|
||||
"Quiet and well-maintained complex", "Designed for professional services", "Calm surroundings for client confidence"],
|
||||
},
|
||||
{
|
||||
id: "businesses",
|
||||
label: "Trusted",
|
||||
title: "Established Providers",
|
||||
items: [
|
||||
"Doctors and healthcare professionals",
|
||||
"Therapists and wellness specialists",
|
||||
"Accountants and financial professionals",
|
||||
],
|
||||
id: "businesses", label: "Trusted", title: "Established Providers", items: [
|
||||
"Doctors and healthcare professionals", "Therapists and wellness specialists", "Accountants and financial professionals"],
|
||||
},
|
||||
{
|
||||
id: "access",
|
||||
label: "Convenient",
|
||||
title: "Strategic Location",
|
||||
items: [
|
||||
"Located near Iliff and Chambers",
|
||||
"Easy access across Aurora",
|
||||
"Accessible for your clients",
|
||||
],
|
||||
id: "access", label: "Convenient", title: "Strategic Location", items: [
|
||||
"Located near Iliff and Chambers", "Easy access across Aurora", "Accessible for your clients"],
|
||||
},
|
||||
{
|
||||
id: "experience",
|
||||
label: "Welcoming",
|
||||
title: "Client Experience",
|
||||
items: [
|
||||
"Comfortable professional offices",
|
||||
"Peaceful atmosphere for patient care",
|
||||
"Established local reputation",
|
||||
],
|
||||
id: "experience", label: "Welcoming", title: "Client Experience", items: [
|
||||
"Comfortable professional offices", "Peaceful atmosphere for patient care", "Established local reputation"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -165,23 +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?_wi=3",
|
||||
},
|
||||
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: "financial",
|
||||
name: "Financial Services",
|
||||
price: "Accounting & Insurance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papers-notebook-near-laptop_23-2147772396.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: "wellness",
|
||||
name: "Wellness & Therapy",
|
||||
price: "Massage & Mental Health",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-meditating-park_23-2147791890.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"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -198,47 +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?_wi=3",
|
||||
},
|
||||
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: "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: "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: "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: "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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -22,8 +22,7 @@ export default function LeasingPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Site",
|
||||
items: [
|
||||
title: "Site", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Businesses", href: "/businesses" },
|
||||
@@ -31,8 +30,7 @@ export default function LeasingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Healthcare", href: "/businesses" },
|
||||
{ label: "Financial", href: "/businesses" },
|
||||
{ label: "Wellness", href: "/businesses" },
|
||||
@@ -40,16 +38,14 @@ export default function LeasingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Leasing",
|
||||
items: [
|
||||
title: "Leasing", items: [
|
||||
{ label: "Office Space", href: "/leasing" },
|
||||
{ label: "Lease Inquiry", href: "/leasing" },
|
||||
{ label: "Schedule Tour", href: "/leasing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Location", href: "/leasing" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function LeasingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -83,13 +79,13 @@ export default function LeasingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="PROFESSIONAL OFFICE SPACE"
|
||||
description="Prime office suites available at Fraser Business Park. Designed for healthcare providers, therapists, accountants, and wellness professionals seeking a calm, well-maintained professional community in Aurora."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "View Plans", href: "#leasing-cta" },
|
||||
{ text: "Schedule Tour", href: "#contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg"
|
||||
imageAlt="Fraser Business Park professional office space exterior"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -103,44 +99,20 @@ export default function LeasingPage() {
|
||||
tag="Leasing Advantage"
|
||||
features={[
|
||||
{
|
||||
id: "environment",
|
||||
label: "Quality",
|
||||
title: "Premium Environment",
|
||||
items: [
|
||||
"Quiet, well-maintained complex",
|
||||
"Professional atmosphere throughout",
|
||||
"Established community reputation",
|
||||
],
|
||||
id: "environment", label: "Quality", title: "Premium Environment", items: [
|
||||
"Quiet, well-maintained complex", "Professional atmosphere throughout", "Established community reputation"],
|
||||
},
|
||||
{
|
||||
id: "location",
|
||||
label: "Location",
|
||||
title: "Strategic Position",
|
||||
items: [
|
||||
"Near Iliff Avenue & Chambers Road",
|
||||
"Central Aurora location",
|
||||
"Excellent accessibility",
|
||||
],
|
||||
id: "location", label: "Location", title: "Strategic Position", items: [
|
||||
"Near Iliff Avenue & Chambers Road", "Central Aurora location", "Excellent accessibility"],
|
||||
},
|
||||
{
|
||||
id: "amenities",
|
||||
label: "Amenities",
|
||||
title: "Full Services",
|
||||
items: [
|
||||
"Professional parking facilities",
|
||||
"Common areas available",
|
||||
"Building maintenance included",
|
||||
],
|
||||
id: "amenities", label: "Amenities", title: "Full Services", items: [
|
||||
"Professional parking facilities", "Common areas available", "Building maintenance included"],
|
||||
},
|
||||
{
|
||||
id: "community",
|
||||
label: "Network",
|
||||
title: "Professional Community",
|
||||
items: [
|
||||
"Established healthcare providers",
|
||||
"Financial professionals on-site",
|
||||
"Wellness specialists nearby",
|
||||
],
|
||||
id: "community", label: "Network", title: "Professional Community", items: [
|
||||
"Established healthcare providers", "Financial professionals on-site", "Wellness specialists nearby"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -156,54 +128,29 @@ export default function LeasingPage() {
|
||||
tag="Leasing Opportunity"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "Starting at $1,200",
|
||||
name: "Solo Professional",
|
||||
buttons: [
|
||||
id: "starter", price: "Starting at $1,200", name: "Solo Professional", buttons: [
|
||||
{ text: "Request Info", href: "#contact" },
|
||||
{ text: "Learn More", href: "#leasing-cta" },
|
||||
],
|
||||
features: [
|
||||
"Single office suite",
|
||||
"Professional reception area",
|
||||
"Established professional complex",
|
||||
"Well-maintained grounds",
|
||||
"Convenient Aurora location",
|
||||
],
|
||||
"Single office suite", "Professional reception area", "Established professional complex", "Well-maintained grounds", "Convenient Aurora location"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Starting at $2,500",
|
||||
name: "Growing Practice",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "Starting at $2,500", name: "Growing Practice", buttons: [
|
||||
{ text: "Request Info", href: "#contact" },
|
||||
{ text: "Inquire", href: "#leasing-cta" },
|
||||
],
|
||||
features: [
|
||||
"Multi-room practice suite",
|
||||
"Client waiting area",
|
||||
"Professional atmosphere",
|
||||
"Local clientele base",
|
||||
"Flexible lease terms",
|
||||
],
|
||||
"Multi-room practice suite", "Client waiting area", "Professional atmosphere", "Local clientele base", "Flexible lease terms"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom Pricing",
|
||||
name: "Multi-Tenant Practice",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom Pricing", name: "Multi-Tenant Practice", buttons: [
|
||||
{ text: "Schedule Tour", href: "#contact" },
|
||||
{ text: "Discuss Options", href: "#leasing-cta" },
|
||||
],
|
||||
features: [
|
||||
"Multiple office suites",
|
||||
"Shared conference space",
|
||||
"Established tenant community",
|
||||
"Premium parking access",
|
||||
"Custom buildout available",
|
||||
],
|
||||
"Multiple office suites", "Shared conference space", "Established tenant community", "Premium parking access", "Custom buildout available"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -219,19 +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?_wi=3",
|
||||
},
|
||||
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: "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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
186
src/app/page.tsx
186
src/app/page.tsx
@@ -30,7 +30,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -49,13 +49,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="FRASER BUSINESS PARK"
|
||||
description="A calm, professional place where serious businesses thrive. Fraser Business Park is a well-maintained professional office community in Aurora, home to trusted healthcare providers, financial professionals, and local businesses serving the community."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Find a Business", href: "#businesses" },
|
||||
{ text: "Lease Office Space", href: "#leasing" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-view_1417-1895.jpg"
|
||||
imageAlt="Fraser Business Park exterior - professional office complex"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -78,44 +78,20 @@ export default function HomePage() {
|
||||
tag="Professional Excellence"
|
||||
features={[
|
||||
{
|
||||
id: "environment",
|
||||
label: "Clean",
|
||||
title: "Professional Environment",
|
||||
items: [
|
||||
"Quiet and well-maintained complex",
|
||||
"Designed for professional services",
|
||||
"Calm surroundings for client confidence",
|
||||
],
|
||||
id: "environment", label: "Clean", title: "Professional Environment", items: [
|
||||
"Quiet and well-maintained complex", "Designed for professional services", "Calm surroundings for client confidence"],
|
||||
},
|
||||
{
|
||||
id: "businesses",
|
||||
label: "Trusted",
|
||||
title: "Established Providers",
|
||||
items: [
|
||||
"Doctors and healthcare professionals",
|
||||
"Therapists and wellness specialists",
|
||||
"Accountants and financial professionals",
|
||||
],
|
||||
id: "businesses", label: "Trusted", title: "Established Providers", items: [
|
||||
"Doctors and healthcare professionals", "Therapists and wellness specialists", "Accountants and financial professionals"],
|
||||
},
|
||||
{
|
||||
id: "access",
|
||||
label: "Convenient",
|
||||
title: "Strategic Location",
|
||||
items: [
|
||||
"Located near Iliff and Chambers",
|
||||
"Easy access across Aurora",
|
||||
"Accessible for your clients",
|
||||
],
|
||||
id: "access", label: "Convenient", title: "Strategic Location", items: [
|
||||
"Located near Iliff and Chambers", "Easy access across Aurora", "Accessible for your clients"],
|
||||
},
|
||||
{
|
||||
id: "experience",
|
||||
label: "Welcoming",
|
||||
title: "Client Experience",
|
||||
items: [
|
||||
"Comfortable professional offices",
|
||||
"Peaceful atmosphere for patient care",
|
||||
"Established local reputation",
|
||||
],
|
||||
id: "experience", label: "Welcoming", title: "Client Experience", items: [
|
||||
"Comfortable professional offices", "Peaceful atmosphere for patient care", "Established local reputation"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -131,26 +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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", imageAlt: "therapist office calm peaceful environment"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -158,9 +119,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Businesses",
|
||||
href: "/businesses",
|
||||
},
|
||||
text: "View All Businesses", href: "/businesses"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,53 +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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", imageAlt: "professional man portrait headshot confident"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -234,54 +157,29 @@ export default function HomePage() {
|
||||
tag="Leasing Opportunity"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "Starting at $1,200",
|
||||
name: "Solo Professional",
|
||||
buttons: [
|
||||
id: "starter", price: "Starting at $1,200", name: "Solo Professional", buttons: [
|
||||
{ text: "Request Info", href: "#contact" },
|
||||
{ text: "Learn More", href: "/leasing" },
|
||||
],
|
||||
features: [
|
||||
"Single office suite",
|
||||
"Professional reception area",
|
||||
"Established professional complex",
|
||||
"Well-maintained grounds",
|
||||
"Convenient Aurora location",
|
||||
],
|
||||
"Single office suite", "Professional reception area", "Established professional complex", "Well-maintained grounds", "Convenient Aurora location"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Starting at $2,500",
|
||||
name: "Growing Practice",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "Starting at $2,500", name: "Growing Practice", buttons: [
|
||||
{ text: "Request Info", href: "#contact" },
|
||||
{ text: "Inquire", href: "/leasing" },
|
||||
],
|
||||
features: [
|
||||
"Multi-room practice suite",
|
||||
"Client waiting area",
|
||||
"Professional atmosphere",
|
||||
"Local clientele base",
|
||||
"Flexible lease terms",
|
||||
],
|
||||
"Multi-room practice suite", "Client waiting area", "Professional atmosphere", "Local clientele base", "Flexible lease terms"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom Pricing",
|
||||
name: "Multi-Tenant Practice",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom Pricing", name: "Multi-Tenant Practice", buttons: [
|
||||
{ text: "Schedule Tour", href: "#contact" },
|
||||
{ text: "Discuss Options", href: "/leasing" },
|
||||
],
|
||||
features: [
|
||||
"Multiple office suites",
|
||||
"Shared conference space",
|
||||
"Established tenant community",
|
||||
"Premium parking access",
|
||||
"Custom buildout available",
|
||||
],
|
||||
"Multiple office suites", "Shared conference space", "Established tenant community", "Premium parking access", "Custom buildout available"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -297,21 +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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", imageAlt: "office building parking lot convenient access"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -337,8 +223,7 @@ export default function HomePage() {
|
||||
logoText="Fraser Business Park"
|
||||
columns={[
|
||||
{
|
||||
title: "Site",
|
||||
items: [
|
||||
title: "Site", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Businesses", href: "/businesses" },
|
||||
@@ -346,8 +231,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Healthcare", href: "/businesses" },
|
||||
{ label: "Financial", href: "/businesses" },
|
||||
{ label: "Wellness", href: "/businesses" },
|
||||
@@ -355,16 +239,14 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Leasing",
|
||||
items: [
|
||||
title: "Leasing", items: [
|
||||
{ label: "Office Space", href: "/leasing" },
|
||||
{ label: "Lease Inquiry", href: "#contact" },
|
||||
{ label: "Schedule Tour", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Location", href: "#location" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user