From 4f1e70685319b4875ae725b5d6a8a0736b360b5a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:52:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 814c68c..9d901e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,122 +30,44 @@ export default function LandingPage() {
@@ -155,14 +77,9 @@ export default function LandingPage() { useInvertedBackground={false} title="A Downtown Landmark" description={[ - "Leadership Square serves as a premier hub for business and fine dining in the heart of Oklahoma City. With 24/7 access, our landmark facility provides an environment where innovation and professional excellence thrive.", - ]} - buttons={[ - { - text: "Leasing Inquiry", - href: "#contact", - }, + "Leadership Square serves as a premier hub for business and fine dining in the heart of Oklahoma City. With 24/7 access, our landmark facility provides an environment where innovation and professional excellence thrive." ]} + buttons={[{ text: "Leasing Inquiry", href: "#contact" }]} /> @@ -173,31 +90,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} features={[ - { - title: "City Bites", - description: "Famous gourmet sandwiches and salads.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg", - }, - { - title: "The Cow", - description: "Hand-crafted burgers and quality shakes.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", - }, - { - title: "Daily Grind", - description: "Artisan coffee and morning pastries.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg", - }, - { - title: "Urban Bowl", - description: "Fresh, healthy grain bowls for the busy professional.", - imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg", - }, - { - title: "OKC Sushi", - description: "Premium rolls and fresh sashimi for lunch.", - imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg", - }, + { title: "City Bites", description: "Famous gourmet sandwiches and salads.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg" }, + { title: "The Cow", description: "Hand-crafted burgers and quality shakes.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg" }, + { title: "Daily Grind", description: "Artisan coffee and morning pastries.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg" }, + { title: "Urban Bowl", description: "Fresh, healthy grain bowls for the busy professional.", imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg" }, + { title: "OKC Sushi", description: "Premium rolls and fresh sashimi for lunch.", imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg" } ]} title="Popular Food Court" description="Experience local flavors with our curated selection of top-tier restaurants and eateries located on our ground floor." @@ -211,51 +108,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "suite-1", - brand: "Level 5", - name: "Executive Suite", - price: "Contact for pricing", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg", - }, - { - id: "suite-2", - brand: "Level 8", - name: "Co-Working Hub", - price: "Contact for pricing", - rating: 4, - reviewCount: "22", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg", - }, - { - id: "suite-3", - brand: "Level 12", - name: "Penthouse Suite", - price: "Contact for pricing", - rating: 5, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797620.jpg", - }, - { - id: "suite-4", - brand: "Level 2", - name: "Creative Studio", - price: "Contact for pricing", - rating: 4, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg", - }, - { - id: "suite-5", - brand: "Level 6", - name: "Small Biz Office", - price: "Contact for pricing", - rating: 4, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", - }, + { id: "suite-1", brand: "Level 5", name: "Executive Suite", price: "Contact for pricing", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg" }, + { id: "suite-2", brand: "Level 8", name: "Co-Working Hub", price: "Contact for pricing", rating: 4, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg" }, + { id: "suite-3", brand: "Level 12", name: "Penthouse Suite", price: "Contact for pricing", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797620.jpg" }, + { id: "suite-4", brand: "Level 2", name: "Creative Studio", price: "Contact for pricing", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg" }, + { id: "suite-5", brand: "Level 6", name: "Small Biz Office", price: "Contact for pricing", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg" } ]} title="Corporate Office Spaces" description="Premium office layouts available for diverse business needs with unparalleled access." @@ -267,21 +124,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Opening Hours", - content: "Leadership Square is open 24 hours a day, 7 days a week.", - }, - { - id: "q2", - title: "Location", - content: "211 N Robinson Ave, Oklahoma City, OK 73102.", - }, - { - id: "q3", - title: "Contact", - content: "Give us a call at (405) 235-6060 for any inquiries.", - }, + { id: "q1", title: "Opening Hours", content: "Leadership Square is open 24 hours a day, 7 days a week." }, + { id: "q2", title: "Location", content: "211 N Robinson Ave, Oklahoma City, OK 73102." }, + { id: "q3", title: "Contact", content: "Give us a call at (405) 235-6060 for any inquiries." } ]} imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-interior-with-mountain-view-wood-light_169016-70841.jpg" mediaAnimation="slide-up" @@ -297,41 +142,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Jenkins", - handle: "@sarahj", - testimonial: "Incredible location for lunch and business.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", - }, - { - id: "2", - name: "Mike Davis", - handle: "@miked", - testimonial: "Clean facilities and very professional atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", - }, - { - id: "3", - name: "Emily Chen", - handle: "@emilyc", - testimonial: "The best burger spot in OKC right in the lobby.", - imageSrc: "http://img.b2bpic.net/free-photo/male-executive-working-environment_1098-1436.jpg", - }, - { - id: "4", - name: "David Kim", - handle: "@davidk", - testimonial: "Excellent service and convenient 24/7 access.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-african-female-student-with-short-hairstyle-holding-thumb-up-after-passing-exams-portrait-happy-black-woman-gray-t-shirt-having-fun-office-while-her-colleagues-working-project_197531-3790.jpg", - }, - { - id: "5", - name: "Jessica Low", - handle: "@jlow", - testimonial: "Beautiful building, very impressed every visit.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-going-work-with-coffee_158595-4700.jpg", - }, + { id: "1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Incredible location for lunch and business.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" }, + { id: "2", name: "Mike Davis", handle: "@miked", testimonial: "Clean facilities and very professional atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg" }, + { id: "3", name: "Emily Chen", handle: "@emilyc", testimonial: "The best burger spot in OKC right in the lobby.", imageSrc: "http://img.b2bpic.net/free-photo/male-executive-working-environment_1098-1436.jpg" }, + { id: "4", name: "David Kim", handle: "@davidk", testimonial: "Excellent service and convenient 24/7 access.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-african-female-student-with-short-hairstyle-holding-thumb-up-after-passing-exams-portrait-happy-black-woman-gray-t-shirt-having-fun-office-while-her-colleagues-working-project_197531-3790.jpg" }, + { id: "5", name: "Jessica Low", handle: "@jlow", testimonial: "Beautiful building, very impressed every visit.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-going-work-with-coffee_158595-4700.jpg" } ]} title="4.5 Star Destination" description="Loved by the OKC business community." @@ -341,30 +156,17 @@ export default function LandingPage() {