Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-07 00:28:01 +00:00

View File

@@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Accessibility, Building2 } from 'lucide-react';
import { Accessibility } from 'lucide-react';
export default function LandingPage() {
return (
@@ -30,14 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Features", id: "features"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="The Centre Business Park"
/>
@@ -50,23 +46,16 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/road-with-trees-into-two-symmetrical-buildings_1127-2286.jpg?_wi=1"
imageAlt="Aerial view of The Centre Business Park"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-10634.jpg", alt: "Tenant portrait"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Tenant portrait"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", alt: "Tenant portrait"},
{
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Tenant portrait"},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", alt: "Tenant portrait"},
{ src: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-10634.jpg", alt: "Tenant portrait" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Tenant portrait" },
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg", alt: "Tenant portrait" },
{ src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", alt: "Tenant portrait" },
{ src: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", alt: "Tenant portrait" },
]}
avatarText="Join 50+ industry leaders"
buttons={[
{
text: "Schedule a Tour", href: "#contact"},
{
text: "View Spaces", href: "#features"},
{ text: "Schedule a Tour", href: "#contact" },
{ text: "View Spaces", href: "#features" },
]}
/>
</div>
@@ -77,10 +66,8 @@ export default function LandingPage() {
tag="About Us"
tagIcon={Accessibility}
title="Inclusive & Accessible Design"
description="We believe in a workspace that accommodates everyone. Our campus is fully compliant with modern accessibility standards, providing level entryways and designated accessible parking zones throughout the park."
buttons={[
{
text: "Learn More", href: "#"},
{ text: "Learn More", href: "#" },
]}
/>
</div>
@@ -92,11 +79,9 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "onsite", title: "On-Site Services", description: "Comprehensive support including concierge services, on-site dining options, and shared meeting rooms for all tenants.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-talking-cafe_1139-445.jpg"},
{
id: "f1", title: "High-Speed Fiber Optics", description: "Blazing fast internet connectivity for seamless digital operations.", tag: "Connectivity", imageSrc: "http://img.b2bpic.net/free-photo/5g-spelled-out-plain-background_23-2148291116.jpg"},
{
id: "f2", title: "Secure Private Parking", description: "Ample, gated parking facilities for staff and clients alike, including dedicated accessible bays.", tag: "Infrastructure", imageSrc: "http://img.b2bpic.net/free-vector/illustration-blank-sign-vector_53876-3832.jpg"},
id: "onsite", title: "On-Site Services", description: "Comprehensive support including concierge services, on-site dining options, and shared meeting rooms for all tenants.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-talking-cafe_1139-445.jpg" },
{ id: "f1", title: "High-Speed Fiber Optics", description: "Blazing fast internet connectivity for seamless digital operations.", tag: "Connectivity", imageSrc: "http://img.b2bpic.net/free-photo/5g-spelled-out-plain-background_23-2148291116.jpg" },
{ id: "f2", title: "Secure Private Parking", description: "Ample, gated parking facilities for staff and clients alike, including dedicated accessible bays.", tag: "Infrastructure", imageSrc: "http://img.b2bpic.net/free-vector/illustration-blank-sign-vector_53876-3832.jpg" },
]}
title="World-Class Amenities & Services"
description="Our facilities provide everything your company needs to operate at peak efficiency."
@@ -109,29 +94,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "James Smith", role: "CEO", company: "TechStream", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-10634.jpg"},
{
id: "2", name: "Linda Wu", role: "COO", company: "Global Logistics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"},
{
id: "3", name: "Robert Miller", role: "Founder", company: "Creative Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg"},
{
id: "4", name: "Sarah Jenkins", role: "Manager", company: "Innovate Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg"},
{
id: "5", name: "David Clark", role: "Director", company: "DataCorp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg"},
{ id: "1", name: "James Smith", role: "CEO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-blue-suit-posing-white-artistic-wall-from-bricks_613910-10634.jpg" },
{ id: "2", name: "Linda Wu", role: "COO", company: "Global Logistics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" },
{ id: "3", name: "Robert Miller", role: "Founder", company: "Creative Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg" },
{ id: "4", name: "Sarah Jenkins", role: "Manager", company: "Innovate Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg" },
{ id: "5", name: "David Clark", role: "Director", company: "DataCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg" },
]}
kpiItems={[
{
value: "95%", label: "Client Retention"},
{
value: "50+", label: "Companies"},
{
value: "15yr", label: "Experience"},
{ value: "95%", label: "Client Retention" },
{ value: "50+", label: "Companies" },
{ value: "15yr", label: "Experience" },
]}
title="Trusted by Leaders"
description="Hear from the companies that call The Centre home."
@@ -143,12 +115,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1", title: "Is the campus accessible?", content: "Yes, we are fully accessible with level ground entrances and dedicated accessible parking spaces."},
{
id: "q2", title: "Are leases flexible?", content: "We offer a range of lease terms to suit growing businesses."},
{
id: "q3", title: "Is the park accessible by transit?", content: "Absolutely, multiple bus and train lines serve the area directly."},
{ id: "q1", title: "Is the campus accessible?", content: "Yes, we are fully accessible with level ground entrances and dedicated accessible parking spaces." },
{ id: "q2", title: "Are leases flexible?", content: "We offer a range of lease terms to suit growing businesses." },
{ id: "q3", title: "Is the park accessible by transit?", content: "Absolutely, multiple bus and train lines serve the area directly." },
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our leasing and facilities."
@@ -159,14 +128,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Ready to move in?"
description="Get in touch with our leasing team to schedule a tour of our available spaces. We look forward to hosting your business."
buttons={[
{
text: "Schedule a Tour", href: "#"},
{ text: "Schedule a Tour", href: "#" },
]}
/>
</div>
@@ -176,30 +143,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/road-with-trees-into-two-symmetrical-buildings_1127-2286.jpg?_wi=2"
logoText="The Centre"
columns={[
{
title: "Company", items: [
{
label: "About Us", href: "#"},
{
label: "Careers", href: "#"},
],
},
{
title: "Support", items: [
{
label: "Help Center", href: "#"},
{
label: "Contact", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy", href: "#"},
{
label: "Terms", href: "#"},
],
},
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "Help Center", href: "#" }, { label: "Contact", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
/>
</div>