@@ -130,31 +76,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Laptop,
- title: "Hot Desks",
- description: "Flexible daily access for your nomadic work style.",
- },
- {
- icon: Briefcase,
- title: "Private Offices",
- description: "Secure, dedicated spaces for you and your team.",
- },
- {
- icon: Star,
- title: "The Taproom",
- description: "Unwind after 5 PM with our hand-picked craft rotation.",
- },
- {
- icon: Coffee,
- title: "Community Lounge",
- description: "A cozy, quiet spot for casual meetings and focus work.",
- },
- {
- icon: Wifi,
- title: "High-Speed Access",
- description: "Blazing fast fiber internet to keep you connected.",
- },
+ { icon: Laptop, title: "Hot Desks", description: "Flexible daily access for your nomadic work style." },
+ { icon: Briefcase, title: "Private Offices", description: "Secure, dedicated spaces for you and your team." },
+ { icon: Star, title: "The Taproom", description: "Unwind after 5 PM with our hand-picked craft rotation." },
+ { icon: Coffee, title: "Community Lounge", description: "A cozy, quiet spot for casual meetings and focus work." },
+ { icon: Wifi, title: "High-Speed Access", description: "Blazing fast fiber internet to keep you connected." },
]}
title="Your Work, Your Way"
description="Choose the environment that fits your workflow."
@@ -166,44 +92,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
- useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Day Pass",
- price: "$25",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg",
- },
- {
- id: "2",
- name: "Hot Desk",
- price: "$150/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/storage-full-with-investigation-files_482257-77862.jpg",
- },
- {
- id: "3",
- name: "Private Office",
- price: "$450/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245247.jpg",
- },
- {
- id: "4",
- name: "Member Hub",
- price: "$75/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-showing-copy-space-phone_23-2148763894.jpg",
- },
- {
- id: "5",
- name: "Meeting Room",
- price: "$30/hr",
- imageSrc: "http://img.b2bpic.net/free-photo/digital-screen-displays-man-video-call_482257-119448.jpg",
- },
- {
- id: "6",
- name: "Tasting Flight",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/male-friends-having-beer-bar_273609-16212.jpg",
- },
+ { id: "1", name: "Day Pass", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-excited-business-leadership-smiling_482257-10514.jpg" },
+ { id: "2", name: "Hot Desk", price: "$150/mo", imageSrc: "http://img.b2bpic.net/free-photo/storage-full-with-investigation-files_482257-77862.jpg" },
+ { id: "3", name: "Private Office", price: "$450/mo", imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245247.jpg" },
+ { id: "4", name: "Member Hub", price: "$75/mo", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-showing-copy-space-phone_23-2148763894.jpg" },
+ { id: "5", name: "Meeting Room", price: "$30/hr", imageSrc: "http://img.b2bpic.net/free-photo/digital-screen-displays-man-video-call_482257-119448.jpg" },
+ { id: "6", name: "Tasting Flight", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-having-beer-bar_273609-16212.jpg" },
]}
title="Membership Options"
description="Simple, no-nonsense pricing to help your business bloom."
@@ -213,39 +108,11 @@ export default function LandingPage() {
@@ -354,45 +160,13 @@ export default function LandingPage() {