Merge version_1 into main #1
259
src/app/page.tsx
259
src/app/page.tsx
@@ -31,38 +31,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Offices",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Offices", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xa0yl1"
|
||||
logoAlt="Space.ba Logo"
|
||||
brandName="Space.ba"
|
||||
@@ -75,13 +59,9 @@ export default function LandingPage() {
|
||||
description="Discover premium office spaces and flexible workspaces designed for your business success in Bosnia and Herzegovina."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Offices",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Offices", href: "#products"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-room-with-students-reading_23-2147656381.jpg"
|
||||
@@ -105,45 +85,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "High-Speed Internet",
|
||||
descriptions: [
|
||||
"Stay connected with ultra-fast and reliable internet access for all your business needs.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy-while-working-laptop-kitchen_482257-7934.jpg",
|
||||
},
|
||||
id: "f1", title: "High-Speed Internet", descriptions: [
|
||||
"Stay connected with ultra-fast and reliable internet access for all your business needs."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy-while-working-laptop-kitchen_482257-7934.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Modern & Ergonomic Furniture",
|
||||
descriptions: [
|
||||
"Work in comfort and style with our thoughtfully selected, ergonomic office furniture.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592306.jpg",
|
||||
},
|
||||
id: "f2", title: "Modern & Ergonomic Furniture", descriptions: [
|
||||
"Work in comfort and style with our thoughtfully selected, ergonomic office furniture."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neat-tidy-workspace-with-laptop_23-2148592306.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Professional Meeting Rooms",
|
||||
descriptions: [
|
||||
"Access fully-equipped meeting rooms for presentations, client meetings, and team collaborations.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-interacting-with-each-other_1170-2975.jpg",
|
||||
},
|
||||
id: "f3", title: "Professional Meeting Rooms", descriptions: [
|
||||
"Access fully-equipped meeting rooms for presentations, client meetings, and team collaborations."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-graphic-designers-interacting-with-each-other_1170-2975.jpg"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "24/7 Security",
|
||||
descriptions: [
|
||||
"Enjoy peace of mind with round-the-clock security and controlled access to your workspace.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797644.jpg",
|
||||
},
|
||||
id: "f4", title: "24/7 Security", descriptions: [
|
||||
"Enjoy peace of mind with round-the-clock security and controlled access to your workspace."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797644.jpg"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Daily Cleaning",
|
||||
descriptions: [
|
||||
"Maintain a pristine work environment with professional daily cleaning services.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-desk-office-showing-stock-exchange-indices_482257-106388.jpg",
|
||||
},
|
||||
id: "f5", title: "Daily Cleaning", descriptions: [
|
||||
"Maintain a pristine work environment with professional daily cleaning services."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-desk-office-showing-stock-exchange-indices_482257-106388.jpg"},
|
||||
]}
|
||||
title="Designed for Productivity"
|
||||
description="Our office spaces are equipped with everything you need to thrive, ensuring a seamless and efficient workday."
|
||||
@@ -155,49 +115,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Private Offices",
|
||||
price: "Starting from €400/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780755.jpg",
|
||||
imageAlt: "Private office space",
|
||||
},
|
||||
id: "p1", name: "Private Offices", price: "Starting from €400/month", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780755.jpg", imageAlt: "Private office space"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Coworking Desks",
|
||||
price: "Starting from €150/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg",
|
||||
imageAlt: "Coworking desk",
|
||||
},
|
||||
id: "p2", name: "Coworking Desks", price: "Starting from €150/month", imageSrc: "http://img.b2bpic.net/free-photo/view-empty-waiting-room_1170-1960.jpg", imageAlt: "Coworking desk"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Virtual Offices",
|
||||
price: "Starting from €50/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-working-digital-tablet-checking-diagrams-sitting-outdoors-fresh-air_1258-118792.jpg",
|
||||
imageAlt: "Virtual office",
|
||||
},
|
||||
id: "p3", name: "Virtual Offices", price: "Starting from €50/month", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-working-digital-tablet-checking-diagrams-sitting-outdoors-fresh-air_1258-118792.jpg", imageAlt: "Virtual office"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Meeting & Event Spaces",
|
||||
price: "Per Hour / Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1964.jpg",
|
||||
imageAlt: "Meeting room",
|
||||
},
|
||||
id: "p4", name: "Meeting & Event Spaces", price: "Per Hour / Day", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-room-office_1170-1964.jpg", imageAlt: "Meeting room"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Hot Desking",
|
||||
price: "Daily / Weekly Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-young-web-developers-international-company-having-coffee-break_197531-4959.jpg",
|
||||
imageAlt: "Hot desking area",
|
||||
},
|
||||
id: "p5", name: "Hot Desking", price: "Daily / Weekly Rates", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-young-web-developers-international-company-having-coffee-break_197531-4959.jpg", imageAlt: "Hot desking area"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Team Suites",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-769.jpg",
|
||||
imageAlt: "Team office suite",
|
||||
},
|
||||
id: "p6", name: "Team Suites", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-769.jpg", imageAlt: "Team office suite"},
|
||||
]}
|
||||
title="Flexible Office Solutions"
|
||||
description="Choose from a variety of office types to perfectly match your team's size and working style."
|
||||
@@ -211,50 +142,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Petrović",
|
||||
handle: "@elenapetrovic",
|
||||
testimonial: "Space.ba offers exceptional office environments. The modern design and reliable services have truly elevated our team's productivity and client impressions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
imageAlt: "Elena Petrović",
|
||||
},
|
||||
id: "t1", name: "Elena Petrović", handle: "@elenapetrovic", testimonial: "Space.ba offers exceptional office environments. The modern design and reliable services have truly elevated our team's productivity and client impressions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "Elena Petrović"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marko Kovačević",
|
||||
handle: "@markokovacevic",
|
||||
testimonial: "The flexibility and prime location of Space.ba are unmatched. It's the perfect solution for our growing startup, allowing us to scale with ease.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-lawyer-thinking-challenging-legal-case-his-office-biting-eyewear-temple_1098-19196.jpg",
|
||||
imageAlt: "Marko Kovačević",
|
||||
},
|
||||
id: "t2", name: "Marko Kovačević", handle: "@markokovacevic", testimonial: "The flexibility and prime location of Space.ba are unmatched. It's the perfect solution for our growing startup, allowing us to scale with ease.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-lawyer-thinking-challenging-legal-case-his-office-biting-eyewear-temple_1098-19196.jpg", imageAlt: "Marko Kovačević"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amina Huseinović",
|
||||
handle: "@aminahuseinovic",
|
||||
testimonial: "From the moment we moved in, the support has been fantastic. Space.ba provides a professional and welcoming atmosphere that truly feels like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg",
|
||||
imageAlt: "Amina Huseinović",
|
||||
},
|
||||
id: "t3", name: "Amina Huseinović", handle: "@aminahuseinovic", testimonial: "From the moment we moved in, the support has been fantastic. Space.ba provides a professional and welcoming atmosphere that truly feels like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-creating-home-office_329181-18126.jpg", imageAlt: "Amina Huseinović"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ivan Horvat",
|
||||
handle: "@ivanhorvat",
|
||||
testimonial: "We needed a space that could adapt to our project-based work, and Space.ba delivered. The meeting rooms are excellent and the internet is consistently fast.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
imageAlt: "Ivan Horvat",
|
||||
},
|
||||
id: "t4", name: "Ivan Horvat", handle: "@ivanhorvat", testimonial: "We needed a space that could adapt to our project-based work, and Space.ba delivered. The meeting rooms are excellent and the internet is consistently fast.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "Ivan Horvat"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sara Delić",
|
||||
handle: "@saradelic",
|
||||
testimonial: "The community at Space.ba is vibrant, and the facilities are top-notch. It’s more than just an office; it’s a hub for innovation and collaboration.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-with-cup-coffee-laptop-while-happily-looking-camera-cafe-street_574295-3298.jpg",
|
||||
imageAlt: "Sara Delić",
|
||||
},
|
||||
id: "t5", name: "Sara Delić", handle: "@saradelic", testimonial: "The community at Space.ba is vibrant, and the facilities are top-notch. It’s more than just an office; it’s a hub for innovation and collaboration.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-with-cup-coffee-laptop-while-happily-looking-camera-cafe-street_574295-3298.jpg", imageAlt: "Sara Delić"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -268,30 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of office spaces do you offer?",
|
||||
content: "We offer private offices, dedicated coworking desks, hot desks, virtual office solutions, and fully equipped meeting and event spaces to suit diverse business needs.",
|
||||
},
|
||||
id: "faq1", title: "What types of office spaces do you offer?", content: "We offer private offices, dedicated coworking desks, hot desks, virtual office solutions, and fully equipped meeting and event spaces to suit diverse business needs."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What amenities are included with my office space?",
|
||||
content: "All our spaces include high-speed internet, modern furniture, professional cleaning services, 24/7 security, and access to communal areas and kitchens.",
|
||||
},
|
||||
id: "faq2", title: "What amenities are included with my office space?", content: "All our spaces include high-speed internet, modern furniture, professional cleaning services, 24/7 security, and access to communal areas and kitchens."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I rent a meeting room without a full office plan?",
|
||||
content: "Yes, our meeting and event spaces are available for rent on an hourly or daily basis, regardless of whether you have a permanent office with us. Booking is easy through our portal.",
|
||||
},
|
||||
id: "faq3", title: "Can I rent a meeting room without a full office plan?", content: "Yes, our meeting and event spaces are available for rent on an hourly or daily basis, regardless of whether you have a permanent office with us. Booking is easy through our portal."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What are your lease terms?",
|
||||
content: "We offer flexible lease terms ranging from monthly agreements for coworking spaces to longer-term contracts for private offices, designed to adapt to your business growth.",
|
||||
},
|
||||
id: "faq4", title: "What are your lease terms?", content: "We offer flexible lease terms ranging from monthly agreements for coworking spaces to longer-term contracts for private offices, designed to adapt to your business growth."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Is parking available at your locations?",
|
||||
content: "Most of our prime locations offer convenient parking options, including underground garages and nearby public parking. Please inquire about specific location availability.",
|
||||
},
|
||||
id: "faq5", title: "Is parking available at your locations?", content: "Most of our prime locations offer convenient parking options, including underground garages and nearby public parking. Please inquire about specific location availability."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our office spaces and services."
|
||||
@@ -303,8 +189,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Find Your Perfect Workspace"
|
||||
description="Ready to elevate your business environment? Contact us today to learn more about our flexible office solutions."
|
||||
@@ -322,65 +207,41 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Private Offices",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Private Offices", href: "#products"},
|
||||
{
|
||||
label: "Coworking",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Coworking", href: "#products"},
|
||||
{
|
||||
label: "Virtual Office",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Virtual Office", href: "#products"},
|
||||
{
|
||||
label: "Meeting Rooms",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Meeting Rooms", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Support", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user