Update src/app/page.tsx
This commit is contained in:
@@ -14,15 +14,15 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
sizing="mediumSmall"
|
||||
background="blurBottom"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="INDEPENDENT. FLEXIBLE. PERSONAL."
|
||||
description={[
|
||||
"We're not a chain. We're private landlords who care about the people in our building. If you need something, we pick up the phone."]}
|
||||
"We're not a chain. We're private landlords who care about the people in our building. If you need something, we pick up the phone." ]}
|
||||
showBorder={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,16 +115,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "OFFICES TO RENT", description: "Flexible private offices tailored for individuals and small teams. Ready to move in.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-using-her-phone_23-2147601413.jpg", imageAlt: "Modern private office interior", button: {
|
||||
text: "Find out more", href: "#"},
|
||||
},
|
||||
text: "Find out more", href: "#"}},
|
||||
{
|
||||
title: "MEETING ROOM", description: "Professional, fully equipped meeting space available by the hour or day.", imageSrc: "http://img.b2bpic.net/free-photo/business-executive-applauding-video-conference_1170-1921.jpg", imageAlt: "Stylish meeting room with large screen", button: {
|
||||
text: "Find out more", href: "#"},
|
||||
},
|
||||
text: "Find out more", href: "#"}},
|
||||
{
|
||||
title: "VIRTUAL OFFICE", description: "Establish a credible St Albans presence with our virtual address services.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-cashier-store_482257-79308.jpg", imageAlt: "Professional business mailbox and reception", button: {
|
||||
text: "Find out more", href: "#"},
|
||||
},
|
||||
text: "Find out more", href: "#"}},
|
||||
]}
|
||||
title="THE SPACES"
|
||||
description="Discover our range of flexible workspace solutions designed to suit your needs."
|
||||
@@ -139,16 +136,13 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "hot-desk", badge: "Flexi-Desk", price: "£75 / week", subtitle: "Great for individuals", features: [
|
||||
"Access to shared workspace", "Superfast broadband", "All bills included", "Flexible daily rates"],
|
||||
},
|
||||
"Access to shared workspace", "Superfast broadband", "All bills included", "Flexible daily rates"]},
|
||||
{
|
||||
id: "private-office", badge: "Dedicated Space", price: "From £300 / week", subtitle: "Ideal for growing teams", features: [
|
||||
"Private, lockable office", "Superfast broadband", "All bills included", "Furnished workspace", "Flexible monthly terms"],
|
||||
},
|
||||
"Private, lockable office", "Superfast broadband", "All bills included", "Furnished workspace", "Flexible monthly terms"]},
|
||||
{
|
||||
id: "virtual-office-plan", badge: "Business Address", price: "From £35 / month", subtitle: "Professional local presence", features: [
|
||||
"Prestigious St Albans address", "Mail handling & forwarding", "Dedicated phone number (optional)", "Professional image"],
|
||||
},
|
||||
"Prestigious St Albans address", "Mail handling & forwarding", "Dedicated phone number (optional)", "Professional image"]},
|
||||
]}
|
||||
title="CLEAR, INCLUSIVE PRICING."
|
||||
description="Choose the perfect workspace solution for your business. Our flexible terms mean you only pay for what you need."
|
||||
@@ -185,7 +179,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling_1187-3402.jpg", imageAlt: "David Lee, enjoying the coworking"},
|
||||
{
|
||||
id: "5", name: "Jessica A.", imageSrc: "http://img.b2bpic.net/free-photo/people-job-occupation-hobby-creativity-concept-picture-positive-red-haired-young-woman-creative-profession-wearing-apron-striped-top_273609-922.jpg", imageAlt: "Jessica Allen, recommending the office"},
|
||||
id: "5", name: "Jessica A.", imageSrc: "http://img.b2bpic.net/free-photo/people-job-occupation-hobby-creativity-concept-picture-positive-red-haired-young-woman-creative-profession-wearing-apron-striped-top_273609-922.jpg", alt: "Jessica Allen, recommending the office"},
|
||||
]}
|
||||
cardTitle="GOOD COMPANY."
|
||||
cardTag="Hear from our members"
|
||||
|
||||
Reference in New Issue
Block a user