Update src/app/page.tsx
This commit is contained in:
220
src/app/page.tsx
220
src/app/page.tsx
@@ -29,92 +29,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Urban Consultants"
|
||||
button={{ text: "Get Started" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Urban Excellence in Tulsa."
|
||||
description="The Urban Consultants of Tulsa provide strategic consulting to drive growth, revitalization, and success in our community. Partner with experts dedicated to our city's future."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Success Rate",
|
||||
},
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "200+", label: "Projects Completed" },
|
||||
{ value: "98%", label: "Client Success Rate" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-drinking-coffee-holding-laptop-working-strategy_482257-78092.jpg"
|
||||
imageAlt="Tulsa city urban consulting"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vacant-office-with-organized-technology_482257-119524.jpg",
|
||||
alt: "Consultant team member 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg",
|
||||
alt: "Consultant team member 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg",
|
||||
alt: "Consultant team member 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/company-managers-gathering-meeting-room-watching-project-presentation-computer-monitor-together-holding-paper-report-business-communication-teamwork-concept_74855-11622.jpg",
|
||||
alt: "Consultant team member 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg",
|
||||
alt: "Consultant team member 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/vacant-office-with-organized-technology_482257-119524.jpg", alt: "Consultant team member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/boardroom-office-space-with-desks-stationary-tools-used-everyday-executive-tasks-company-department-place-empty-startup-coworking-space-small-business-decorations_482257-70394.jpg", alt: "Consultant team member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg", alt: "Consultant team member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/company-managers-gathering-meeting-room-watching-project-presentation-computer-monitor-together-holding-paper-report-business-communication-teamwork-concept_74855-11622.jpg", alt: "Consultant team member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", alt: "Consultant team member 5" },
|
||||
]}
|
||||
avatarText="Join our network of industry experts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Development",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Urban Revitalization",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real Estate Advisory",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Infrastructure Growth",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tulsa Community Impact",
|
||||
},
|
||||
{ type: "text", text: "Sustainable Development" },
|
||||
{ type: "text", text: "Urban Revitalization" },
|
||||
{ type: "text", text: "Real Estate Advisory" },
|
||||
{ type: "text", text: "Infrastructure Growth" },
|
||||
{ type: "text", text: "Tulsa Community Impact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "CEO, Tulsa Realty",
|
||||
testimonial: "Their insight into Tulsa's urban market is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-celebrating-career-milestone_482257-121895.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Henderson",
|
||||
handle: "Developer",
|
||||
testimonial: "Professional, efficient, and deeply connected.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gesturing-with-hand-medium-shot_23-2148336960.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda Thompson",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Transformed our urban site project into a complete success story.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert West",
|
||||
handle: "Government Liaison",
|
||||
testimonial: "Exemplary commitment to community growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-sexy-cheerful-multiracial-family-having-tender-moments-blue-background-studio-multiethnic-models-hugging-embracing-each-otherlove-concept_158538-26965.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Principal Architect",
|
||||
testimonial: "Strategic thinkers who care about aesthetics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sharing-her-vision-discussing-about-concerns_482257-111933.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", handle: "CEO, Tulsa Realty", testimonial: "Their insight into Tulsa's urban market is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-celebrating-career-milestone_482257-121895.jpg" },
|
||||
{ id: "2", name: "James Henderson", handle: "Developer", testimonial: "Professional, efficient, and deeply connected.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-gesturing-with-hand-medium-shot_23-2148336960.jpg" },
|
||||
{ id: "3", name: "Linda Thompson", handle: "Business Owner", testimonial: "Transformed our urban site project into a complete success story.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg" },
|
||||
{ id: "4", name: "Robert West", handle: "Government Liaison", testimonial: "Exemplary commitment to community growth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-sexy-cheerful-multiracial-family-having-tender-moments-blue-background-studio-multiethnic-models-hugging-embracing-each-otherlove-concept_158538-26965.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", handle: "Principal Architect", testimonial: "Strategic thinkers who care about aesthetics.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sharing-her-vision-discussing-about-concerns_482257-111933.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Trusted by Industry Leaders"
|
||||
@@ -246,9 +131,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Get In Touch"
|
||||
title="Start Your Tulsa Project"
|
||||
description="Schedule a private consultation to discuss your vision for urban development."
|
||||
@@ -263,42 +146,21 @@ export default function LandingPage() {
|
||||
logoText="Urban Consultants"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Insights",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Case Studies",
|
||||
href: "#",
|
||||
},
|
||||
title: "Resources", items: [
|
||||
{ label: "Insights", href: "#" },
|
||||
{ label: "Case Studies", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Tulsa HQ",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Tulsa HQ", href: "#contact" },
|
||||
{ label: "Support", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user