Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-06 13:45:50 +00:00

View File

@@ -32,167 +32,95 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Workspaces",
id: "#workspaces",
},
name: "Workspaces", id: "#workspaces"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jceq8k"
logoAlt="Ravi Business Center Logo"
brandName="Ravi Business Center"
button={{
text: "Book a Tour",
href: "#contact",
}}
text: "Book a Tour", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "downward-rays-animated",
}}
variant: "downward-rays-animated"}}
title="Your Premier Destination for Business Excellence"
description="Ravi Business Center offers modern, flexible workspaces designed to elevate your productivity and foster growth. Discover private offices, coworking solutions, and premium amenities tailored to your success."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408804.jpg",
imageAlt: "Modern office lobby",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408804.jpg", imageAlt: "Modern office lobby"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg",
imageAlt: "Empty modern private office",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "Empty modern private office"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-men-looking-computer_23-2148920577.jpg",
imageAlt: "Coworking space",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-men-looking-computer_23-2148920577.jpg", imageAlt: "Coworking space"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-room-office-building_105762-2013.jpg",
imageAlt: "Large meeting room",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-room-office-building_105762-2013.jpg", imageAlt: "Large meeting room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-cup-coffee-talking-cellphone-office_23-2147880479.jpg",
imageAlt: "Virtual office receptionist",
},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-cup-coffee-talking-cellphone-office_23-2147880479.jpg", imageAlt: "Virtual office receptionist"},
{
imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836933.jpg",
imageAlt: "Business event space",
},
imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836933.jpg", imageAlt: "Business event space"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-writing-laptop_1262-736.jpg",
imageAlt: "Businesswoman working on laptop",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-writing-laptop_1262-736.jpg", imageAlt: "Businesswoman working on laptop"},
{
imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-debugging-company-servers-preventing-failures_482257-124403.jpg",
imageAlt: "Team collaborating in meeting room",
},
imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-debugging-company-servers-preventing-failures_482257-124403.jpg", imageAlt: "Team collaborating in meeting room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-length-asian-entrepreneur-talking-phone-his-light-office_1098-20397.jpg",
imageAlt: "Businessman on phone call",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-length-asian-entrepreneur-talking-phone-his-light-office_1098-20397.jpg", imageAlt: "Businessman on phone call"},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-planning-strategy-meeting-conference-working-with-digital-interactive-whiteboard-discussing-project-statistics-sharing-ideas-corporate-staff-talking-new-business-application_482257-13908.jpg",
imageAlt: "Woman presenting charts",
},
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-planning-strategy-meeting-conference-working-with-digital-interactive-whiteboard-discussing-project-statistics-sharing-ideas-corporate-staff-talking-new-business-application_482257-13908.jpg", imageAlt: "Woman presenting charts"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-office-colleagues-taking-selfie_1262-7236.jpg",
imageAlt: "People networking at event",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-office-colleagues-taking-selfie_1262-7236.jpg", imageAlt: "People networking at event"},
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-pizza-coffee-office-meeting-break_23-2148817094.jpg",
imageAlt: "Entrepreneur in coworking space",
},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-pizza-coffee-office-meeting-break_23-2148817094.jpg", imageAlt: "Entrepreneur in coworking space"},
]}
tag="Welcome to Ravi Business Center"
buttons={[
{
text: "Explore Services",
href: "#services",
},
text: "Explore Services", href: "#services"},
{
text: "Book a Tour",
href: "#contact",
},
text: "Book a Tour", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153817.jpg",
alt: "Close up on young businessman",
},
src: "http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153817.jpg", alt: "Close up on young businessman"},
{
src: "http://img.b2bpic.net/free-photo/woman-smiling-looking-laptop_1262-771.jpg",
alt: "Woman smiling looking at a laptop",
},
src: "http://img.b2bpic.net/free-photo/woman-smiling-looking-laptop_1262-771.jpg", alt: "Woman smiling looking at a laptop"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-uses-computer-talks-phone-home_641386-177.jpg",
alt: "Young woman uses a computer and talks on the phone at home",
},
src: "http://img.b2bpic.net/free-photo/young-woman-uses-computer-talks-phone-home_641386-177.jpg", alt: "Young woman uses a computer and talks on the phone at home"},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-head-resting-hand-looking-laptop_1262-739.jpg",
alt: "Smiling woman with head resting on a hand looking at a laptop",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-head-resting-hand-looking-laptop_1262-739.jpg", alt: "Smiling woman with head resting on a hand looking at a laptop"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-office-looking-delighted-wearing-wireless-earphones-online-meeting-joins_1258-195318.jpg",
alt: "Portrait of woman in office looking delighted wearing wireless earphones for online meeting joins",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-office-looking-delighted-wearing-wireless-earphones-online-meeting-joins_1258-195318.jpg", alt: "Portrait of woman in office looking delighted wearing wireless earphones for online meeting joins"},
]}
avatarText="Trusted by 100+ businesses"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/group-diverse-people-having-business-meeting_53876-25112.jpg",
alt: "Group of diverse people having a business meeting",
},
type: "image", src: "http://img.b2bpic.net/free-photo/group-diverse-people-having-business-meeting_53876-25112.jpg", alt: "Group of diverse people having a business meeting"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/inclusive-workspace-atmosphere-office-job_23-2149571033.jpg",
alt: "Inclusive workspace atmosphere at an office job",
},
type: "image", src: "http://img.b2bpic.net/free-photo/inclusive-workspace-atmosphere-office-job_23-2149571033.jpg", alt: "Inclusive workspace atmosphere at an office job"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg",
alt: "Accountant in busy modern startup agency imputing financial figures on PC",
},
type: "image", src: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg", alt: "Accountant in busy modern startup agency imputing financial figures on PC"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg",
alt: "Lifestyle of people in the office",
},
type: "image", src: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173729.jpg", alt: "Lifestyle of people in the office"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153847.jpg",
alt: "Close up on young business team working",
},
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153847.jpg", alt: "Close up on young business team working"},
]}
/>
</div>
@@ -202,28 +130,17 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "About ",
},
type: "text", content: "About "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/tall-building-center-city_657883-736.jpg",
alt: "Ravi Business Center Building",
},
type: "image", src: "http://img.b2bpic.net/free-photo/tall-building-center-city_657883-736.jpg", alt: "Ravi Business Center Building"},
{
type: "text",
content: " Ravi Business Center",
},
type: "text", content: " Ravi Business Center"},
]}
buttons={[
{
text: "Our Story",
href: "#",
},
text: "Our Story", href: "#"},
{
text: "Our Mission",
href: "#",
},
text: "Our Mission", href: "#"},
]}
/>
</div>
@@ -236,29 +153,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "High-Speed Internet",
description: "Blazing fast and reliable internet connectivity to keep your business running smoothly, without interruptions.",
imageSrc: "http://img.b2bpic.net/free-photo/global-communication_53876-90851.jpg",
imageAlt: "High speed internet icon",
titleImageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg",
buttonText: "Learn More",
},
title: "High-Speed Internet", description: "Blazing fast and reliable internet connectivity to keep your business running smoothly, without interruptions.", imageSrc: "http://img.b2bpic.net/free-photo/global-communication_53876-90851.jpg", imageAlt: "High speed internet icon", titleImageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg", buttonText: "Learn More"},
{
title: "Professional Concierge",
description: "Our dedicated team offers seamless support, from mail handling to guest reception, ensuring a professional front for your business.",
imageSrc: "http://img.b2bpic.net/free-photo/store-customer-waiting-counter_482257-85808.jpg",
imageAlt: "Concierge service",
titleImageSrc: "http://img.b2bpic.net/free-photo/binary-flow-background_1048-11303.jpg",
buttonText: "Discover Support",
},
title: "Professional Concierge", description: "Our dedicated team offers seamless support, from mail handling to guest reception, ensuring a professional front for your business.", imageSrc: "http://img.b2bpic.net/free-photo/store-customer-waiting-counter_482257-85808.jpg", imageAlt: "Concierge service", titleImageSrc: "http://img.b2bpic.net/free-photo/binary-flow-background_1048-11303.jpg", buttonText: "Discover Support"},
{
title: "Advanced Meeting Rooms",
description: "Fully equipped meeting rooms with state-of-the-art technology, perfect for presentations, collaborations, and client meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-collaborating-office_482257-115051.jpg",
imageAlt: "Meeting room booking",
titleImageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg",
buttonText: "Book Now",
},
title: "Advanced Meeting Rooms", description: "Fully equipped meeting rooms with state-of-the-art technology, perfect for presentations, collaborations, and client meetings.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-collaborating-office_482257-115051.jpg", imageAlt: "Meeting room booking", titleImageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg", buttonText: "Book Now"},
]}
title="Premium Amenities Designed for Success"
description="Experience a comprehensive suite of services that support your business operations, enhance productivity, and provide unparalleled convenience."
@@ -273,65 +172,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Private Offices",
name: "Executive Suite",
price: "Starting at $1,200/month",
rating: 5,
reviewCount: "50 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976846.jpg",
imageAlt: "Executive private office",
},
id: "p1", brand: "Private Offices", name: "Executive Suite", price: "Starting at $1,200/month", rating: 5,
reviewCount: "50 reviews", imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976846.jpg", imageAlt: "Executive private office"},
{
id: "p2",
brand: "Coworking Spaces",
name: "Dedicated Desk",
price: "Starting at $350/month",
rating: 4,
reviewCount: "30 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-people-working_53876-14369.jpg",
imageAlt: "Dedicated desk in coworking",
},
id: "p2", brand: "Coworking Spaces", name: "Dedicated Desk", price: "Starting at $350/month", rating: 4,
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-people-working_53876-14369.jpg", imageAlt: "Dedicated desk in coworking"},
{
id: "p3",
brand: "Meeting Solutions",
name: "Conference Room Access",
price: "Starting at $50/hour",
rating: 5,
reviewCount: "75 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-woman-drinking-coffee-working_171337-16851.jpg",
imageAlt: "Modern meeting room",
},
id: "p3", brand: "Meeting Solutions", name: "Conference Room Access", price: "Starting at $50/hour", rating: 5,
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-woman-drinking-coffee-working_171337-16851.jpg", imageAlt: "Modern meeting room"},
{
id: "p4",
brand: "Remote Support",
name: "Virtual Office",
price: "Starting at $99/month",
rating: 4,
reviewCount: "25 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-company-senior-hr-manager-looking-cvs_482257-125126.jpg",
imageAlt: "Virtual office mail handling",
},
id: "p4", brand: "Remote Support", name: "Virtual Office", price: "Starting at $99/month", rating: 4,
reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-company-senior-hr-manager-looking-cvs_482257-125126.jpg", imageAlt: "Virtual office mail handling"},
{
id: "p5",
brand: "Event Venues",
name: "Flexible Event Space",
price: "Custom Quote",
rating: 5,
reviewCount: "15 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-22217.jpg",
imageAlt: "Modern event space",
},
id: "p5", brand: "Event Venues", name: "Flexible Event Space", price: "Custom Quote", rating: 5,
reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-22217.jpg", imageAlt: "Modern event space"},
{
id: "p6",
brand: "Daily Access",
name: "Coworking Day Pass",
price: "$30/day",
rating: 4,
reviewCount: "100 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/professional-asian-businesswoman-working-her-office-via-laptop_7861-1636.jpg",
imageAlt: "Person working on laptop with coffee",
},
id: "p6", brand: "Daily Access", name: "Coworking Day Pass", price: "$30/day", rating: 4,
reviewCount: "100 reviews", imageSrc: "http://img.b2bpic.net/free-photo/professional-asian-businesswoman-working-her-office-via-laptop_7861-1636.jpg", imageAlt: "Person working on laptop with coffee"},
]}
title="Flexible Workspaces for Every Need"
description="Choose from a range of flexible office solutions, from private suites to dynamic coworking spaces, all designed to suit your business scale and style."
@@ -345,61 +202,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
title: "Starter Membership",
price: "$199",
period: "month",
features: [
"Virtual office address",
"Mail handling services",
"2 hours meeting room access",
"Community events access",
],
id: "basic", title: "Starter Membership", price: "$199", period: "month", features: [
"Virtual office address", "Mail handling services", "2 hours meeting room access", "Community events access"],
button: {
text: "Get Started",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/nice-organised-workspace-with-laptop_23-2148592326.jpg",
imageAlt: "Starter office setup",
},
text: "Get Started", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/nice-organised-workspace-with-laptop_23-2148592326.jpg", imageAlt: "Starter office setup"},
{
id: "pro",
title: "Professional Plan",
price: "$599",
period: "month",
features: [
"Dedicated coworking desk",
"8 hours meeting room access",
"High-speed internet",
"Concierge services",
"Printing credits",
],
id: "pro", title: "Professional Plan", price: "$599", period: "month", features: [
"Dedicated coworking desk", "8 hours meeting room access", "High-speed internet", "Concierge services", "Printing credits"],
button: {
text: "Choose Pro",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg",
imageAlt: "Professional private office",
},
text: "Choose Pro", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-computer-with-data-charts-management-strategy-corporate-office-entrepreneur-using-technology-monitor-research-analysis-design-planning_482257-32048.jpg", imageAlt: "Professional private office"},
{
id: "enterprise",
title: "Enterprise Suite",
price: "Custom Quote",
period: "month",
features: [
"Private office suite",
"Unlimited meeting room access",
"Personalized support team",
"Exclusive event hosting",
"Customizable branding",
],
id: "enterprise", title: "Enterprise Suite", price: "Custom Quote", period: "month", features: [
"Private office suite", "Unlimited meeting room access", "Personalized support team", "Exclusive event hosting", "Customizable branding"],
button: {
text: "Contact Sales",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/general-director-reviewing-data-analytics-with-her-team-successful-development-plan_482257-118674.jpg",
imageAlt: "Enterprise open office",
},
text: "Contact Sales", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/general-director-reviewing-data-analytics-with-her-team-successful-development-plan_482257-118674.jpg", imageAlt: "Enterprise open office"},
]}
title="Find Your Perfect Plan"
description="Select the ideal membership plan that aligns with your business needs and provides access to our state-of-the-art facilities and services."
@@ -413,45 +232,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
role: "CEO, InnovateX",
testimonial: "Ravi Business Center provided the perfect environment for our startup to grow. The flexible plans and supportive staff made all the difference.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg",
imageAlt: "Sarah Johnson",
},
id: "t1", name: "Sarah Johnson", role: "CEO, InnovateX", testimonial: "Ravi Business Center provided the perfect environment for our startup to grow. The flexible plans and supportive staff made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg", imageAlt: "Sarah Johnson"},
{
id: "t2",
name: "Michael Chen",
role: "Lead Developer, TechSolutions",
testimonial: "The high-speed internet and quiet private offices are invaluable. It's truly a professional's haven.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
imageAlt: "Michael Chen",
},
id: "t2", name: "Michael Chen", role: "Lead Developer, TechSolutions", testimonial: "The high-speed internet and quiet private offices are invaluable. It's truly a professional's haven.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Michael Chen"},
{
id: "t3",
name: "Emily Rodriguez",
role: "Freelance Designer",
testimonial: "As a freelancer, having access to such a vibrant coworking space and meeting rooms on demand has been a game-changer for my business.",
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-man-working-office-night-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-28090.jpg",
imageAlt: "Emily Rodriguez",
},
id: "t3", name: "Emily Rodriguez", role: "Freelance Designer", testimonial: "As a freelancer, having access to such a vibrant coworking space and meeting rooms on demand has been a game-changer for my business.", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-man-working-office-night-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-28090.jpg", imageAlt: "Emily Rodriguez"},
{
id: "t4",
name: "David Kim",
role: "Operations Manager, GlobalCorp",
testimonial: "Our team uses the conference facilities regularly, and the seamless booking process and technology support are exceptional.",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-students-having-fun-laughing-while-using-laptop-studying-classroom-their-teacher-is-background_637285-12480.jpg",
imageAlt: "David Kim",
},
id: "t4", name: "David Kim", role: "Operations Manager, GlobalCorp", testimonial: "Our team uses the conference facilities regularly, and the seamless booking process and technology support are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-students-having-fun-laughing-while-using-laptop-studying-classroom-their-teacher-is-background_637285-12480.jpg", imageAlt: "David Kim"},
{
id: "t5",
name: "Jessica Lee",
role: "Founder, Future Ventures",
testimonial: "The virtual office services have given my business a professional presence without the overhead. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-gesturing-empty-desk_1262-5622.jpg",
imageAlt: "Jessica Lee",
},
id: "t5", name: "Jessica Lee", role: "Founder, Future Ventures", testimonial: "The virtual office services have given my business a professional presence without the overhead. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-gesturing-empty-desk_1262-5622.jpg", imageAlt: "Jessica Lee"},
]}
title="What Our Clients Say"
description="Hear from the businesses and professionals who thrive at Ravi Business Center."
@@ -464,20 +253,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What are your operating hours?",
content: "Our business center is accessible 24/7 for members with private offices or dedicated desks. Our reception is staffed from 9 AM to 5 PM, Monday to Friday.",
},
id: "q1", title: "What are your operating hours?", content: "Our business center is accessible 24/7 for members with private offices or dedicated desks. Our reception is staffed from 9 AM to 5 PM, Monday to Friday."},
{
id: "q2",
title: "Do you offer flexible membership terms?",
content: "Yes, we offer a range of flexible membership options, including daily passes, monthly plans, and long-term contracts for private offices. Contact us to discuss what works best for you.",
},
id: "q2", title: "Do you offer flexible membership terms?", content: "Yes, we offer a range of flexible membership options, including daily passes, monthly plans, and long-term contracts for private offices. Contact us to discuss what works best for you."},
{
id: "q3",
title: "What amenities are included with membership?",
content: "All memberships include high-speed internet, access to common areas, complimentary coffee/tea, and discounted rates on meeting room bookings. Higher tiers include more benefits like concierge service and printing credits.",
},
id: "q3", title: "What amenities are included with membership?", content: "All memberships include high-speed internet, access to common areas, complimentary coffee/tea, and discounted rates on meeting room bookings. Higher tiers include more benefits like concierge service and printing credits."},
]}
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-while-talking-with-funny-customer-using-headset-mic_482257-125082.jpg"
imageAlt="Person asking question"
@@ -493,20 +273,16 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "glowing-orb",
variant: "sparkles-gradient"
}}
tag="Get in Touch"
title="Ready to Elevate Your Business?"
description="Contact Ravi Business Center today to schedule a tour, learn more about our flexible plans, or get a custom quote tailored to your needs."
buttons={[
{
text: "Book Your Tour",
href: "#",
},
text: "Book Your Tour", href: "#"},
{
text: "Call Us Now",
href: "tel:+1234567890",
},
text: "Call Us Now", href: "tel:+1234567890"},
]}
/>
</div>
@@ -518,62 +294,37 @@ export default function LandingPage() {
logoText="Ravi Business Center"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Private Offices",
href: "#workspaces",
},
label: "Private Offices", href: "#workspaces"},
{
label: "Coworking Spaces",
href: "#workspaces",
},
label: "Coworking Spaces", href: "#workspaces"},
{
label: "Meeting Rooms",
href: "#workspaces",
},
label: "Meeting Rooms", href: "#workspaces"},
{
label: "Virtual Office",
href: "#workspaces",
},
label: "Virtual Office", href: "#workspaces"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}