Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-09 09:19:21 +00:00
2 changed files with 15 additions and 9 deletions

View File

@@ -11,8 +11,8 @@ import { Poppins } from "next/font/google";
export const metadata: Metadata = {
title: 'Space.ba - Modern Office Spaces & Coworking in BiH',
description: 'Find your perfect private office, coworking desk, or virtual office in Bosnia and Herzegovina with Space.ba. Flexible terms, prime locations, and premium amenities.',
title: 'Space.ba - Premium Business Office Spaces with Private Parking in BiH',
description: 'Find your perfect private business office space with private parking, coworking desk, or virtual office in Bosnia and Herzegovina with Space.ba. Flexible terms, prime locations, and premium amenities.',
keywords: ["office space, coworking, virtual office, private office, meeting rooms, Sarajevo, Bosnia and Herzegovina, workspace rental, flexible office"],
openGraph: {
"title": "Space.ba - Modern Office Spaces & Coworking in BiH",

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
]}
button={{
text: "Get a Quote", href: "#contact"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xa0yl1"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtSD1FtpvoSZ6LbhPw4QpXXLGL/uploaded-1780996717077-0sjnktfi.png"
logoAlt="Space.ba Logo"
brandName="Space.ba"
/>
@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Space.ba"
description="Discover premium office spaces and flexible workspaces designed for your business success in Bosnia and Herzegovina."
description="Discover premium business office spaces with private parking, and flexible workspaces designed for your business success in Bosnia and Herzegovina."
buttons={[
{
text: "Explore Offices", href: "#products"},
@@ -74,7 +74,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
tag="About Us"
title="Your Ideal Workspace Awaits"
title="Your Ideal Business Office Workspace Awaits"
/>
</div>
@@ -104,6 +104,10 @@ export default function LandingPage() {
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: "f6", title: "Private Parking Space", descriptions: [
"Enjoy exclusive, secure private parking available for tenants and their clients, ensuring convenience and peace of mind."],
imageSrc: "http://img.b2bpic.net/free-photo/car-garage_23-2147775960.jpg"}
]}
title="Designed for Productivity"
description="Our office spaces are equipped with everything you need to thrive, ensuring a seamless and efficient workday."
@@ -178,6 +182,8 @@ export default function LandingPage() {
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: "faq6", title: "Do you offer private parking for office tenants?", content: "Yes, we provide private parking spaces exclusively for our office tenants and their visitors, ensuring convenient and secure access to your business premises."}
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our office spaces and services."
@@ -191,8 +197,8 @@ export default function LandingPage() {
background={{
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."
title="Connect with Our Business Office Specialists"
description="Ready to elevate your business environment? Contact us today to learn more about our flexible office solutions for your business office building needs, including private parking. Call us at 062-555-000 or send an inquiry below."
inputPlaceholder="Enter your email"
buttonText="Send Inquiry"
termsText="By clicking Send Inquiry you're confirming that you agree with our Terms and Conditions."
@@ -201,7 +207,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xa0yl1"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtSD1FtpvoSZ6LbhPw4QpXXLGL/uploaded-1780996717077-0sjnktfi.png"
logoAlt="Space.ba Logo"
columns={[
{
@@ -251,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}