Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -37,9 +37,7 @@ export default function CoworkingPage() {
|
||||
brandName="ololoFreelander"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,15 +50,11 @@ export default function CoworkingPage() {
|
||||
description="ololoFreelander offers a fully-equipped coworking space designed for productivity and community. Located at 185 Chuykova Street in central Bishkek, our workspace combines high-speed internet, comfortable desks, quiet zones, and a vibrant social environment—perfect for digital nomads, freelancers, and remote teams."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Desk Hours Used Monthly",
|
||||
},
|
||||
value: "100+", title: "Desk Hours Used Monthly"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "Uptime Guarantee - Fast & Reliable",
|
||||
},
|
||||
value: "95%", title: "Uptime Guarantee - Fast & Reliable"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/remote-briefing-meeting-diverse-business-people-strategic-partnership_482257-127104.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/remote-briefing-meeting-diverse-business-people-strategic-partnership_482257-127104.jpg"
|
||||
imageAlt="Modern coworking space with professional desks"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,33 +73,17 @@ export default function CoworkingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "High-Speed Internet & Connectivity",
|
||||
description: "Reliable, fast Wi-Fi (95% uptime guaranteed) with dedicated bandwidth. Perfect for video calls, uploads, and seamless collaboration without interruptions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-discussing-project-strategy-with-executive-virtual-conference_482257-78135.jpg",
|
||||
imageAlt: "Professional video conference setup",
|
||||
},
|
||||
id: 1,
|
||||
title: "High-Speed Internet & Connectivity", description: "Reliable, fast Wi-Fi (95% uptime guaranteed) with dedicated bandwidth. Perfect for video calls, uploads, and seamless collaboration without interruptions.", imageSrc: "http://img.b2bpic.net/free-photo/employee-discussing-project-strategy-with-executive-virtual-conference_482257-78135.jpg", imageAlt: "Professional video conference setup"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ergonomic Workspaces & Quiet Zones",
|
||||
description: "Comfortable standing desks, adjustable chairs, and dedicated quiet areas for focused work. Choose between open collaborative spaces or private concentration zones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/remote-briefing-meeting-diverse-business-people-strategic-partnership_482257-127104.jpg?_wi=5",
|
||||
imageAlt: "Ergonomic coworking desks and setup",
|
||||
},
|
||||
id: 2,
|
||||
title: "Ergonomic Workspaces & Quiet Zones", description: "Comfortable standing desks, adjustable chairs, and dedicated quiet areas for focused work. Choose between open collaborative spaces or private concentration zones.", imageSrc: "http://img.b2bpic.net/free-photo/remote-briefing-meeting-diverse-business-people-strategic-partnership_482257-127104.jpg", imageAlt: "Ergonomic coworking desks and setup"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Social Community Events",
|
||||
description: "Regular networking events, skill-sharing sessions, and community meetups. Connect with other digital nomads, freelancers, and entrepreneurs working in Bishkek.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-beer-eating-barbeque-outdoor-party_23-2149366200.jpg?_wi=2",
|
||||
imageAlt: "Community gathering and networking event",
|
||||
},
|
||||
id: 3,
|
||||
title: "Social Community Events", description: "Regular networking events, skill-sharing sessions, and community meetups. Connect with other digital nomads, freelancers, and entrepreneurs working in Bishkek.", imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking-beer-eating-barbeque-outdoor-party_23-2149366200.jpg", imageAlt: "Community gathering and networking event"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Cafe & Break Areas",
|
||||
description: "Access to fresh coffee, snacks, and comfortable break areas. Recharge between work sessions with complimentary beverages and a welcoming café atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-fruits-drinks_23-2147821273.jpg?_wi=3",
|
||||
imageAlt: "Modern hostel cafe and beverage station",
|
||||
},
|
||||
id: 4,
|
||||
title: "Cafe & Break Areas", description: "Access to fresh coffee, snacks, and comfortable break areas. Recharge between work sessions with complimentary beverages and a welcoming café atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-fruits-drinks_23-2147821273.jpg", imageAlt: "Modern hostel cafe and beverage station"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -123,44 +101,20 @@ export default function CoworkingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "$99",
|
||||
title: "Monthly Unlimited Access",
|
||||
items: [
|
||||
"24/7 access to workspace",
|
||||
"All amenities included",
|
||||
"No hidden fees",
|
||||
],
|
||||
id: "1", value: "$99", title: "Monthly Unlimited Access", items: [
|
||||
"24/7 access to workspace", "All amenities included", "No hidden fees"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "$25",
|
||||
title: "Daily Pass Option",
|
||||
items: [
|
||||
"Flexibility for short stays",
|
||||
"Pay-as-you-go pricing",
|
||||
"Full facility access",
|
||||
],
|
||||
id: "2", value: "$25", title: "Daily Pass Option", items: [
|
||||
"Flexibility for short stays", "Pay-as-you-go pricing", "Full facility access"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "$15",
|
||||
title: "Hourly Hot Desk",
|
||||
items: [
|
||||
"Perfect for quick sessions",
|
||||
"WiFi and amenities included",
|
||||
"No advance booking required",
|
||||
],
|
||||
id: "3", value: "$15", title: "Hourly Hot Desk", items: [
|
||||
"Perfect for quick sessions", "WiFi and amenities included", "No advance booking required"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "3+",
|
||||
title: "Booking Options Available",
|
||||
items: [
|
||||
"Flexible membership terms",
|
||||
"Team packages available",
|
||||
"Seasonal discounts offered",
|
||||
],
|
||||
id: "4", value: "3+", title: "Booking Options Available", items: [
|
||||
"Flexible membership terms", "Team packages available", "Seasonal discounts offered"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -175,13 +129,9 @@ export default function CoworkingPage() {
|
||||
description="Join our community of remote workers, digital nomads, and creative professionals. Secure your desk, access fast Wi-Fi, and start collaborating with like-minded individuals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: +996 701 990 060",
|
||||
href: "tel:+996701990060",
|
||||
},
|
||||
text: "Call: +996 701 990 060", href: "tel:+996701990060"},
|
||||
{
|
||||
text: "Reserve Space",
|
||||
href: "#booking-form",
|
||||
},
|
||||
text: "Reserve Space", href: "#booking-form"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -193,13 +143,9 @@ export default function CoworkingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="ololoFreelander"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user