4 Commits

Author SHA1 Message Date
bb89b6a53d Update src/app/page.tsx 2026-05-23 00:19:34 +00:00
15e06b1c00 Merge version_2 into main
Merge version_2 into main
2026-05-21 01:13:37 +00:00
f84bfc954a Merge version_2 into main
Merge version_2 into main
2026-05-21 01:10:27 +00:00
3de45a0c97 Merge version_2 into main
Merge version_2 into main
2026-05-21 01:09:59 +00:00

View File

@@ -46,33 +46,30 @@ export default function LandingPage() {
<HeroBillboardTestimonial
background={{ variant: "radial-gradient" }}
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."
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 }
]}
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={[]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png?_wi=2"
/>
</div>
<div id="about" data-section="about">
<TextAbout
title="Restoring Control to Complexity"
title="Boutique Project Management & Advisory Specialising in Construction, Aviation & Maritime Projects"
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
<FeatureBorderGlow
title="Specialized Advisory Services"
description="Comprehensive management solutions tailored to stabilize and elevate your project lifecycle."
title="Restoring Control"
description="We support when programs are slipping, coordination is fragmented, stakeholders aren't aligned, or control is weakening."
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ icon: Briefcase, title: "Project Management", description: "End-to-end oversight ensuring projects meet their intended milestones." },
{ icon: Target, title: "Strategic Advisory", description: "Aligning business objectives with technical delivery realities." },
{ icon: TrendingUp, title: "Contract Administration ", description: "Stabilizing drifting projects and bringing programs back on track." }
{ icon: Briefcase, title: "PM & Contract Admin", description: "Disciplined project and contract administration with clear delivery pathways." },
{ icon: Target, title: "Strategic Advisory", description: "Realigning delivery for complex construction, aviation, and maritime projects." },
{ icon: TrendingUp, title: "Recovery Support", description: "When projects drift, we step in to coordinate stakeholders and site management for accountable outcomes." }
]}
/>
</div>
@@ -86,17 +83,17 @@ export default function LandingPage() {
metrics={[
{ 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: "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"
description="Disciplined frameworks applied to every phase of the project lifecycle."
title="Our Focus"
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"
names={["Construction", "Aviation", "Maritime", "Tech Developments", "Residential", "Commercial"]}
title="Specialized Sectors"
description="Delivering excellence across diverse high-stakes development landscapes."
textboxLayout="default"
useInvertedBackground={false}
@@ -108,13 +105,13 @@ export default function LandingPage() {
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
title="Partners in Delivery"
description="What our clients say about our stabilizing influence."
title="Our Mission"
description="To turn complexity into controlled execution."
testimonials={[]}
kpiItems={[
{ value: "95%", label: "Retention Rate" },
{ value: "12+", label: "Complex Projects" },
{ value: "5/5", label: "Client Rating" }
{ value: "Clarity", label: "In Strategy" },
{ value: "Control", label: "In Execution" },
{ value: "Success", label: "In Outcomes" }
]}
/>
</div>
@@ -123,18 +120,19 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "When should we bring you in?", content: "Ideally during early planning, or when a project begins to drift." },
{ id: "f2", title: "What industries do you serve?", content: "Construction, development, and tech infrastructure projects." }
{ 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 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"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Let's Stabilize"
title="Start Your Project Stabilization"
tag="The Opportunists"
title="Start Your Project Recovery"
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" }]}
background={{ variant: "plain" }}
@@ -145,14 +143,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
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" }] }
]}
bottomLeftText="© 2024 The Opportunists. All rights reserved."
bottomRightText="Luxury Project Advisory Services"
bottomLeftText="© 2025 The Opportunists. All rights reserved."
bottomRightText="Boutique Project Management & Advisory"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}