Update src/app/page.tsx

This commit is contained in:
2026-06-08 16:58:19 +00:00
parent 5e7c2d5570
commit c050b53cbb

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQs",
id: "#faqs",
},
name: "FAQs", id: "#faqs"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Hertfordshire Business Centre"
/>
@@ -67,15 +55,11 @@ export default function LandingPage() {
description="Your Premier Hub for Business Growth in St Albans. Discover flexible office spaces and a supportive community designed for your success."
buttons={[
{
text: "Explore Offices",
href: "#features",
},
text: "Explore Offices", href: "#features"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg"
imageAlt="Modern business centre lobby with welcoming atmosphere"
/>
</div>
@@ -85,24 +69,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "About Our",
},
type: "text", content: "About Our"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/colleagues-having-chat-break_23-2147679087.jpg",
alt: "Interior of Hertfordshire Business Centre",
},
type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-having-chat-break_23-2147679087.jpg", alt: "Interior of Hertfordshire Business Centre"},
{
type: "text",
content: "Centre",
},
type: "text", content: "Centre"},
]}
buttons={[
{
text: "Our Story",
href: "#",
},
text: "Our Story", href: "#"},
]}
/>
</div>
@@ -114,56 +89,32 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Private & Co-working Offices",
description: "Choose from fully-serviced private offices or dynamic co-working spaces tailored to your team's needs.",
icon: Building,
title: "Private & Co-working Offices", description: "Choose from fully-serviced private offices or dynamic co-working spaces tailored to your team's needs.", icon: Building,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-working-from-home_23-2149488995.jpg",
imageAlt: "Private office interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-working-from-home_23-2149488995.jpg", imageAlt: "Private office interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-indoors_23-2149741201.jpg",
imageAlt: "Modern co-working space",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg?_wi=2",
imageAlt: "private office desk setup",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-indoors_23-2149741201.jpg", imageAlt: "Modern co-working space"},
]
},
{
title: "Comprehensive Support Services",
description: "Benefit from professional reception, administrative assistance, and IT support to keep your operations running smoothly.",
icon: Headphones,
title: "Comprehensive Support Services", description: "Benefit from professional reception, administrative assistance, and IT support to keep your operations running smoothly.", icon: Headphones,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg",
imageAlt: "Professional receptionist",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg", imageAlt: "Professional receptionist"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-checking-portable-devices_23-2148264111.jpg",
imageAlt: "Server racks for IT infrastructure",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-chat-break_23-2147679087.jpg",
imageAlt: "private office desk setup",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-checking-portable-devices_23-2148264111.jpg", imageAlt: "Server racks for IT infrastructure"},
]
},
{
title: "Vibrant Business Community",
description: "Network with fellow entrepreneurs, attend exclusive events, and collaborate in a thriving professional ecosystem.",
icon: Users,
title: "Vibrant Business Community", description: "Network with fellow entrepreneurs, attend exclusive events, and collaborate in a thriving professional ecosystem.", icon: Users,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg",
imageAlt: "Business networking event",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg", imageAlt: "Business networking event"},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966116.jpg",
imageAlt: "People chatting in a business lounge",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=1",
imageAlt: "private office desk setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966116.jpg", imageAlt: "People chatting in a business lounge"},
]
}
]}
title="Flexible Spaces & Premium Amenities"
description="Hertfordshire Business Centre offers a range of adaptable office solutions and top-tier services to empower your business."
@@ -177,45 +128,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Maksim Moisa",
role: "Local Guide",
testimonial: "Great location and superb managers! I am glad we have an office there!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=2",
imageAlt: "Maksim Moisa",
},
id: "1", name: "Maksim Moisa", role: "Local Guide", testimonial: "Great location and superb managers! I am glad we have an office there!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "Maksim Moisa"},
{
id: "2",
name: "Gus defransz",
role: "Local Guide",
testimonial: "The Applied Pilates studio is a fantastic addition, and the professional management here is superb. It's truly helped resolve my niggling aches and pains!",
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
imageAlt: "Gus defransz",
},
id: "2", name: "Gus defransz", role: "Local Guide", testimonial: "The Applied Pilates studio is a fantastic addition, and the professional management here is superb. It's truly helped resolve my niggling aches and pains!", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", imageAlt: "Gus defransz"},
{
id: "3",
name: "Teejay Sogunro",
role: "Business Owner",
testimonial: "This centre provides a professional and supportive environment perfect for businesses like ours, offering excellent services like physiotherapy and sports therapy within easy reach.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg",
imageAlt: "Teejay Sogunro",
},
id: "3", name: "Teejay Sogunro", role: "Business Owner", testimonial: "This centre provides a professional and supportive environment perfect for businesses like ours, offering excellent services like physiotherapy and sports therapy within easy reach.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "Teejay Sogunro"},
{
id: "4",
name: "Nzewuihe Chigoziri",
role: "Local Guide",
testimonial: "It's a fantastic learning experience and a supportive environment for growth.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-kimono_23-2149456466.jpg",
imageAlt: "Nzewuihe Chigoziri",
},
id: "4", name: "Nzewuihe Chigoziri", role: "Local Guide", testimonial: "It's a fantastic learning experience and a supportive environment for growth.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-kimono_23-2149456466.jpg", imageAlt: "Nzewuihe Chigoziri"},
{
id: "5",
name: "Sarah Chen",
role: "Startup Founder",
testimonial: "An exceptional business hub with modern facilities and a welcoming atmosphere. Highly recommend for any growing enterprise.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
imageAlt: "Sarah Chen",
},
id: "5", name: "Sarah Chen", role: "Startup Founder", testimonial: "An exceptional business hub with modern facilities and a welcoming atmosphere. Highly recommend for any growing enterprise.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "Sarah Chen"},
]}
title="What Our Clients Say"
description="Hear directly from businesses thriving in our community and experience the difference."
@@ -227,22 +148,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "1",
value: "10+",
description: "Years of Excellence",
},
id: "1", value: "10+", description: "Years of Excellence"},
{
id: "2",
value: "100+",
description: "Happy Businesses",
},
id: "2", value: "100+", description: "Happy Businesses"},
{
id: "3",
value: "50+",
description: "Flexible Office Spaces",
},
id: "3", value: "50+", description: "Flexible Office Spaces"},
]}
title="Our Impact & Growth"
description="Key figures that highlight our commitment to fostering successful businesses in Hertfordshire."
@@ -254,15 +167,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Local Startups",
"Regional Businesses",
"Creative Agencies",
"Tech Innovators",
"Consulting Firms",
"Service Providers",
"Freelancers",
"Growth Companies",
]}
"Local Startups", "Regional Businesses", "Creative Agencies", "Tech Innovators", "Consulting Firms", "Service Providers", "Freelancers", "Growth Companies"]}
title="Our Valued Community"
description="A hub for diverse and growing businesses from various industries."
/>
@@ -274,20 +179,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What types of office spaces do you offer?",
content: "We offer a variety of options including private serviced offices, dedicated desks in co-working areas, and flexible hot-desking solutions to suit different business sizes and needs.",
},
id: "1", title: "What types of office spaces do you offer?", content: "We offer a variety of options including private serviced offices, dedicated desks in co-working areas, and flexible hot-desking solutions to suit different business sizes and needs."},
{
id: "2",
title: "What amenities are included with office rental?",
content: "Our offices come with high-speed internet, meeting room access, kitchen facilities, reception services, 24/7 access, and utility bills included for a hassle-free experience.",
},
id: "2", title: "What amenities are included with office rental?", content: "Our offices come with high-speed internet, meeting room access, kitchen facilities, reception services, 24/7 access, and utility bills included for a hassle-free experience."},
{
id: "3",
title: "Is parking available at the business centre?",
content: "Yes, ample on-site parking is available for both tenants and visitors, ensuring convenient access to the Hertfordshire Business Centre.",
},
id: "3", title: "Is parking available at the business centre?", content: "Yes, ample on-site parking is available for both tenants and visitors, ensuring convenient access to the Hertfordshire Business Centre."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common inquiries about our services, facilities, and how we can support your business."
@@ -299,8 +195,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Find Your Perfect Office Space"
description="Visit us at Hertfordshire Business Centre, Alexander Rd, London Colney, St Albans AL2 1JG, or send an inquiry to discuss your business needs."
@@ -320,19 +215,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "#",
ariaLabel: "LinkedIn",
},
href: "#", ariaLabel: "LinkedIn"},
]}
/>
</div>