5 Commits

Author SHA1 Message Date
f937bafabc Update src/app/legal/page.tsx 2026-05-02 07:46:56 +00:00
d96c84f41d Update src/app/legal/page.tsx 2026-05-02 07:46:30 +00:00
6a9cd2c9c5 Update src/app/pricing/page.tsx 2026-05-02 07:44:04 +00:00
bf0ca2dc59 Update src/app/page.tsx 2026-05-02 07:44:03 +00:00
640611243f Update src/app/legal/page.tsx 2026-05-02 07:44:02 +00:00
3 changed files with 33 additions and 82 deletions

View File

@@ -3,8 +3,8 @@
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import FooterBase from "@/components/sections/footer/FooterBase";
import LegalSection from "@/components/legal/LegalSection"; import LegalSection from "@/components/legal/LegalSection";
import FooterBase from "@/components/sections/footer/FooterBase";
export default function LegalPage() { export default function LegalPage() {
return ( return (
@@ -28,74 +28,46 @@ export default function LegalPage() {
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Legal", id: "legal" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Legal", id: "legal" },
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "/contact" }}
/> />
</div> </div>
<div id="legal" data-section="legal"> <div id="legal" data-section="legal">
<LegalSection <LegalSection
layout="page" layout="page"
title="Legal Disclosures & Terms" title="Legal Disclosures"
sections={[ subtitle="Operator information and service policies"
{ sections={[
heading: "Operator Information", {
content: { type: "paragraph", text: "Conflux Systems is operated by Conflux Digital Operations Ltd., registered in the state of Delaware." } heading: "Operator Information", content: { type: "paragraph", text: "Conflux Systems is operated by Conflux Systems Ltd. Registered office at 123 Automation Way, Tech City, TC 94105. For official correspondence, please contact us at contact@confluxsystems.com or +1 (555) 012-3456." }
}, },
{ {
heading: "Business Contact", heading: "Service Details", content: { type: "paragraph", text: "We provide enterprise-grade AI automation consulting, custom agent architecture, and systems integration services. All services are governed by our master service agreement provided upon project engagement." }
content: { type: "list", items: ["Address: 123 Automation Lane, Tech City, DE 19702", "Phone: +1 (888) 555-0199", "Email: operations@confluxsystems.ai"] } },
}, {
{ heading: "Payment Methods", content: { type: "list", items: ["Bank Wire Transfer", "Corporate Credit Cards", "ACH Payments", "Cryptocurrency (on request)"] }
heading: "Services", },
content: { type: "paragraph", text: "We provide bespoke AI engineering, autonomous agent deployment, and workflow automation services." } {
}, heading: "Refund Policy", content: { type: "paragraph", text: "As our services are bespoke and project-based, refunds are handled on a case-by-case basis as defined in your specific Statement of Work. Generally, deposits are non-refundable once the discovery phase has commenced." }
{ }
heading: "Payment Methods", ]}
content: { type: "list", items: ["Credit/Debit Cards (Stripe)", "Bank Transfer (ACH/Wire)", "Corporate Invoicing"] } />
},
{
heading: "Refund Policy",
content: { type: "paragraph", text: "Services are provided as bespoke engagements. Refunds are granted at our sole discretion based on project delivery milestones and verified service quality issues within 30 days of service activation." }
}
]}
/>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
logoText="CONFLUXSYSTEMS" logoText="CONFLUXSYSTEMS"
copyrightText="© 2026 | CONFLUXSYSTEMS" copyrightText="© 2026 | CONFLUXSYSTEMS"
columns={[ columns={[
{ { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Work", href: "/work" }, { label: "Contact", href: "/contact" }] },
title: "Company", items: [ { title: "Solutions", items: [{ label: "AI Agents", href: "/services" }, { label: "Workflow Automations", href: "/services" }, { label: "Infrastructure", href: "/services" }, { label: "System Audit", href: "/services" }] },
{ label: "About", href: "#about" }, { title: "Resources", items: [{ label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Blog", href: "#" }, { label: "Legal", href: "/legal" }] },
{ label: "Services", href: "#services" },
{ label: "Legal", href: "/legal" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Solutions", items: [
{ label: "AI Agents", href: "#" },
{ label: "Workflow Automations", href: "#" },
{ label: "Infrastructure", href: "#" },
{ label: "System Audit", href: "#" },
],
},
{
title: "Resources", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Blog", href: "#" },
],
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -34,9 +34,9 @@ export default function WebAgency2Page() {
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Legal", id: "legal" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Legal", id: "legal" },
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "#contact" }}
/> />
@@ -172,9 +172,9 @@ export default function WebAgency2Page() {
title: "Company", items: [ title: "Company", items: [
{ label: "About", href: "#about" }, { label: "About", href: "#about" },
{ label: "Services", href: "#services" }, { label: "Services", href: "#services" },
{ label: "Legal", href: "/legal" },
{ label: "Work", href: "#work" }, { label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact" },
{ label: "Legal", href: "/legal" },
], ],
}, },
{ {

View File

@@ -29,11 +29,11 @@ export default function PricingPage() {
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Legal", id: "legal" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Legal", id: "legal" },
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "/contact" }}
/> />
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
@@ -65,30 +65,9 @@ export default function PricingPage() {
logoText="CONFLUXSYSTEMS" logoText="CONFLUXSYSTEMS"
copyrightText="© 2026 | CONFLUXSYSTEMS" copyrightText="© 2026 | CONFLUXSYSTEMS"
columns={[ columns={[
{ { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Work", href: "/work" }, { label: "Contact", href: "/contact" }] },
title: "Company", items: [ { title: "Solutions", items: [{ label: "AI Agents", href: "/services" }, { label: "Workflow Automations", href: "/services" }, { label: "Infrastructure", href: "/services" }, { label: "System Audit", href: "/services" }] },
{ label: "About", href: "#about" }, { title: "Resources", items: [{ label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Blog", href: "#" }, { label: "Legal", href: "/legal" }] },
{ label: "Services", href: "#services" },
{ label: "Legal", href: "/legal" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Solutions", items: [
{ label: "AI Agents", href: "#" },
{ label: "Workflow Automations", href: "#" },
{ label: "Infrastructure", href: "#" },
{ label: "System Audit", href: "#" },
],
},
{
title: "Resources", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Blog", href: "#" },
],
},
]} ]}
/> />
</div> </div>