Update src/app/page.tsx

This commit is contained in:
2026-05-23 01:06:56 +00:00
parent ec73576b1f
commit 03bcf1aa34

View File

@@ -31,84 +31,36 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="401 Business Center"
button={{ text: "Book a Tour", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Premium Workspace for Professionals"
description="Elevate your business in our prestigious 401 Business Center. Designed for productivity, connectivity, and growth."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241318.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/businesswoman-wearing-spectacles-holding-newspaper-caf_23-2147876735.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/senior-therapist-waiting-clients_482257-119220.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241318.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/businesswoman-wearing-spectacles-holding-newspaper-caf_23-2147876735.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/senior-therapist-waiting-clients_482257-119220.jpg", alt: "Client 5" }
]}
avatarText="Join 500+ professionals"
buttons={[
{
text: "Book a Tour",
href: "#contact",
},
]}
buttons={[{ text: "Book a Tour", href: "#contact" }]}
marqueeItems={[
{
type: "text",
text: "Enterprise Connectivity",
},
{
type: "text",
text: "Executive Boardrooms",
},
{
type: "text",
text: "24/7 Secure Access",
},
{
type: "text",
text: "Prime Location",
},
{
type: "text",
text: "Flexible Terms",
},
{ type: "text", text: "Enterprise Connectivity" },
{ type: "text", text: "Executive Boardrooms" },
{ type: "text", text: "24/7 Secure Access" },
{ type: "text", text: "Prime Location" },
{ type: "text", text: "Flexible Terms" }
]}
/>
</div>
@@ -120,18 +72,9 @@ export default function LandingPage() {
title="Your Growth Partner"
description="We provide more than just desks; we offer a strategic environment tailored for your business success and professional networking."
bulletPoints={[
{
title: "Prime Location",
description: "Located in the heart of the business district.",
},
{
title: "Flexible Terms",
description: "Short and long term leases available.",
},
{
title: "Full Infrastructure",
description: "State-of-the-art office technology ready.",
},
{ title: "Prime Location", description: "Located in the heart of the business district." },
{ title: "Flexible Terms", description: "Short and long term leases available." },
{ title: "Full Infrastructure", description: "State-of-the-art office technology ready." }
]}
imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg"
mediaAnimation="slide-up"
@@ -143,21 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "High Speed Connectivity",
description: "Enterprise-grade internet and secure networks.",
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170088.jpg",
},
{
title: "Executive Meeting Rooms",
description: "Professional spaces equipped for any presentation.",
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-table-conference-hall_23-2147656690.jpg",
},
{
title: "Private Office Suites",
description: "Quiet, secure, and fully furnished offices.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-reading-document-lobby_1262-3074.jpg",
},
{ title: "High Speed Connectivity", description: "Enterprise-grade internet and secure networks.", imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170088.jpg" },
{ title: "Executive Meeting Rooms", description: "Professional spaces equipped for any presentation.", imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-table-conference-hall_23-2147656690.jpg" },
{ title: "Private Office Suites", description: "Quiet, secure, and fully furnished offices.", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-reading-document-lobby_1262-3074.jpg" }
]}
title="Business Class Solutions"
description="Everything your company needs to operate seamlessly."
@@ -171,21 +102,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
description: "Years of Excellence",
},
{
id: "m2",
value: "500+",
description: "Successful Businesses",
},
{
id: "m3",
value: "98%",
description: "Client Retention",
},
{ id: "m1", value: "15+", description: "Years of Excellence" },
{ id: "m2", value: "500+", description: "Successful Businesses" },
{ id: "m3", value: "98%", description: "Client Retention" }
]}
title="Impact by the Numbers"
description="We measure our success by the growth of our tenants."
@@ -199,26 +118,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Jenkins, CEO of InnovateCorp"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/woman-booking-meetings-with-customers-by-phone_329181-17626.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-booking-meetings-with-customers-by-phone_329181-17626.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", alt: "Client 5" }
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -229,15 +133,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Microsoft",
"Google",
"Amazon",
"Tesla",
"Adobe",
"Intel",
"IBM",
]}
names={["Microsoft", "Google", "Amazon", "Tesla", "Adobe", "Intel", "IBM"]}
title="Trusted by Leaders"
description="Join the growing community of forward-thinking brands."
/>
@@ -248,21 +144,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is parking available?",
content: "Yes, we provide ample secure parking for all our tenants.",
},
{
id: "f2",
title: "Are there meeting rooms?",
content: "We have 5 fully equipped conference rooms bookable on-demand.",
},
{
id: "f3",
title: "How quickly can I move in?",
content: "Move-ins are usually ready within 48 hours of lease signing.",
},
{ id: "f1", title: "Is parking available?", content: "Yes, we provide ample secure parking for all our tenants." },
{ id: "f2", title: "Are there meeting rooms?", content: "We have 5 fully equipped conference rooms bookable on-demand." },
{ id: "f3", title: "How quickly can I move in?", content: "Move-ins are usually ready within 48 hours of lease signing." }
]}
title="Common Inquiries"
description="We are here to help you get started as quickly as possible."
@@ -276,18 +160,8 @@ export default function LandingPage() {
title="Secure Your Workspace"
description="Contact us today to schedule a private tour of our facilities."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Your Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "fullName", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
imageSrc="http://img.b2bpic.net/free-photo/city-square_1359-564.jpg"
mediaPosition="right"
@@ -298,31 +172,17 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Center",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Location",
href: "#contact",
},
],
title: "Center", items: [
{ label: "About Us", href: "#about" },
{ label: "Location", href: "#contact" }
]
},
{
title: "Contact",
items: [
{
label: "Sales",
href: "mailto:sales@401biz.com",
},
{
label: "Support",
href: "mailto:support@401biz.com",
},
],
},
title: "Contact", items: [
{ label: "Sales", href: "mailto:sales@401biz.com" },
{ label: "Support", href: "mailto:support@401biz.com" }
]
}
]}
bottomLeftText="© 2024 401 Business Center LLC"
bottomRightText="All rights reserved."
@@ -331,4 +191,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}