Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed25482da9 | |||
| 9ed787ec3f | |||
| bb89b6a53d | |||
| 15e06b1c00 | |||
| f84bfc954a | |||
| 3de45a0c97 |
@@ -46,37 +46,44 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
title="Turning Chaos Into Strategy, Structure & Success"
|
title="Turning Chaos Into Strategy, Structure & Success"
|
||||||
description="Boutique project management service for commercial, residential, and tech developments. We bring clarity and disciplined control to complex projects."
|
description="⚜️ Boutique Project Management & Advisory. We step in to bring structure, clarity & control to complex projects, from early planning through to final delivery. Turning chaos into strategy, structure & success."
|
||||||
testimonials={[
|
testimonials={[]}
|
||||||
{ name: "Managing Director", handle: "@ConstructionCo", testimonial: "The Opportunists brought essential stability to our complex commercial development.", rating: 5 },
|
|
||||||
{ name: "Project Lead", handle: "@TechDevelop", testimonial: "Clarity where there was once fragmentation. Unmatched precision.", rating: 5 }
|
|
||||||
]}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png?_wi=2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
title="Restoring Control to Complexity"
|
title="Boutique Project Management & Advisory"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureBorderGlow
|
<FeatureBorderGlow
|
||||||
title="Specialized Advisory Services"
|
title="Restoring Control"
|
||||||
description="Comprehensive management solutions tailored to stabilize and elevate your project lifecycle."
|
description="We support when programs are slipping, coordination is fragmented, stakeholders aren't aligned, or control is weakening."
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ icon: Briefcase, title: "Project Management", description: "End-to-end oversight ensuring projects meet their intended milestones." },
|
{ icon: Briefcase, title: "PM & Contract Admin", description: "Disciplined project and contract administration with clear delivery pathways." },
|
||||||
{ icon: Target, title: "Strategic Advisory", description: "Aligning business objectives with technical delivery realities." },
|
{ icon: Target, title: "Strategic Advisory", description: "Realigning delivery for complex construction, aviation, and maritime projects." },
|
||||||
{ icon: TrendingUp, title: "Contract Administration ", description: "Stabilizing drifting projects and bringing programs back on track." }
|
{ icon: TrendingUp, title: "Recovery Support", description: "When projects drift, we step in to coordinate stakeholders and site management for accountable outcomes." }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="social-proof" data-section="social-proof">
|
||||||
|
<SocialProofOne
|
||||||
|
names={["Construction", "Aviation", "Maritime", "Tech Developments", "Residential", "Commercial"]}
|
||||||
|
title="Specialized Sectors"
|
||||||
|
description="Delivering excellence across diverse high-stakes development landscapes."
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -86,20 +93,10 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "100%", title: "Accountability", description: "Structured project outcomes", icon: CheckCircle },
|
{ id: "m1", value: "100%", title: "Accountability", description: "Structured project outcomes", icon: CheckCircle },
|
||||||
{ id: "m2", value: "Stabilized", title: "Delivery", description: "Realigned project pathways", icon: Zap },
|
{ id: "m2", value: "Stabilized", title: "Delivery", description: "Realigned project pathways", icon: Zap },
|
||||||
{ id: "m3", value: "Disciplined", title: "Admin", description: "Strict contract control", icon: Shield },
|
{ id: "m3", value: "Disciplined", title: "Control", description: "Scope, cost, and risk management", icon: Shield },
|
||||||
]}
|
]}
|
||||||
title="Proven Delivery Pathways"
|
title="Our Focus"
|
||||||
description="Disciplined frameworks applied to every phase of the project lifecycle."
|
description="Helping projects operate more efficiently, reduce delivery risk, and maintain control across scope, timelines, and execution."
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
|
||||||
<SocialProofOne
|
|
||||||
names={["Commercial Construction", "Residential Development", "Tech Infrastructure", "Urban Masterplanning", "Public Works"]}
|
|
||||||
title="Sectors We Support"
|
|
||||||
description="Delivering excellence across diverse high-stakes development landscapes."
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,13 +105,13 @@ export default function LandingPage() {
|
|||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Partners in Delivery"
|
title="Our Mission"
|
||||||
description="What our clients say about our stabilizing influence."
|
description="To turn complexity into controlled execution."
|
||||||
testimonials={[]}
|
testimonials={[]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{ value: "95%", label: "Retention Rate" },
|
{ value: "Clarity", label: "In Strategy" },
|
||||||
{ value: "12+", label: "Complex Projects" },
|
{ value: "Control", label: "In Execution" },
|
||||||
{ value: "5/5", label: "Client Rating" }
|
{ value: "Success", label: "In Outcomes" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,18 +120,19 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "When should we bring you in?", content: "Ideally during early planning, or when a project begins to drift." },
|
{ id: "f1", title: "When do we step in?", content: "When programs are slipping, coordination is fragmented, or when you need structured, accountable outcomes." },
|
||||||
{ id: "f2", title: "What industries do you serve?", content: "Construction, development, and tech infrastructure projects." }
|
{ id: "f2", title: "What is our approach?", content: "We restore clear delivery pathways, disciplined administration, and coordinated stakeholder management." }
|
||||||
]}
|
]}
|
||||||
sideTitle="Expert Advisory Support"
|
sideTitle="Ready for Stabilization?"
|
||||||
|
sideDescription="If your project needs direction, coordination, or recovery support, we can step in and stabilize delivery."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Let's Stabilize"
|
tag="The Opportunists"
|
||||||
title="Start Your Project Stabilization"
|
title="Start Your Project Recovery"
|
||||||
description="If your project needs direction, coordination, or recovery support, we can step in and stabilize delivery."
|
description="If your project needs direction, coordination, or recovery support, we can step in and stabilize delivery."
|
||||||
buttons={[{ text: "Connect with Us", href: "mailto:info@theopportunists.com" }]}
|
buttons={[{ text: "Connect with Us", href: "mailto:info@theopportunists.com" }]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -145,11 +143,11 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Services", items: [{ label: "Project Management" }, { label: "Contract Admin" }] },
|
{ title: "Services", items: [{ label: "Project Management" }, { label: "Contract Admin" }, { label: "Strategic Advisory" }] },
|
||||||
{ title: "Company", items: [{ label: "About Us" }, { label: "Contact" }] }
|
{ title: "Company", items: [{ label: "About Us" }, { label: "Contact" }] }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 The Opportunists. All rights reserved."
|
bottomLeftText="© 2025 The Opportunists. All rights reserved."
|
||||||
bottomRightText="Luxury Project Advisory Services"
|
bottomRightText="Boutique Project Management & Advisory"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user