3 Commits

Author SHA1 Message Date
9a062bbc2b Update src/app/page.tsx 2026-06-09 09:19:18 +00:00
18d5272a06 Update src/app/layout.tsx 2026-06-09 09:19:17 +00:00
dcccb7b240 Merge version_1 into main
Merge version_1 into main
2026-06-09 09:12:25 +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 = { export const metadata: Metadata = {
title: 'Space.ba - Modern Office Spaces & Coworking in BiH', title: 'Space.ba - Premium Business Office Spaces with Private Parking 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.', 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"], keywords: ["office space, coworking, virtual office, private office, meeting rooms, Sarajevo, Bosnia and Herzegovina, workspace rental, flexible office"],
openGraph: { openGraph: {
"title": "Space.ba - Modern Office Spaces & Coworking in BiH", "title": "Space.ba - Modern Office Spaces & Coworking in BiH",

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
]} ]}
button={{ 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtSD1FtpvoSZ6LbhPw4QpXXLGL/uploaded-1780996717077-0sjnktfi.png"
logoAlt="Space.ba Logo" logoAlt="Space.ba Logo"
brandName="Space.ba" brandName="Space.ba"
/> />
@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Space.ba" 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={[ buttons={[
{ {
text: "Explore Offices", href: "#products"}, text: "Explore Offices", href: "#products"},
@@ -74,7 +74,7 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={true}
tag="About Us" tag="About Us"
title="Your Ideal Workspace Awaits" title="Your Ideal Business Office Workspace Awaits"
/> />
</div> </div>
@@ -104,6 +104,10 @@ export default function LandingPage() {
id: "f5", title: "Daily Cleaning", descriptions: [ id: "f5", title: "Daily Cleaning", descriptions: [
"Maintain a pristine work environment with professional daily cleaning services."], "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"}, 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" title="Designed for Productivity"
description="Our office spaces are equipped with everything you need to thrive, ensuring a seamless and efficient workday." 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: "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."},
{
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" title="Frequently Asked Questions"
description="Find quick answers to common questions about our office spaces and services." description="Find quick answers to common questions about our office spaces and services."
@@ -191,8 +197,8 @@ export default function LandingPage() {
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Get in Touch" tag="Get in Touch"
title="Find Your Perfect Workspace" 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." 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" inputPlaceholder="Enter your email"
buttonText="Send Inquiry" buttonText="Send Inquiry"
termsText="By clicking Send Inquiry you're confirming that you agree with our Terms and Conditions." 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"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <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" logoAlt="Space.ba Logo"
columns={[ columns={[
{ {
@@ -251,4 +257,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }