diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 05c70a0..5b8bdfb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() {
@@ -56,18 +42,9 @@ export default function LandingPage() { title="About Thrive Professional Center" description="Thrive Professional Center was created to provide affordable, professional office space for local businesses in Charles Town. Our mission is simple: give entrepreneurs a place to work, grow, and succeed without unnecessary overhead." metrics={[ - { - value: "Local", - title: "Business Focused", - }, - { - value: "Affordable", - title: "Professional", - }, - { - value: "Quiet", - title: "Environment", - }, + { value: "Local", title: "Business Focused" }, + { value: "Affordable", title: "Professional" }, + { value: "Quiet", title: "Environment" }, ]} imageSrc="http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1565.jpg" mediaAnimation="slide-up" @@ -81,27 +58,16 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Common inquiries about our professional office center." + faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "Is the facility secure?", - content: "Yes, we offer 24/7 secure access and building monitoring.", - }, + id: "q1", title: "Is the facility secure?", content: "Yes, we offer 24/7 secure access and building monitoring."}, { - id: "q2", - title: "Are utilities included?", - content: "Yes, all standard utilities are included in the lease.", - }, + id: "q2", title: "Are utilities included?", content: "Yes, all standard utilities are included in the lease."}, { - id: "q3", - title: "What are the lease terms?", - content: "We offer flexible leasing options to support your business growth.", - }, + id: "q3", title: "What are the lease terms?", content: "We offer flexible leasing options to support your business growth."}, { - id: "q4", - title: "Is there parking?", - content: "Yes, we provide ample on-site parking for tenants and guests.", - }, + id: "q4", title: "Is there parking?", content: "Yes, we provide ample on-site parking for tenants and guests."}, ]} /> @@ -111,37 +77,17 @@ export default function LandingPage() { logoText="Thrive Professional Center" columns={[ { - title: "Quick Links", - items: [ - { - label: "Home", - href: "/", - }, - { - label: "Available Spaces", - href: "/spaces", - }, - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + title: "Quick Links", items: [ + { label: "Home", href: "/" }, + { label: "Available Spaces", href: "/spaces" }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Contact", - items: [ - { - label: "(304) 885-8621", - href: "tel:3048858621", - }, - { - label: "303 W Washington St, Charles Town, WV", - href: "#", - }, + title: "Contact", items: [ + { label: "(304) 885-8621", href: "tel:3048858621" }, + { label: "303 W Washington St, Charles Town, WV", href: "#" }, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index bdabb02..8905415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,28 +28,14 @@ export default function LandingPage() { @@ -58,74 +44,20 @@ export default function LandingPage() { title="Flexible Office Space in Charles Town" description="Private, professional suites built for entrepreneurs, small businesses, and growing teams." testimonials={[ - { - name: "Alex R.", - handle: "Small Business Owner", - testimonial: "Great offices for rent.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", - }, - { - name: "Jamie L.", - handle: "Entrepreneur", - testimonial: "The space was amazing, with two rooms, a small kitchen, and a private bathroom.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", - }, - { - name: "Morgan S.", - handle: "Creative Consultant", - testimonial: "Great place and people! 5 stars well deserved!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-cloth-designer-with-laptop_1163-2042.jpg", - }, - { - name: "Jordan P.", - handle: "Remote Pro", - testimonial: "Very professional and quiet environment.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", - }, - { - name: "Taylor K.", - handle: "Startup Founder", - testimonial: "Best office location in Charles Town.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", - }, + { name: "Alex R.", handle: "Small Business Owner", testimonial: "Great offices for rent.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg" }, + { name: "Jamie L.", handle: "Entrepreneur", testimonial: "The space was amazing, with two rooms, a small kitchen, and a private bathroom.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg" }, + { name: "Morgan S.", handle: "Creative Consultant", testimonial: "Great place and people! 5 stars well deserved!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-cloth-designer-with-laptop_1163-2042.jpg" }, + { name: "Jordan P.", handle: "Remote Pro", testimonial: "Very professional and quiet environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg" }, + { name: "Taylor K.", handle: "Startup Founder", testimonial: "Best office location in Charles Town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg" }, ]} - buttons={[ - { - text: "Schedule a Tour", - href: "/contact", - }, - { - text: "Call (304) 885-8621", - href: "tel:3048858621", - }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg?_wi=1" + buttons={[{ text: "Schedule a Tour", href: "/contact" }, { text: "Call (304) 885-8621", href: "tel:3048858621" }]} + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-suit-white-shirt-dark-photo-studio_613910-14922.jpg", - alt: "Portrait of handsome intellegent man", - }, - { - src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", - alt: "young businessman happy expression", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", - alt: "Portrait of handsome bearded stylish male", - }, - { - src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", - alt: "Young attractive emotional girl in business", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", - alt: "Portrait of a successful businesswoman", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-suit-white-shirt-dark-photo-studio_613910-14922.jpg", alt: "Portrait of handsome intellegent man" }, + { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", alt: "young businessman happy expression" }, + { src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", alt: "Portrait of handsome bearded stylish male" }, + { src: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", alt: "Young attractive emotional girl in business" }, + { src: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", alt: "Portrait of a successful businesswoman" }, ]} /> @@ -135,21 +67,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Clean, Modern Professional Spaces" description="At Thrive Professional Center, we offer clean, modern office spaces designed to help you focus, grow, and succeed. Located in the heart of Charles Town, our suites provide the perfect balance of privacy and accessibility." - metrics={[ - { - value: "24/7", - title: "Access", - }, - { - value: "Private", - title: "Offices", - }, - { - value: "Flexible", - title: "Leasing", - }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=1" + metrics={[{ value: "24/7", title: "Access" }, { value: "Private", title: "Offices" }, { value: "Flexible", title: "Leasing" }]} + imageSrc="http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -160,38 +79,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - tag: "Convenience", - title: "24/7 Access", - subtitle: "Work on your terms.", - description: "Always-open facility for maximum flexibility.", - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797732.jpg", - imageAlt: "View of modern and futuristic work space with furniture", - }, - { - tag: "Privacy", - title: "Private Offices", - subtitle: "Focus deeply.", - description: "Dedicated quiet spaces for your business.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg?_wi=2", - imageAlt: "View of modern and futuristic work space with furniture", - }, - { - tag: "Amenities", - title: "Kitchenette Access", - subtitle: "Take a break.", - description: "Modern kitchen space for snacks and coffee.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=2", - imageAlt: "View of modern and futuristic work space with furniture", - }, - { - tag: "Parking", - title: "On-Site Parking", - subtitle: "Easy arrival.", - description: "Ample parking for you and your guests.", - imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg?_wi=1", - imageAlt: "View of modern and futuristic work space with furniture", - }, + { tag: "Convenience", title: "24/7 Access", subtitle: "Work on your terms.", description: "Always-open facility for maximum flexibility.", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797732.jpg", imageAlt: "View of modern and futuristic work space with furniture" }, + { tag: "Privacy", title: "Private Offices", subtitle: "Focus deeply.", description: "Dedicated quiet spaces for your business.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg", imageAlt: "View of modern and futuristic work space with furniture" }, + { tag: "Amenities", title: "Kitchenette Access", subtitle: "Take a break.", description: "Modern kitchen space for snacks and coffee.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg", imageAlt: "View of modern and futuristic work space with furniture" }, + { tag: "Parking", title: "On-Site Parking", subtitle: "Easy arrival.", description: "Ample parking for you and your guests.", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg", imageAlt: "View of modern and futuristic work space with furniture" }, ]} title="Why Choose Thrive?" description="Professional environment designed for productivity and growth." @@ -202,6 +93,12 @@ export default function LandingPage() {