diff --git a/public/pc_dashboard.png b/public/pc_dashboard.png new file mode 100644 index 0000000..f12a82a Binary files /dev/null and b/public/pc_dashboard.png differ diff --git a/src/app/components/home/About.tsx b/src/app/components/home/About.tsx index ab8a616..69d07dd 100644 --- a/src/app/components/home/About.tsx +++ b/src/app/components/home/About.tsx @@ -69,41 +69,41 @@ const About = () => { // opacity: opacityProgress, // }} - className=" h-[60vh] md:h-[80vh] relative z-0" - > + className=" h-[60vh] md:h-[80vh] relative z-0">
-

- Web3 Powered -

+

Problem

+ +

Consumer AI apps can't scale

    -
  • Distributed Storage and Compute Networks
  • -
  • Enhanced Data Privacy and User Control
  • -
  • Tokenized Compute & Incentives
  • +
  • High inference costs for popular models ($0.30–$0.50)
  • +
  • High entry pricing (avg $20/m) limits mass adoption
  • +
  • Low conversion rates (typically 2–3%)

- AI Enabled + Solution

+

AI apps now profitable at scale

+
    -
  • Adaptive and Proactive Resource Management
  • -
  • Automated Workflows, Logic, and Optimizations
  • -
  • Intelligent Security & Threat Mitigation
  • +
  • Low inference costs using specialized models ($0.01)
  • +
  • Affordable pricing models ($2 entry or usage-based)
  • +
  • Significantly higher conversion rates (up to 30%)
+ className=" p-2 w-[10%] h-full flex flex-col justify-end text-white "> @@ -121,8 +121,7 @@ const About = () => { // }} animate={globe} ref={vRef} - className="absolute inset-0 flex items-center justify-center" - > + className="absolute inset-0 flex items-center justify-center">
@@ -131,8 +130,7 @@ const About = () => { + className=" p-2 w-[10%] h-full flex items-center "> diff --git a/src/app/components/home/Demo.tsx b/src/app/components/home/Demo.tsx index d388bdb..915a6d0 100644 --- a/src/app/components/home/Demo.tsx +++ b/src/app/components/home/Demo.tsx @@ -11,14 +11,16 @@ const Demo = () => {

- Unified DePIN for AI + How It Works

+

+ One API. Hundreds of models. Consumer-scale economics. +

@@ -29,7 +31,7 @@ const Demo = () => {
decenter image {

- Building Infra? + Unified AI Infrastructure

- Access all you need to launch and scale. + Access all you need to launch and scale

    -
  • Intelligent Resource Management System
  • -
  • Automated Workflow and Operations
  • -
  • AI-driven Monitoring and Analytics
  • +
  • Eliminates the need for multiple AI vendors and integrations
  • +
  • Reduces time-to-market for AI-powered products
  • +
  • Scales seamlessly from prototype to millions of users
+ className="w-full md:w-[50%] hidden md:flex justify-center"> decenter image {

- Running A platform? + Model Network &

Inference Routing

- We do the heavy lifting, you focus on growth + One network, best models for every request

    -
  • All-in-one AI development hub
  • -
  • Model Security, Monetization and Analytics
  • -
  • Seamless Model Customization and Management.
  • +
  • Optimizes quality, latency, and cost per inference
  • +
  • Prevents vendor lock-in with model-agnostic execution
  • +
  • Automatically adapts as better models become available
@@ -231,8 +230,7 @@ const Features = () => {
+ className="w-full md:w-[50%] flex justify-center md:hidden"> decenter image {

- Offering Services? + className="font-logirentBold text-xl md:text-left md:text-3xl leading-loose"> + Build-In Consumer

Economics

- Enhance your offerings with one-click + Pricing built for consumer scale

    -
  • Access industry specific AI models and agents
  • -
  • Ready-to-use APIs for seamless integrations
  • -
  • Enterprise-grade data privacy, security, and compliance
  • +
  • Enables $0.01 per-inference pricing
  • +
  • Supports lower entry prices and usage-based billing
  • +
  • Makes AI products profitable at high volume
+ className="w-full md:w-[50%] hidden md:flex justify-center "> decenter image {

- Just Curious About AI? + className="font-logirentBold text-xl md:text-3xl md:text-left leading-loose"> + Privacy And Security

- Unified and accessible AI for everyone + Privacy-preserving, verifiable AI execution

    -
  • Interact with hundreds of AI models via our Super Agent
  • {' '} -
  • Explore, learn, and innovate, no technical expertise required
  • {' '} -
  • Enjoy personalized, secure, and private engagement
  • +
  • Tamper-proof inference logs for trust and compliance
  • +
  • User data remains off-chain and secure
  • +
  • Enables enterprise and regulated use cases
diff --git a/src/app/components/home/Footer.tsx b/src/app/components/home/Footer.tsx index 49f57be..a807ad3 100644 --- a/src/app/components/home/Footer.tsx +++ b/src/app/components/home/Footer.tsx @@ -38,8 +38,7 @@ const Footer = () => { + target="_blank">
@@ -82,8 +81,7 @@ const Footer = () => { + target="_blank">
@@ -92,11 +90,10 @@ const Footer = () => {
- DECENTER AI 2023. All right reserved. + DECENTER AI 2024. All right reserved.
-

Privacy

-

Policy

+

Privacy Policy

Terms and Condition

diff --git a/src/app/components/home/Hero.tsx b/src/app/components/home/Hero.tsx index 67a2afe..aa5d5e4 100644 --- a/src/app/components/home/Hero.tsx +++ b/src/app/components/home/Hero.tsx @@ -39,8 +39,7 @@ const Hero = () => { return (
+ className="min-h-[70vh] md:min-h-[80vh flex justify-end relative z-10"> {menu && (
@@ -100,8 +99,7 @@ const Hero = () => {
+ className={`w-[80%] h-[10%] m-auto ${sticky ? 'fixed top-4 left-[10%] right-[10%] z-[9999]' : 'mt-[2%]'} rounded-full bg-primary_13 px-10 border-[1px] border-primary_12 bg-opacity-80 text-white flex justify-between transition-all duration-300 shadow-lg`}>
{ + className="hidden md:block cursor-pointer"> @@ -156,10 +153,11 @@ const Hero = () => {

- Decentralized AI Infrastructure
for web2 and Web3 Applications. + Infrastructure Layer For
Consumer AI Applications

- Integrate AI into Apps and Dapps Seamlessly. + We help consumer AI startups scale to millions of users profitably without + exploding inference costs.

@@ -170,7 +168,7 @@ const Hero = () => {
diff --git a/src/app/components/home/Mail.tsx b/src/app/components/home/Mail.tsx index ff7e191..f75c404 100644 --- a/src/app/components/home/Mail.tsx +++ b/src/app/components/home/Mail.tsx @@ -27,18 +27,17 @@ const Mail = () => {

- Ready to unlock the future? + Ready to unlock the mass market?

- Contact us today to discover the unlimited potential of AI. + Click Get Started to generate your API key and start building.

diff --git a/src/app/components/home/Team.tsx b/src/app/components/home/Team.tsx index 8be8b15..1384f5f 100644 --- a/src/app/components/home/Team.tsx +++ b/src/app/components/home/Team.tsx @@ -12,21 +12,21 @@ const Team = () => { role: 'CEO', image: '/victor.png', linkedin: 'https://www.linkedin.com/in/victor-kaycee/', - bio: 'Founded SureCrypto a blockchain service company with projects like GamerHub, Kryptotoday, Finality.', + bio: 'Intel Venture Builder, Perplexity Fellow, with 7+ years of AI product leadership.', }, { name: 'Kosawat', role: 'CTO', image: '/kosawat.png', linkedin: 'https://www.linkedin.com/in/kosawat-sukchaya-10290427/', - bio: 'Tech co-founder in AI, Web3, and Esports, building and scaling products from concept to launch.', + bio: 'MBA, ex-Antler tech co-founder, AI/Web3 architect with a proven 7-figure exit.', }, { name: 'Glory', role: 'CMO', image: '/glory.png', linkedin: 'https://www.linkedin.com/in/glorylucas/', - bio: 'Founded Mindspace solutions, a Web3 marketing agency with clients like Private AI, YOM, Riva Metaverse', + bio: 'Web3 growth leader with $8M+ raised across startups; Founder Mindspace solutions.', }, ] @@ -76,8 +76,7 @@ const Team = () => { href={member.linkedin} target="_blank" className="text-primary_7 hover:text-primary_1 transition-colors" - aria-label={`${member.name}'s LinkedIn profile`} - > + aria-label={`${member.name}'s LinkedIn profile`}>
diff --git a/src/app/components/home/Token.tsx b/src/app/components/home/Token.tsx index 0e5559c..117c2fa 100644 --- a/src/app/components/home/Token.tsx +++ b/src/app/components/home/Token.tsx @@ -20,22 +20,22 @@ const Token = () => {
- Unified currency across all platform layers, simplifying all network - interactions. + Simplifies how consumer apps pay for inference, unlock features, and reward + participation.
- Rewards contributors and resource providers for the value they add to the - network. + Grants startups access to higher-tier data services, advanced routing tools, + and platform upgrades.
- Grants access to data services, advanced tools, platform upgrades, and - enterprise integrations. + Enables flexible, usage-based pricing so builders can start small, scale + sustainably.