From b9ea943b29f770acc56d96b417d27a44b4e09906 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:27:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 +++++++++++++---------------------------------- 1 file changed, 32 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7547ddc..d2a738a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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: "#" }, ]} /> @@ -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() {
@@ -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: "#" }] }, ]} /> -- 2.49.1