Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f937bafabc | |||
| d96c84f41d | |||
| 6a9cd2c9c5 | |||
| bf0ca2dc59 | |||
| 640611243f | |||
| 8453cacb2c | |||
| d86f8327f4 | |||
| 593d0898ad | |||
| 818d6afef6 | |||
| 75336e5a1b | |||
| f8da924ed5 | |||
| 9e30b0a3ed | |||
| b4583a932b |
73
src/app/legal/page.tsx
Normal file
73
src/app/legal/page.tsx
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
|
import LegalSection from "@/components/legal/LegalSection";
|
||||||
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
|
|
||||||
|
export default function LegalPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="text-stagger"
|
||||||
|
defaultTextAnimation="entrance-slide"
|
||||||
|
borderRadius="pill"
|
||||||
|
contentWidth="medium"
|
||||||
|
sizing="medium"
|
||||||
|
background="none"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="medium"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarLayoutFloatingOverlay
|
||||||
|
brandName="CONFLUXSYSTEMS"
|
||||||
|
navItems={[
|
||||||
|
{ name: "Work", id: "work" },
|
||||||
|
{ name: "Services", id: "services" },
|
||||||
|
{ name: "Pricing", id: "pricing" },
|
||||||
|
{ name: "About", id: "about" },
|
||||||
|
{ name: "Contact", id: "contact" },
|
||||||
|
{ name: "Legal", id: "legal" },
|
||||||
|
]}
|
||||||
|
button={{ text: "Get Started", href: "/contact" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="legal" data-section="legal">
|
||||||
|
<LegalSection
|
||||||
|
layout="page"
|
||||||
|
title="Legal Disclosures"
|
||||||
|
subtitle="Operator information and service policies"
|
||||||
|
sections={[
|
||||||
|
{
|
||||||
|
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: "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." }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
heading: "Payment Methods", content: { type: "list", items: ["Bank Wire Transfer", "Corporate Credit Cards", "ACH Payments", "Cryptocurrency (on request)"] }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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." }
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBase
|
||||||
|
logoText="CONFLUXSYSTEMS"
|
||||||
|
copyrightText="© 2026 | CONFLUXSYSTEMS"
|
||||||
|
columns={[
|
||||||
|
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Work", href: "/work" }, { label: "Contact", href: "/contact" }] },
|
||||||
|
{ title: "Solutions", items: [{ label: "AI Agents", href: "/services" }, { label: "Workflow Automations", href: "/services" }, { label: "Infrastructure", href: "/services" }, { label: "System Audit", href: "/services" }] },
|
||||||
|
{ title: "Resources", items: [{ label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Blog", href: "#" }, { label: "Legal", href: "/legal" }] },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import { BrainCircuit, Workflow, Zap, ArrowUpRight, Cpu, Database, Network } from "lucide-react";
|
import { BrainCircuit, Workflow, Zap, ArrowUpRight, Cpu, Database } from "lucide-react";
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
return (
|
return (
|
||||||
@@ -33,8 +33,10 @@ export default function WebAgency2Page() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Work", id: "work" },
|
{ name: "Work", id: "work" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ 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,6 +174,7 @@ export default function WebAgency2Page() {
|
|||||||
{ label: "Services", href: "#services" },
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "Work", href: "#work" },
|
{ label: "Work", href: "#work" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
|
{ label: "Legal", href: "/legal" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
77
src/app/pricing/page.tsx
Normal file
77
src/app/pricing/page.tsx
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
|
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||||
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
|
import { Zap } from "lucide-react";
|
||||||
|
|
||||||
|
export default function PricingPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="text-stagger"
|
||||||
|
defaultTextAnimation="entrance-slide"
|
||||||
|
borderRadius="pill"
|
||||||
|
contentWidth="medium"
|
||||||
|
sizing="medium"
|
||||||
|
background="none"
|
||||||
|
cardStyle="glass-elevated"
|
||||||
|
primaryButtonStyle="gradient"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="medium"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarLayoutFloatingOverlay
|
||||||
|
brandName="CONFLUXSYSTEMS"
|
||||||
|
navItems={[
|
||||||
|
{ name: "Work", id: "work" },
|
||||||
|
{ name: "Services", id: "services" },
|
||||||
|
{ name: "Pricing", id: "pricing" },
|
||||||
|
{ name: "About", id: "about" },
|
||||||
|
{ name: "Contact", id: "contact" },
|
||||||
|
{ name: "Legal", id: "legal" },
|
||||||
|
]}
|
||||||
|
button={{ text: "Get Started", href: "/contact" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="pricing" data-section="pricing">
|
||||||
|
<PricingCardFive
|
||||||
|
title="Transparent Pricing for Intelligent Systems"
|
||||||
|
description="Flexible tiers designed to scale with your operational automation needs."
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
plans={[
|
||||||
|
{
|
||||||
|
id: "starter", tag: "Foundation", price: "$2,999", period: "/mo", description: "Core automation workflows and basic AI agent integration.", button: { text: "Choose Starter", href: "#contact" },
|
||||||
|
featuresTitle: "Key Features", features: ["3 Core Automations", "Email/Chat Support", "Basic Reporting", "Standard Integrations"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "pro", tag: "Growth", tagIcon: Zap,
|
||||||
|
price: "$5,999", period: "/mo", description: "Advanced agent orchestrations and predictive workflows.", button: { text: "Choose Growth", href: "#contact" },
|
||||||
|
featuresTitle: "Key Features", features: ["10+ Core Automations", "Dedicated Agent Logic", "Priority Support", "Advanced Data Analytics"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "enterprise", tag: "Scale", price: "Custom", period: "", description: "Enterprise-grade infrastructure for high-scale global operations.", button: { text: "Contact Sales", href: "#contact" },
|
||||||
|
featuresTitle: "Enterprise Power", features: ["Unlimited Automations", "Bespoke Model Training", "24/7 Priority Concierge", "Custom API Orchestration"],
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBase
|
||||||
|
logoText="CONFLUXSYSTEMS"
|
||||||
|
copyrightText="© 2026 | CONFLUXSYSTEMS"
|
||||||
|
columns={[
|
||||||
|
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Work", href: "/work" }, { label: "Contact", href: "/contact" }] },
|
||||||
|
{ title: "Solutions", items: [{ label: "AI Agents", href: "/services" }, { label: "Workflow Automations", href: "/services" }, { label: "Infrastructure", href: "/services" }, { label: "System Audit", href: "/services" }] },
|
||||||
|
{ title: "Resources", items: [{ label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Blog", href: "#" }, { label: "Legal", href: "/legal" }] },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user