|
|
|
|
@@ -43,6 +43,9 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardTestimonial
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{
|
|
|
|
|
variant: "gradient-bars"}}
|
|
|
|
|
title="The All In One Solution Has Arrived. Excellence Delivered."
|
|
|
|
|
@@ -98,7 +101,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="results-metrics" data-section="results-metrics">
|
|
|
|
|
<MetricCardTwo
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="depth-3d"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -117,7 +120,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="features-steps" data-section="features-steps">
|
|
|
|
|
<FeatureCardTwelve
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
@@ -141,6 +144,8 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="socialProof" data-section="socialProof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
tagAnimation="blur-reveal"
|
|
|
|
|
buttonAnimation="blur-reveal"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Trusted By Industry Leaders"
|
|
|
|
|
@@ -152,14 +157,15 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact-home" data-section="contact-home">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
className="py-24 bg-[rgba(10,37,64,0.95)]"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
className="py-24 bg-[rgba(2,6,23,0.95)]"
|
|
|
|
|
containerClassName="px-8 lg:px-16"
|
|
|
|
|
titleClassName="text-white font-semibold tracking-tight"
|
|
|
|
|
descriptionClassName="text-blue-100/80"
|
|
|
|
|
formCardClassName="bg-white/5 backdrop-blur-md border border-white/10 shadow-2xl"
|
|
|
|
|
titleClassName="text-white font-semibold tracking-tight text-4xl"
|
|
|
|
|
descriptionClassName="text-blue-200/80 text-lg"
|
|
|
|
|
formCardClassName="bg-slate-900/40 backdrop-blur-xl border border-blue-500/30 shadow-[0_0_50px_-12px_rgba(59,130,246,0.3)]"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="Begin Your Sustainable Transformation"
|
|
|
|
|
description="Consult with our team to start your pilot program today."
|
|
|
|
|
title="Consulting for a Carbon-Neutral Future"
|
|
|
|
|
description="Partner with us to engineer a more profitable and compliant industrial legacy."
|
|
|
|
|
inputs={[
|
|
|
|
|
{
|
|
|
|
|
name: "name", type: "text", placeholder: "Full Name", required: true,
|
|
|
|
|
@@ -172,36 +178,39 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textarea={{
|
|
|
|
|
name: "help", placeholder: "How can we help?"}}
|
|
|
|
|
name: "help", placeholder: "Describe your current operational fleet requirements..."}}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417059.jpg?_wi=2"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBase
|
|
|
|
|
className="py-16 bg-[#0a2540] border-t border-white/10"
|
|
|
|
|
className="py-16 bg-[#020617] border-t border-blue-500/20 text-blue-100"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
title: "Corporate", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About Us", href: "/about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Contact", href: "/contact"},
|
|
|
|
|
label: "Contact Consult", href: "/contact"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Solutions", items: [
|
|
|
|
|
title: "Engineered Solutions", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Rail & Locomotive", href: "/solutions"},
|
|
|
|
|
{
|
|
|
|
|
label: "Marine & HFO", href: "/solutions"},
|
|
|
|
|
{
|
|
|
|
|
label: "Compliance Reporting", href: "/compliance"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
logoText="THE NOXFATHER"
|
|
|
|
|
copyrightText="© 2025 | The NOxfather Inc. Global Consulting Emissions Division."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|