From 3323c105b6d9babfa81b9fdeceb33cd32c35aa63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:51:27 +0000 Subject: [PATCH 1/2] Update src/app/accessibility/page.tsx --- src/app/accessibility/page.tsx | 37 ++++++++++++---------------------- 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/src/app/accessibility/page.tsx b/src/app/accessibility/page.tsx index c700a3d..9af5f2c 100644 --- a/src/app/accessibility/page.tsx +++ b/src/app/accessibility/page.tsx @@ -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() { Date: Fri, 6 Mar 2026 00:51:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 165 ++++++++++++++--------------------------------- 1 file changed, 47 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52a1632..575fb4d 100644 --- a/src/app/page.tsx +++ b/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() { -- 2.49.1