Merge version_1 into main #2
@@ -55,40 +55,28 @@ export default function AccessibilityPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Accessibility,
|
||||
title: "Wheelchair Access",
|
||||
description:
|
||||
"Wide doorways, accessible elevators, and wheelchair-compatible workstations in all our locations. Ground-level entries and accessible restrooms throughout.",
|
||||
},
|
||||
title: "Wheelchair Access", description:
|
||||
"Wide doorways, accessible elevators, and wheelchair-compatible workstations in all our locations. Ground-level entries and accessible restrooms throughout."},
|
||||
{
|
||||
icon: Volume2,
|
||||
title: "Hearing Loop Systems",
|
||||
description:
|
||||
"Meeting rooms equipped with hearing loop technology and assistive listening devices. Visual alert systems for notifications and alarms.",
|
||||
},
|
||||
title: "Hearing Loop Systems", description:
|
||||
"Meeting rooms equipped with hearing loop technology and assistive listening devices. Visual alert systems for notifications and alarms."},
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Visual Accommodations",
|
||||
description:
|
||||
"High-contrast signage, tactile markers for navigation, and screen reader-compatible digital systems. Adjustable lighting in all workspaces.",
|
||||
},
|
||||
title: "Visual Accommodations", description:
|
||||
"High-contrast signage, tactile markers for navigation, and screen reader-compatible digital systems. Adjustable lighting in all workspaces."},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "Accessible Technology",
|
||||
description:
|
||||
"Compatible with assistive technologies and devices. Free accessible WiFi and ergonomic furniture adjustments available upon request.",
|
||||
},
|
||||
title: "Accessible Technology", description:
|
||||
"Compatible with assistive technologies and devices. Free accessible WiFi and ergonomic furniture adjustments available upon request."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Support Services",
|
||||
description:
|
||||
"Trained staff to assist with accessibility accommodations. 24/7 support line for members with specific accessibility needs.",
|
||||
},
|
||||
title: "Support Services", description:
|
||||
"Trained staff to assist with accessibility accommodations. 24/7 support line for members with specific accessibility needs."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Prime Locations",
|
||||
description:
|
||||
"All offices located in accessible buildings with nearby public transportation. Dedicated accessible parking available at every location.",
|
||||
},
|
||||
title: "Prime Locations", description:
|
||||
"All offices located in accessible buildings with nearby public transportation. Dedicated accessible parking available at every location."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -100,6 +88,7 @@ export default function AccessibilityPage() {
|
||||
<AboutMetric
|
||||
title="Our Commitment to Accessibility Excellence"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: CheckCircle, label: "ADA Compliant", value: "100%" },
|
||||
{ icon: Building2, label: "Accessible Locations", value: "58+" },
|
||||
|
||||
165
src/app/page.tsx
165
src/app/page.tsx
@@ -67,12 +67,9 @@ export default function HomePage() {
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Regus Workspace Hub",
|
||||
logoIcon: Building2,
|
||||
title: "Regus Workspace Hub", logoIcon: Building2,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg",
|
||||
searchPlaceholder: "Search office types...",
|
||||
buttons: [
|
||||
"http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg", searchPlaceholder: "Search office types...", buttons: [
|
||||
{ text: "View Availability", href: "#" },
|
||||
{ text: "Get Quote", href: "#" },
|
||||
],
|
||||
@@ -83,32 +80,23 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Locations",
|
||||
values: [45, 52, 58],
|
||||
description: "Active office centers worldwide",
|
||||
},
|
||||
title: "Locations", values: [45, 52, 58],
|
||||
description: "Active office centers worldwide"},
|
||||
{
|
||||
title: "Members",
|
||||
values: [1200, 1450, 1680],
|
||||
description: "Satisfied professionals",
|
||||
},
|
||||
title: "Members", values: [1200, 1450, 1680],
|
||||
description: "Satisfied professionals"},
|
||||
{
|
||||
title: "Accessible",
|
||||
values: [100, 100, 100],
|
||||
valueSuffix: "%",
|
||||
description: "All spaces ADA compliant",
|
||||
},
|
||||
title: "Accessible", values: [100, 100, 100],
|
||||
valueSuffix: "%", description: "All spaces ADA compliant"},
|
||||
],
|
||||
chartTitle: "Monthly Bookings",
|
||||
chartData: [
|
||||
chartTitle: "Monthly Bookings", chartData: [
|
||||
{ value: 65 },
|
||||
{ value: 72 },
|
||||
{ value: 58 },
|
||||
{ value: 85 },
|
||||
{ value: 78 },
|
||||
],
|
||||
listTitle: "Recent Bookings",
|
||||
listItems: [
|
||||
listTitle: "Recent Bookings", listItems: [
|
||||
{ icon: CheckCircle, title: "Private Office - Floor 3", status: "Active" },
|
||||
{ icon: Users, title: "Meeting Room Reserved", status: "Today 2PM" },
|
||||
{ icon: Accessibility, title: "Wheelchair Access Confirmed", status: "Ready" },
|
||||
@@ -121,6 +109,7 @@ export default function HomePage() {
|
||||
<AboutMetric
|
||||
title="Regus is committed to providing world-class office solutions that welcome and support professionals of all abilities. Our commitment to accessibility is central to everything we do."
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Building2, label: "Office Locations", value: "58+" },
|
||||
{ icon: Users, label: "Active Members", value: "1,680" },
|
||||
@@ -139,40 +128,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Accessibility,
|
||||
title: "Wheelchair Access",
|
||||
description:
|
||||
"Wide doorways, accessible elevators, and wheelchair-compatible workstations in all our locations. Ground-level entries and accessible restrooms throughout.",
|
||||
},
|
||||
title: "Wheelchair Access", description:
|
||||
"Wide doorways, accessible elevators, and wheelchair-compatible workstations in all our locations. Ground-level entries and accessible restrooms throughout."},
|
||||
{
|
||||
icon: Volume2,
|
||||
title: "Hearing Loop Systems",
|
||||
description:
|
||||
"Meeting rooms equipped with hearing loop technology and assistive listening devices. Visual alert systems for notifications and alarms.",
|
||||
},
|
||||
title: "Hearing Loop Systems", description:
|
||||
"Meeting rooms equipped with hearing loop technology and assistive listening devices. Visual alert systems for notifications and alarms."},
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Visual Accommodations",
|
||||
description:
|
||||
"High-contrast signage, tactile markers for navigation, and screen reader-compatible digital systems. Adjustable lighting in all workspaces.",
|
||||
},
|
||||
title: "Visual Accommodations", description:
|
||||
"High-contrast signage, tactile markers for navigation, and screen reader-compatible digital systems. Adjustable lighting in all workspaces."},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "Accessible Technology",
|
||||
description:
|
||||
"Compatible with assistive technologies and devices. Free accessible WiFi and ergonomic furniture adjustments available upon request.",
|
||||
},
|
||||
title: "Accessible Technology", description:
|
||||
"Compatible with assistive technologies and devices. Free accessible WiFi and ergonomic furniture adjustments available upon request."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Support Services",
|
||||
description:
|
||||
"Trained staff to assist with accessibility accommodations. 24/7 support line for members with specific accessibility needs.",
|
||||
},
|
||||
title: "Support Services", description:
|
||||
"Trained staff to assist with accessibility accommodations. 24/7 support line for members with specific accessibility needs."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Prime Locations",
|
||||
description:
|
||||
"All offices located in accessible buildings with nearby public transportation. Dedicated accessible parking available at every location.",
|
||||
},
|
||||
title: "Prime Locations", description:
|
||||
"All offices located in accessible buildings with nearby public transportation. Dedicated accessible parking available at every location."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -188,26 +165,14 @@ export default function HomePage() {
|
||||
tagIcon={Building2}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Private Office Suite",
|
||||
price: "$800-1,500/mo",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Private Office Suite", price: "$800-1,500/mo", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Virtual Office",
|
||||
price: "$200-400/mo",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Virtual Office", price: "$200-400/mo", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elderly-therapist-gazing-towards-window_482257-114915.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Meeting Rooms",
|
||||
price: "$50-150/hr",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Meeting Rooms", price: "$50-150/hr", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-friends-reading-from-books-notebook-library_23-2149283378.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -227,65 +192,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahconsulting",
|
||||
testimonial:
|
||||
"As a wheelchair user, I was thrilled to find an office provider that truly understands accessibility. Regus has exceeded my expectations in every way.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahconsulting", testimonial:
|
||||
"As a wheelchair user, I was thrilled to find an office provider that truly understands accessibility. Regus has exceeded my expectations in every way.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_tech",
|
||||
testimonial:
|
||||
"The accessibility features at Regus are incredible. I can focus on my business knowing that all my team members, regardless of ability, feel welcome and supported.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_tech", testimonial:
|
||||
"The accessibility features at Regus are incredible. I can focus on my business knowing that all my team members, regardless of ability, feel welcome and supported.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilydesigns",
|
||||
testimonial:
|
||||
"Professional space, modern amenities, and genuine commitment to accessibility. This is the gold standard for office rentals. Highly recommended!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilydesigns", testimonial:
|
||||
"Professional space, modern amenities, and genuine commitment to accessibility. This is the gold standard for office rentals. Highly recommended!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park",
|
||||
handle: "@davidpark_startup",
|
||||
testimonial:
|
||||
"The hearing loop systems and accessible technology support make Regus stand out. They truly walk the talk when it comes to inclusive workspaces.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-dark-haired-man-is-working-table-office-he-wears-blue-shirt-with-black-jacket-he-is-typing-laptop-looking-camera_197531-517.jpg",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
id: "4", name: "David Park", handle: "@davidpark_startup", testimonial:
|
||||
"The hearing loop systems and accessible technology support make Regus stand out. They truly walk the talk when it comes to inclusive workspaces.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-dark-haired-man-is-working-table-office-he-wears-blue-shirt-with-black-jacket-he-is-typing-laptop-looking-camera_197531-517.jpg", imageAlt: "David Park"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Martinez",
|
||||
handle: "@lauramartinez",
|
||||
testimonial:
|
||||
"I appreciate that every Regus location is fully accessible. It means I can work from any office without worrying about accommodations. Excellent service!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Laura Martinez",
|
||||
},
|
||||
id: "5", name: "Laura Martinez", handle: "@lauramartinez", testimonial:
|
||||
"I appreciate that every Regus location is fully accessible. It means I can work from any office without worrying about accommodations. Excellent service!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Laura Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson",
|
||||
handle: "@jameswilson_co",
|
||||
testimonial:
|
||||
"From wheelchair access to assistive technology support, Regus has thought of everything. This is what professional accessibility looks like.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "6", name: "James Wilson", handle: "@jameswilson_co", testimonial:
|
||||
"From wheelchair access to assistive technology support, Regus has thought of everything. This is what professional accessibility looks like.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg", imageAlt: "James Wilson"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user