Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9f866edf8 | |||
| 9378d920f9 | |||
| ac4143057d |
@@ -152,14 +152,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact-home" data-section="contact-home">
|
<div id="contact-home" data-section="contact-home">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
className="py-24 bg-[rgba(10,37,64,0.95)]"
|
className="py-24 bg-[rgba(2,6,23,0.95)]"
|
||||||
containerClassName="px-8 lg:px-16"
|
containerClassName="px-8 lg:px-16"
|
||||||
titleClassName="text-white font-semibold tracking-tight"
|
titleClassName="text-white font-semibold tracking-tight text-4xl"
|
||||||
descriptionClassName="text-blue-100/80"
|
descriptionClassName="text-blue-200/80 text-lg"
|
||||||
formCardClassName="bg-white/5 backdrop-blur-md border border-white/10 shadow-2xl"
|
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}
|
useInvertedBackground={true}
|
||||||
title="Begin Your Sustainable Transformation"
|
title="Consulting for a Carbon-Neutral Future"
|
||||||
description="Consult with our team to start your pilot program today."
|
description="Partner with us to engineer a more profitable and compliant industrial legacy."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||||
@@ -172,33 +172,36 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hard-drive-components-blue-light_23-2149417059.jpg?_wi=2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<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={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Corporate", items: [
|
||||||
{
|
{
|
||||||
label: "About Us", href: "/about"},
|
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: "Rail & Locomotive", href: "/solutions"},
|
||||||
{
|
{
|
||||||
label: "Marine & HFO", href: "/solutions"},
|
label: "Marine & HFO", href: "/solutions"},
|
||||||
|
{
|
||||||
|
label: "Compliance Reporting", href: "/compliance"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="THE NOXFATHER"
|
logoText="THE NOXFATHER"
|
||||||
|
copyrightText="© 2025 | The NOxfather Inc. Global Consulting Emissions Division."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a2540;
|
--background: #050a12;
|
||||||
--card: #0f2d4a;
|
--card: #0a1525;
|
||||||
--foreground: #ffffff;
|
--foreground: #f8fafc;
|
||||||
--primary-cta: #1e90ff;
|
--primary-cta: #3b82f6;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1e40af;
|
||||||
--secondary-cta-text: #0a2540;
|
--secondary-cta-text: #0a2540;
|
||||||
--accent: #1e90ff;
|
--accent: #60a5fa;
|
||||||
--background-accent: #0e1a29;
|
--background-accent: #0f172a;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user