From 914ac882e168d1c412554957b70d36e6b4a78aca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:08:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 432f01c..89a2349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { 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" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1977.jpg?_wi=1" 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" }, @@ -67,7 +67,7 @@ export default function LandingPage() { 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" + imageSrc="http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -79,8 +79,8 @@ export default function LandingPage() { 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", 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: "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", imageAlt: "View of modern and futuristic work space with furniture" }, ]} title="Why Choose Thrive?" -- 2.49.1