Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-09 21:53:06 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Overview",
id: "hero",
},
name: "Overview", id: "hero"},
{
name: "Workspaces",
id: "features",
},
name: "Workspaces", id: "features"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Regus Des Moines"
/>
@@ -53,92 +45,51 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Hub Tower. Elevated Workspace."
description="Experience the premier professional workspace in the heart of Des Moines. Elevate your brand in the prestigious Hub Tower with flexible, fully-serviced office solutions."
testimonials={[
{
name: "Alex Rivers",
handle: "@alexrivers",
testimonial: "The best office experience in Des Moines. The Hub Tower location is unmatched for convenience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg",
},
name: "Alex Rivers", handle: "@alexrivers", testimonial: "The best office experience in Des Moines. The Hub Tower location is unmatched for convenience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg"},
{
name: "Elena Vance",
handle: "@elenavance",
testimonial: "Professional, clean, and perfectly managed. Everything we need in one place.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-successful-business-woman-with-candid-smile-looking-teacher-employe-beige-wall_273443-1732.jpg",
},
name: "Elena Vance", handle: "@elenavance", testimonial: "Professional, clean, and perfectly managed. Everything we need in one place.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-successful-business-woman-with-candid-smile-looking-teacher-employe-beige-wall_273443-1732.jpg"},
{
name: "Marcus Chen",
handle: "@marcuschen",
testimonial: "Incredible infrastructure and staff. Regus Hub Tower sets a high standard.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-wireless-earphones-sitting_574295-3784.jpg",
},
name: "Marcus Chen", handle: "@marcuschen", testimonial: "Incredible infrastructure and staff. Regus Hub Tower sets a high standard.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-wireless-earphones-sitting_574295-3784.jpg"},
{
name: "Sarah Miller",
handle: "@sarahmiller",
testimonial: "Perfect for our growing team. The professional atmosphere is exactly what we wanted.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-employee-working-with-tablet_1098-3584.jpg",
},
name: "Sarah Miller", handle: "@sarahmiller", testimonial: "Perfect for our growing team. The professional atmosphere is exactly what we wanted.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-employee-working-with-tablet_1098-3584.jpg"},
{
name: "Jordan P.",
handle: "@jordanp",
testimonial: "Sophisticated environment that really impresses our clients every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
},
name: "Jordan P.", handle: "@jordanp", testimonial: "Sophisticated environment that really impresses our clients every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-coffeehouse-with-contemporary-design_23-2149052832.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg",
alt: "Alex Rivers",
},
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", alt: "Alex Rivers"},
{
src: "http://img.b2bpic.net/free-photo/attractive-successful-business-woman-with-candid-smile-looking-teacher-employe-beige-wall_273443-1732.jpg",
alt: "Elena Vance",
},
src: "http://img.b2bpic.net/free-photo/attractive-successful-business-woman-with-candid-smile-looking-teacher-employe-beige-wall_273443-1732.jpg", alt: "Elena Vance"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-wireless-earphones-sitting_574295-3784.jpg",
alt: "Marcus Chen",
},
src: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-wireless-earphones-sitting_574295-3784.jpg", alt: "Marcus Chen"},
{
src: "http://img.b2bpic.net/free-photo/bearded-employee-working-with-tablet_1098-3584.jpg",
alt: "Sarah Miller",
},
src: "http://img.b2bpic.net/free-photo/bearded-employee-working-with-tablet_1098-3584.jpg", alt: "Sarah Miller"},
{
src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
alt: "Jordan P.",
},
src: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", alt: "Jordan P."},
]}
marqueeItems={[
{
type: "text",
text: "Grade A Office Space",
},
type: "text", text: "Grade A Office Space"},
{
type: "text",
text: "Flexible Terms",
},
type: "text", text: "Flexible Terms"},
{
type: "text",
text: "Prime CBD Location",
},
type: "text", text: "Prime CBD Location"},
{
type: "text",
text: "High-Speed Internet",
},
type: "text", text: "High-Speed Internet"},
{
type: "text",
text: "Professional Support",
},
type: "text", text: "Professional Support"},
]}
/>
</div>
@@ -150,26 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Modern Workspaces",
subtitle: "Ergonomic & Stylish",
category: "Setup",
value: "24/7 Access",
},
id: "f1", title: "Modern Workspaces", subtitle: "Ergonomic & Stylish", category: "Setup", value: "24/7 Access"},
{
id: "f2",
title: "High-Speed Connectivity",
subtitle: "Enterprise-Grade",
category: "Tech",
value: "Fiber Optic",
},
id: "f2", title: "High-Speed Connectivity", subtitle: "Enterprise-Grade", category: "Tech", value: "Fiber Optic"},
{
id: "f3",
title: "Premium Lounges",
subtitle: "Refresh & Recharge",
category: "Amenities",
value: "Complimentary",
},
id: "f3", title: "Premium Lounges", subtitle: "Refresh & Recharge", category: "Amenities", value: "Complimentary"},
]}
title="Why Hub Tower?"
description="Premium office features tailored for modern business needs."
@@ -184,17 +120,11 @@ export default function LandingPage() {
description="Regus at Hub Tower provides a professional environment designed for productivity, collaboration, and growth. We offer flexible office space tailored to your unique requirements."
bulletPoints={[
{
title: "Premier Location",
description: "Ideally positioned in the prestigious Hub Tower.",
},
title: "Premier Location", description: "Ideally positioned in the prestigious Hub Tower."},
{
title: "Flexibility First",
description: "Scale your workspace as your business evolves.",
},
title: "Flexibility First", description: "Scale your workspace as your business evolves."},
{
title: "Comprehensive Support",
description: "Professional administrative and IT assistance.",
},
title: "Comprehensive Support", description: "Professional administrative and IT assistance."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-office-center_1303-29926.jpg"
mediaAnimation="slide-up"
@@ -208,54 +138,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Flexible",
price: "$299/mo",
subtitle: "Co-working membership",
features: [
"Access to all locations",
"Global Wi-Fi",
"Dedicated support",
],
id: "p1", badge: "Flexible", price: "$299/mo", subtitle: "Co-working membership", features: [
"Access to all locations", "Global Wi-Fi", "Dedicated support"],
buttons: [
{
text: "Book Now",
href: "#",
},
text: "Book Now", href: "#"},
],
},
{
id: "p2",
badge: "Professional",
price: "$599/mo",
subtitle: "Private Office",
features: [
"Fully furnished office",
"Secure access",
"Meeting room credits",
],
id: "p2", badge: "Professional", price: "$599/mo", subtitle: "Private Office", features: [
"Fully furnished office", "Secure access", "Meeting room credits"],
buttons: [
{
text: "Book Now",
href: "#",
},
text: "Book Now", href: "#"},
],
},
{
id: "p3",
badge: "Corporate",
price: "Custom",
subtitle: "Customized Suite",
features: [
"Tailored office design",
"Private entry",
"Enterprise support",
],
id: "p3", badge: "Corporate", price: "Custom", subtitle: "Customized Suite", features: [
"Tailored office design", "Private entry", "Enterprise support"],
buttons: [
{
text: "Book Now",
href: "#",
},
text: "Book Now", href: "#"},
],
},
]}
@@ -271,79 +174,46 @@ export default function LandingPage() {
description="Experience our premium workspace in person. Let us help you find the right fit."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
rows: 4,
name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-office-decorations-box-laptop-desk-houseplant-pot-supplies-instruments-wooden-table-empty-business-space-flowerpot-modern-ornaments-work_482257-36860.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/starry-sky-town_23-2151642556.jpg"
<FooterLogoEmphasis
logoText="Regus Des Moines"
columns={[
{
title: "Solutions",
items: [
{
label: "Office Space",
href: "#",
},
{
label: "Coworking",
href: "#",
},
{
label: "Meeting Rooms",
href: "#",
},
],
{ label: "Office Space", href: "#" },
{ label: "Coworking", href: "#" },
{ label: "Meeting Rooms", href: "#" },
]
},
{
title: "Locations",
items: [
{
label: "Hub Tower",
href: "#",
},
{
label: "Other Locations",
href: "#",
},
],
{ label: "Hub Tower", href: "#" },
{ label: "Locations", href: "#" },
]
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ label: "Contact Us", href: "#" },
{ label: "Privacy Policy", href: "#" },
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}