Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 12:54:15 +00:00

View File

@@ -1,65 +1,60 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import TextAbout from "@/components/sections/about/TextAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Solutions", id: "/solutions" },
{ name: "Pricing", id: "pricing" },
{ name: "Compliance", id: "compliance" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Product", items: [
{ label: "Features", href: "/solutions" },
{ label: "Pricing", href: "pricing" },
{ label: "Compliance", href: "compliance" },
{ label: "Security", href: "#" },
{ label: "Status", href: "#" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
{ label: "Press", href: "/press" },
{ label: "Contact", href: "contact" },
],
},
{
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Webinars", href: "/webinars" },
{ label: "Community", href: "/community" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Security Policy", href: "/security" },
{ label: "Compliance", href: "/compliance-standards" },
{ label: "Cookie Policy", href: "/cookies" },
],
},
];
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Solutions", id: "solutions" },
{ name: "Pricing", id: "pricing" },
{ name: "Compliance", id: "compliance" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Product",
items: [
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/" },
{ label: "Compliance", href: "/compliance" },
{ label: "Security", href: "#" },
{ label: "Status", href: "#" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
{ label: "Press", href: "/press" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Resources",
items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Webinars", href: "/webinars" },
{ label: "Community", href: "/community" },
],
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Security Policy", href: "/security" },
{ label: "Compliance", href: "/compliance-standards" },
{ label: "Cookie Policy", href: "/cookies" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -77,49 +72,28 @@ export default function ContactPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Start Free Trial",
href: "/contact",
}}
text: "Start Free Trial", href: "contact"}}
brandName="ChainCompli"
/>
</div>
<div id="contact-intro" data-section="contact-intro">
<TextAbout
tag="Get in Touch"
title="Connect with Our Compliance Experts to Transform Your Environmental Governance"
useInvertedBackground={false}
buttons={[
{
text: "Schedule Demo",
href: "#",
},
]}
/>
</div>
<div id="contact-partners" data-section="contact-partners">
<div id="socialproof" data-section="socialproof">
<SocialProofOne
title="Trusted by Leading Environmental Organizations"
description="Join regulatory bodies, auditing firms, and industry leaders implementing ChainCompli for compliance integrity."
description="Regulatory bodies, auditing firms, and industry leaders rely on ChainCompli for compliance integrity."
tag="Partners"
textboxLayout="default"
useInvertedBackground={true}
logos={[
"http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-pack_23-2148813985.jpg",
"http://img.b2bpic.net/free-vector/flat-design-compostable-labels-stamps_23-2149412993.jpg",
"http://img.b2bpic.net/free-vector/logo-template-design_1289-195.jpg",
"http://img.b2bpic.net/free-vector/flat-design-hp-ph-logo_23-2149239520.jpg",
"http://img.b2bpic.net/free-photo/technician-data-center-with-laptop-tablet-integrating-ai-technology_482257-120032.jpg",
"http://img.b2bpic.net/free-photo/close-up-nurse-helping-diabetic-person-checking-their-glucose-levels_23-2150766877.jpg",
"http://img.b2bpic.net/free-psd/save-energy-horizontal-banner-template_23-2148855768.jpg",
]}
"http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-pack_23-2148813985.jpg", "http://img.b2bpic.net/free-vector/flat-design-compostable-labels-stamps_23-2149412993.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-195.jpg", "http://img.b2bpic.net/free-vector/flat-design-hp-ph-logo_23-2149239520.jpg", "http://img.b2bpic.net/free-photo/technician-data-center-with-laptop-tablet-integrating-ai-technology_482257-120032.jpg", "http://img.b2bpic.net/free-photo/close-up-nurse-helping-diabetic-person-checking-their-glucose-levels_23-2150766877.jpg", "http://img.b2bpic.net/free-psd/save-energy-horizontal-banner-template_23-2148855768.jpg"]}
speed={50}
showCard={true}
names={[
"EPA", "Carbon Trust", "UNEP", "KPMG", "DNV", "Carbon Credit Exchange", "E-Waste Consortium"]}
/>
</div>
<div id="contact-faq" data-section="contact-faq">
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Get answers about blockchain compliance, implementation, and how ChainCompli supports your environmental governance."
@@ -129,65 +103,29 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How does blockchain prevent double-counting of carbon credits?",
content: "Each carbon credit is tokenized on the blockchain with unique cryptographic identifiers. When a credit is transacted or retired, the blockchain updates its state, preventing simultaneous ownership and eliminating double-counting. Our system uses a unified ledger that serves as ground truth for all market participants.",
},
id: "1", title: "How does blockchain prevent double-counting of carbon credits?", content: "Each carbon credit is tokenized on the blockchain with unique cryptographic identifiers. When a credit is transacted or retired, the blockchain updates its state, preventing simultaneous ownership and eliminating double-counting. Our system uses a unified ledger that serves as ground truth for all market participants."},
{
id: "2",
title: "What makes ChainCompli's data authenticity guarantee different?",
content: "We use immutable distributed ledger technology with multi-signature verification. Each compliance event requires cryptographic proof from participating stakeholders (regulators, auditors, industries). This creates tamper-proof records that cannot be retroactively altered, ensuring 99.9% data authenticity assurance.",
},
id: "2", title: "What makes ChainCompli's data authenticity guarantee different?", content: "We use immutable distributed ledger technology with multi-signature verification. Each compliance event requires cryptographic proof from participating stakeholders (regulators, auditors, industries). This creates tamper-proof records that cannot be retroactively altered, ensuring 99.9% data authenticity assurance."},
{
id: "3",
title: "How long does implementation typically take?",
content: "Implementation varies by organization size. Auditing firms can go live in 2-4 weeks, enterprises in 4-8 weeks, and regulatory authorities in 8-12 weeks. Our dedicated implementation team provides 24/7 support throughout the onboarding process.",
},
id: "3", title: "How long does implementation typically take?", content: "Implementation varies by organization size. Auditing firms can go live in 2-4 weeks, enterprises in 4-8 weeks, and regulatory authorities in 8-12 weeks. Our dedicated implementation team provides 24/7 support throughout the onboarding process."},
{
id: "4",
title: "Can ChainCompli integrate with existing compliance systems?",
content: "Yes. We provide robust APIs and webhooks for seamless integration with ERP, audit management, and regulatory reporting systems. Our technical team customizes implementations for each organization's unique technology stack.",
},
id: "4", title: "Can ChainCompli integrate with existing compliance systems?", content: "Yes. We provide robust APIs and webhooks for seamless integration with ERP, audit management, and regulatory reporting systems. Our technical team customizes implementations for each organization's unique technology stack."},
{
id: "5",
title: "What types of environmental assets does the platform track?",
content: "ChainCompli supports carbon credits, renewable energy certificates (RECs), e-waste management records, hazardous waste tracking, and custom environmental compliance assets. Our modular architecture supports future asset types.",
},
id: "5", title: "What types of environmental assets does the platform track?", content: "ChainCompli supports carbon credits, renewable energy certificates (RECs), e-waste management records, hazardous waste tracking, and custom environmental compliance assets. Our modular architecture supports future asset types."},
{
id: "6",
title: "How does the automated compliance verification work?",
content: "Smart contracts encode regulatory requirements and automatically validate incoming transactions. When compliance conditions are met, they execute automatically. When violations are detected, the system flags them for human review. This reduces manual verification from weeks to hours.",
},
id: "6", title: "How does the automated compliance verification work?", content: "Smart contracts encode regulatory requirements and automatically validate incoming transactions. When compliance conditions are met, they execute automatically. When violations are detected, the system flags them for human review. This reduces manual verification from weeks to hours."},
{
id: "7",
title: "Is my data secure on a public blockchain?",
content: "We use enterprise-grade private blockchain infrastructure with end-to-end encryption. Data is encrypted at rest and in transit. Only authorized stakeholders have access to specific compliance records based on role-based permissions.",
},
id: "7", title: "Is my data secure on a public blockchain?", content: "We use enterprise-grade private blockchain infrastructure with end-to-end encryption. Data is encrypted at rest and in transit. Only authorized stakeholders have access to specific compliance records based on role-based permissions."},
{
id: "8",
title: "What happens if a transaction is recorded incorrectly?",
content: "While blockchain records are immutable, our system allows multi-signature correction protocols. If an error is identified, all participating stakeholders must approve a correction transaction, which is recorded separately for audit trail purposes, maintaining transparency.",
},
id: "8", title: "What happens if a transaction is recorded incorrectly?", content: "While blockchain records are immutable, our system allows multi-signature correction protocols. If an error is identified, all participating stakeholders must approve a correction transaction, which is recorded separately for audit trail purposes, maintaining transparency."},
{
id: "9",
title: "How does ChainCompli support different regulatory frameworks?",
content: "We support customizable compliance rules for different regions and regulatory bodies. Our platform can enforce EU ETS rules, California cap-and-trade programs, international carbon markets, and emerging regulations. Rules are updated via smart contract upgrades.",
},
id: "9", title: "How does ChainCompli support different regulatory frameworks?", content: "We support customizable compliance rules for different regions and regulatory bodies. Our platform can enforce EU ETS rules, California cap-and-trade programs, international carbon markets, and emerging regulations. Rules are updated via smart contract upgrades."},
{
id: "10",
title: "What training and support do you provide?",
content: "We offer comprehensive training programs for all stakeholder types: regulatory officers, auditors, industry compliance teams, and developers. Resources include webinars, documentation, dedicated support channels, and quarterly business reviews for enterprise clients.",
},
id: "10", title: "What training and support do you provide?", content: "We offer comprehensive training programs for all stakeholder types: regulatory officers, auditors, industry compliance teams, and developers. Resources include webinars, documentation, dedicated support channels, and quarterly business reviews for enterprise clients."},
{
id: "11",
title: "How does real-time reporting work?",
content: "Transactions are recorded and reported in real-time on the blockchain. Regulatory dashboards can monitor compliance status as it updates. Monthly and quarterly reports are automatically generated from immutable ledger data, reducing manual reporting effort.",
},
id: "11", title: "How does real-time reporting work?", content: "Transactions are recorded and reported in real-time on the blockchain. Regulatory dashboards can monitor compliance status as it updates. Monthly and quarterly reports are automatically generated from immutable ledger data, reducing manual reporting effort."},
{
id: "12",
title: "What is the cost of a typical enterprise deployment?",
content: "Enterprise plans start at $9,999/month and include unlimited audits, multi-asset tracking, custom smart contracts, dedicated support, and regulatory reporting. Regulatory authority deployments are custom-priced based on scale and requirements. Contact sales for detailed proposals.",
},
id: "12", title: "What is the cost of a typical enterprise deployment?", content: "Enterprise plans start at $9,999/month and include unlimited audits, multi-asset tracking, custom smart contracts, dedicated support, and regulatory reporting. Regulatory authority deployments are custom-priced based on scale and requirements. Contact sales for detailed proposals."},
]}
/>
</div>
@@ -201,4 +139,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}