From a34e8858372ba5eb5d3e5c4f7db090bd374565c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 21:04:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 220 +++++++++-------------------------------------- 1 file changed, 41 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89e64cb..a10a8fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,92 +29,43 @@ export default function LandingPage() {
@@ -124,9 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Dedicated to Tulsa's Urban Growth" description={[ - "Founded with a vision to enhance Tulsa’s urban landscape, we provide bespoke consulting services that bridge the gap between planning and implementation.", - "Our team combines deep local knowledge with global industry best practices to ensure sustainable, profitable outcomes for every urban development project.", - ]} + "Founded with a vision to enhance Tulsa’s urban landscape, we provide bespoke consulting services that bridge the gap between planning and implementation.", "Our team combines deep local knowledge with global industry best practices to ensure sustainable, profitable outcomes for every urban development project."]} /> @@ -136,27 +85,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Urban Revitalization", - description: "Revive neglected zones into vibrant community assets with strategic investment planning.", - tag: "Strategy", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904326.jpg", - }, - { - id: "f2", - title: "Real Estate Advisory", - description: "Expert guidance on site acquisition, market analysis, and development potential in Tulsa.", - tag: "Advisory", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-as-professional-architect_482257-8100.jpg", - }, - { - id: "f3", - title: "Infrastructure Development", - description: "Optimize infrastructure planning to support long-term urban efficiency and growth.", - tag: "Planning", - imageSrc: "http://img.b2bpic.net/free-photo/team-construction-architects-work-tablet-office_482257-8106.jpg", - }, + { id: "f1", title: "Urban Revitalization", description: "Revive neglected zones into vibrant community assets with strategic investment planning.", tag: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904326.jpg" }, + { id: "f2", title: "Real Estate Advisory", description: "Expert guidance on site acquisition, market analysis, and development potential in Tulsa.", tag: "Advisory", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-as-professional-architect_482257-8100.jpg" }, + { id: "f3", title: "Infrastructure Development", description: "Optimize infrastructure planning to support long-term urban efficiency and growth.", tag: "Planning", imageSrc: "http://img.b2bpic.net/free-photo/team-construction-architects-work-tablet-office_482257-8106.jpg" }, ]} title="Comprehensive Consulting Services" description="We help developers, local businesses, and government entities navigate the complexities of urban development in Tulsa." @@ -170,21 +101,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "$500M+", - description: "Investment Facilitated", - }, - { - id: "m2", - value: "2.5M sqft", - description: "Development Managed", - }, - { - id: "m3", - value: "120+", - description: "Stakeholders Engaged", - }, + { id: "m1", value: "$500M+", description: "Investment Facilitated" }, + { id: "m2", value: "2.5M sqft", description: "Development Managed" }, + { id: "m3", value: "120+", description: "Stakeholders Engaged" }, ]} title="Measuring Our Impact" description="Data-driven results ensuring every client project achieves its peak potential." @@ -193,49 +112,15 @@ export default function LandingPage() {