32 Commits

Author SHA1 Message Date
c1780b091c Merge version_7 into main
Merge version_7 into main
2026-05-02 07:46:59 +00:00
f937bafabc Update src/app/legal/page.tsx 2026-05-02 07:46:56 +00:00
95d57f374e Merge version_7 into main
Merge version_7 into main
2026-05-02 07:46:33 +00:00
d96c84f41d Update src/app/legal/page.tsx 2026-05-02 07:46:30 +00:00
93cb254b8b Merge version_7 into main
Merge version_7 into main
2026-05-02 07:46:07 +00:00
f57b6266ca Add src/app/pricing/page.tsx 2026-05-02 07:45:44 +00:00
efc1ec8025 Update src/app/page.tsx 2026-05-02 07:45:43 +00:00
23d7aca28e Update src/app/legal/page.tsx 2026-05-02 07:45:43 +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
b38c4f9bc8 Add src/app/legal/page.tsx 2026-05-02 07:37:18 +00:00
41f7d31fab Switch to version 5: remove src/app/legal/page.tsx 2026-05-02 07:36:33 +00:00
49fd53a66b Add src/app/legal/page.tsx 2026-05-02 07:35:17 +00:00
7e6529b63d Switch to version 5: remove src/app/pricing/page.tsx 2026-05-02 07:33:46 +00:00
b0bdb6149c Switch to version 5: remove src/app/legal/page.tsx 2026-05-02 07:33:45 +00:00
dbce03b51f Switch to version 5: modified src/app/page.tsx 2026-05-02 07:33:45 +00:00
b31e59910c Merge version_7 into main
Merge version_7 into main
2026-05-02 07:33:16 +00:00
8453cacb2c Update src/app/pricing/page.tsx 2026-05-02 07:33:13 +00:00
d86f8327f4 Update src/app/page.tsx 2026-05-02 07:33:12 +00:00
593d0898ad Add src/app/legal/page.tsx 2026-05-02 07:33:12 +00:00
818d6afef6 Merge version_6 into main
Merge version_6 into main
2026-05-02 07:32:15 +00:00
75336e5a1b Add src/app/pricing/page.tsx 2026-05-02 07:32:12 +00:00
f8da924ed5 Update src/app/page.tsx 2026-05-02 07:32:11 +00:00
9e30b0a3ed Merge version_5 into main
Merge version_5 into main
2026-05-01 09:46:36 +00:00
048738ae6a Update src/app/page.tsx 2026-05-01 09:46:33 +00:00
b4583a932b Merge version_5 into main
Merge version_5 into main
2026-05-01 09:46:12 +00:00
a2cc49a389 Update src/app/page.tsx 2026-05-01 09:46:09 +00:00
c7ad7495d7 Merge version_4 into main
Merge version_4 into main
2026-05-01 09:43:56 +00:00
0ff6c4b5d8 Update src/app/page.tsx 2026-05-01 09:43:53 +00:00
56d488b98b Merge version_3 into main
Merge version_3 into main
2026-05-01 09:42:48 +00:00
58035a81b6 Merge version_3 into main
Merge version_3 into main
2026-05-01 09:42:25 +00:00
3 changed files with 161 additions and 8 deletions

73
src/app/legal/page.tsx Normal file
View 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>
);
}

View File

@@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Bot, BrainCircuit, Workflow, Zap, ArrowUpRight, Cpu, Network, Database } from "lucide-react";
import { BrainCircuit, Workflow, Zap, ArrowUpRight, Cpu, Database } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -33,8 +33,10 @@ export default function WebAgency2Page() {
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" }}
/>
@@ -54,14 +56,14 @@ export default function WebAgency2Page() {
buttonAnimation="slide-up"
carouselPosition="right"
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628527555-a5q88ct8.png?_wi=1", imageAlt: "AI Orchestration Framework" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628755143-tsvegbyk.png?_wi=1", imageAlt: "AI Orchestration Framework" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Autonomous Agent Systems" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Predictive Analytics Dashboard" },
]}
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "Scalable AI Automation" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "Operational Efficiency" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "Performance Data" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628755143-tsvegbyk.png?_wi=2", imageAlt: "Performance Data" },
]}
carouselItemClassName="!aspect-[4/5]"
/>
@@ -82,7 +84,7 @@ export default function WebAgency2Page() {
},
{
title: "Automated Workflows", description: "Connecting your entire ecosystem to eliminate manual latency and process friction.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628527555-a5q88ct8.png?_wi=2", imageAlt: "AI Agent Deployment" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628755143-tsvegbyk.png?_wi=3", imageAlt: "AI Agent Deployment" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=1", imageAlt: "Systems Integration" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp?_wi=1", imageAlt: "Data Strategy" },
],
@@ -90,7 +92,7 @@ export default function WebAgency2Page() {
{
title: "Infrastructure & Data", description: "Laying the robust foundation for high-performance machine learning initiatives.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp?_wi=2", imageAlt: "Data Architecture" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Model Optimization" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628755143-tsvegbyk.png?_wi=4", imageAlt: "Model Optimization" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=2", imageAlt: "Cloud Integration" },
],
},
@@ -108,7 +110,7 @@ export default function WebAgency2Page() {
cardClassName="!h-auto aspect-video"
features={[
{
title: "AI Lead Engines", description: "Automated 24/7 lead qualification and pipeline enrichment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628527555-a5q88ct8.png?_wi=3", imageAlt: "AI Lead Engine", buttonIcon: ArrowUpRight,
title: "AI Lead Engines", description: "Automated 24/7 lead qualification and pipeline enrichment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6eivSkkTGgp8DaDxCBCnRMlxl/uploaded-1777628755143-tsvegbyk.png?_wi=5", imageAlt: "AI Lead Engine", buttonIcon: ArrowUpRight,
},
{
title: "Process Automation", description: "Reduced operational cycle times by over 60% with custom agents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Process Automation", buttonIcon: ArrowUpRight,
@@ -150,7 +152,7 @@ export default function WebAgency2Page() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Engineered for Growth"
title="Discuss Your AI Automation Roadmap"
title="Get Your Custom AI Automation Roadmap"
description="Ready to deploy intelligent agents? Let's design the next generation of operations for CONFLUXSYSTEMS."
background={{ variant: "rotated-rays-animated" }}
buttons={[
@@ -172,6 +174,7 @@ export default function WebAgency2Page() {
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
{ label: "Legal", href: "/legal" },
],
},
{
@@ -195,4 +198,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}

77
src/app/pricing/page.tsx Normal file
View 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>
);
}