diff --git a/public/images/3nodes_big.png b/public/images/3nodes_big.png deleted file mode 100644 index 0603be8..0000000 Binary files a/public/images/3nodes_big.png and /dev/null differ diff --git a/src/app/(main)/build/page.tsx b/src/app/(main)/build/page.tsx new file mode 100644 index 0000000..dfe800f --- /dev/null +++ b/src/app/(main)/build/page.tsx @@ -0,0 +1,84 @@ +import { AppsPreview } from '../../../components/Apps' +import { Container } from '../../../components/Container' + +export const metadata = { + title: 'Build', + description: 'Build and deploy your applications on ThreeFold\'s decentralized infrastructure.', +} + +export default function Build() { + return ( + <> + {/* Hero Section */} +
+ +
+

+ Build on ThreeFold +

+

+ Deploy your Web2, Web3, and AI applications on truly decentralized infrastructure. + Own your data, control your destiny. +

+
+
+
+ + {/* Apps Preview */} + + + {/* Developer Tools */} +
+ +
+

+ Developer Tools & Resources +

+

+ Everything you need to build and deploy on the ThreeFold Grid. +

+
+ +
+
+

TF Grid SDK

+

+ Comprehensive SDK for deploying and managing workloads on the ThreeFold Grid. +

+ + View on GitHub → + +
+
+

Documentation

+

+ Comprehensive guides, tutorials, and API documentation for developers. +

+ + Read Docs → + +
+
+

Community Forum

+

+ Get help from the community and share your ThreeFold projects. +

+ + Join Forum → + +
+
+

Marketplace

+

+ Browse and deploy ready-made solutions from the ThreeFold ecosystem. +

+ + Explore → + +
+
+
+
+ + ) +} \ No newline at end of file diff --git a/src/app/(main)/community/page.tsx b/src/app/(main)/community/page.tsx new file mode 100644 index 0000000..0ee6213 --- /dev/null +++ b/src/app/(main)/community/page.tsx @@ -0,0 +1,120 @@ +import { Container } from '../../../components/Container' + +export const metadata = { + title: 'Community', + description: 'Join the ThreeFold community building the decentralized internet.', +} + +export default function Community() { + return ( + <> + {/* Hero Section */} +
+ +
+

+ Join the Movement +

+

+ ThreeFold is more than technology - it's a global community building + a better internet for everyone. +

+
+
+
+ + {/* Community Stats */} +
+ +
+
+
50K+
+
Community Members
+
+
+
1,800+
+
Active Farmers
+
+
+
500+
+
Developers
+
+
+
51
+
Countries
+
+
+
+
+ + {/* Community Channels */} +
+ +
+

+ Connect with the Community +

+

+ Join our global community across multiple platforms. +

+
+ +
+ {[ + { + name: 'Forum', + description: 'Discuss ideas, get help, and share your projects', + link: 'https://forum.threefold.io', + members: '15K+ members' + }, + { + name: 'Telegram', + description: 'Real-time chat with farmers and developers', + link: 'https://t.me/threefold', + members: '25K+ members' + }, + { + name: 'Discord', + description: 'Voice chat and community events', + link: 'https://discord.gg/threefold', + members: '8K+ members' + }, + { + name: 'GitHub', + description: 'Contribute to open-source development', + link: 'https://github.com/threefoldtech', + members: '200+ contributors' + }, + { + name: 'Twitter/X', + description: 'Latest news and announcements', + link: 'https://twitter.com/threefold_io', + members: '30K+ followers' + }, + { + name: 'LinkedIn', + description: 'Professional network and company updates', + link: 'https://linkedin.com/company/threefold', + members: '5K+ followers' + }, + ].map((channel) => ( +
+

{channel.name}

+

{channel.description}

+
{channel.members}
+ + Join {channel.name} → + +
+ ))} +
+
+
+ + ) +} \ No newline at end of file diff --git a/src/app/(main)/farming/page.tsx b/src/app/(main)/farming/page.tsx new file mode 100644 index 0000000..bd39bf4 --- /dev/null +++ b/src/app/(main)/farming/page.tsx @@ -0,0 +1,66 @@ +import { FarmerPreview } from '../../../components/Farmer' +import { Container } from '../../../components/Container' + +export const metadata = { + title: 'Farming', + description: 'Learn how to become a ThreeFold farmer and earn rewards by contributing to the decentralized internet.', +} + +export default function Farming() { + return ( + <> + {/* Hero Section */} +
+ +
+

+ Become a ThreeFold Farmer +

+

+ Join thousands of farmers worldwide who are building the decentralized internet + and earning rewards for their contribution. +

+
+
+
+ + {/* Farmer Process */} + + + {/* Farming Benefits */} +
+ +
+

+ Why Become a Farmer? +

+

+ ThreeFold farming offers unique benefits compared to traditional hosting or mining. +

+
+ +
+
+

Earn TFT Rewards

+

+ Get rewarded in ThreeFold Tokens (TFT) for providing capacity to the grid. +

+
+
+

Low Energy Usage

+

+ Our efficient Zero-OS uses up to 10x less energy than traditional cloud infrastructure. +

+
+
+

Easy Setup

+

+ Simply boot any computer with our Zero-OS image and you're farming in minutes. +

+
+
+
+
+ + ) +} \ No newline at end of file diff --git a/src/app/(main)/grid/page.tsx b/src/app/(main)/grid/page.tsx new file mode 100644 index 0000000..233cd5c --- /dev/null +++ b/src/app/(main)/grid/page.tsx @@ -0,0 +1,60 @@ +import { Dashboard } from '../../../components/Dashboard' +import { Container } from '../../../components/Container' +import GlobeDemo from '../../../components/GlobeDemo' + +export const metadata = { + title: 'Grid Status', + description: 'Live statistics and status of the ThreeFold Grid - the world\'s largest decentralized internet infrastructure.', +} + +export default function Grid() { + return ( + <> + {/* Hero Section */} +
+ +
+

+ ThreeFold Grid Status +

+

+ Real-time statistics of our global decentralized infrastructure network. +

+
+
+
+ + {/* Globe Visualization */} +
+ +
+ + {/* Dashboard Stats */} + + + {/* Additional Grid Info */} +
+ +
+
+
99.9%
+
Uptime
+
+
+
80%
+
Energy Savings vs Cloud
+
+
+
10x
+
More Secure
+
+
+
100%
+
Decentralized
+
+
+
+
+ + ) +} \ No newline at end of file diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 4f731b6..77f0ad2 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -1,20 +1,11 @@ -import { CallToAction } from '@/components/CallToAction' -import { Faqs } from '@/components/Faqs' -import { Hero } from '@/components/Hero' -import { Pricing } from '@/components/Pricing' -import { PrimaryFeatures } from '@/components/PrimaryFeatures' -import { Reviews } from '@/components/Reviews' -import { SecondaryFeatures } from '@/components/SecondaryFeatures' -import Tractions from '@/components/Tractions' -import Benefits from '@/components/Benefits' -import Cta from '@/components/Cta' -import { SpotlightPreview } from '@/components/Spotlight' -import { StackSectionPreview } from '@/components/StackSection' -import GlobeDemo from '@/components/GlobeDemo' -import { Dashboard } from '@/components/Dashboard' -import { AppsPreview } from '@/components/Apps' -import { FarmerPreview } from '@/components/Farmer' - +import { SpotlightPreview } from '../../components/Spotlight' +import { StackSectionPreview } from '../../components/StackSection' +import { Dashboard } from '../../components/Dashboard' +import { AppsPreview } from '../../components/Apps' +import { FarmerPreview } from '../../components/Farmer' +import { Reviews } from '../../components/Reviews' +import { Faqs } from '../../components/Faqs' +import Cta from '../../components/Cta' export default function Home() { return ( @@ -24,7 +15,9 @@ export default function Home() { - + + + ) } diff --git a/src/app/(main)/technology/page.tsx b/src/app/(main)/technology/page.tsx new file mode 100644 index 0000000..6428979 --- /dev/null +++ b/src/app/(main)/technology/page.tsx @@ -0,0 +1,61 @@ +import { Container } from '../../../components/Container' +import { StackSectionPreview } from '../../../components/StackSection' + +export const metadata = { + title: 'Technology', + description: 'Deep dive into ThreeFold\'s revolutionary decentralized infrastructure technology.', +} + +export default function Technology() { + return ( + <> + {/* Hero Section */} +
+ +
+

+ Revolutionary Technology Stack +

+

+ ThreeFold has reimagined internet infrastructure from the ground up, + creating a truly decentralized, sustainable, and sovereign alternative to Big Tech. +

+
+
+
+ + {/* Stack Section */} + + + {/* Technical Details */} +
+ +
+
+

Zero-OS

+

+ Our lightweight operating system runs directly on bare metal, + eliminating the overhead of traditional virtualization while + providing maximum security and efficiency. +

+
+
+

Quantum Safe Storage

+

+ Revolutionary storage system that disperses data across multiple + nodes, making it quantum-safe and virtually impossible to hack or lose. +

+
+
+

Planetary Network

+

+ End-to-end encrypted overlay network that creates the shortest + path between any two points on the internet, bypassing traditional routing. +

+
+
+
+
+ + ) +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fe2e1c7..1b6ab3a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,7 @@ import { type Metadata } from 'next' import { Inter } from 'next/font/google' import clsx from 'clsx' -import '@/styles/tailwind.css' +import '../styles/tailwind.css' const inter = Inter({ subsets: ['latin'], @@ -12,11 +12,12 @@ const inter = Inter({ export const metadata: Metadata = { title: { - template: '%s - EngageOS', - default: 'EngageOS - Invest at the perfect time.', + template: '%s - ThreeFold', + default: 'ThreeFold - Decentralized Internet Infrastructure', }, description: - 'By leveraging insights from our network of industry insiders, you’ll know exactly when to buy to maximize profit, and exactly when to sell to avoid painful losses.', + 'ThreeFold is building a decentralized internet infrastructure owned and operated by the people. Join the movement to create a more sovereign, sustainable, and accessible internet for all.', + keywords: 'decentralized internet, blockchain, Web3, cloud infrastructure, sovereign technology', } export default function RootLayout({ diff --git a/src/components/AppDemo.tsx b/src/components/AppDemo.tsx.bak similarity index 100% rename from src/components/AppDemo.tsx rename to src/components/AppDemo.tsx.bak diff --git a/src/components/Benefits.tsx b/src/components/Benefits.tsx index 2700c4e..67d379a 100644 --- a/src/components/Benefits.tsx +++ b/src/components/Benefits.tsx @@ -1,9 +1,9 @@ -import { Container } from '@/components/Container' +import { Container } from '../components/Container' import Image from 'next/image' -import Benefits1 from '@/images/benefits/benefits1.jpg' -import Benefits2 from '@/images/benefits/benefits2.jpg' -import Benefits3 from '@/images/benefits/benefits3.jpg' -import Benefits4 from '@/images/benefits/benefits4.jpg' +import Benefits1 from '../images/benefits/benefits1.jpg' +import Benefits2 from '../images/benefits/benefits2.jpg' +import Benefits3 from '../images/benefits/benefits3.jpg' +import Benefits4 from '../images/benefits/benefits4.jpg' export default function Benefits() { @@ -13,10 +13,10 @@ export default function Benefits() {

- Built Different. For a Change. -

+ The Benefits of Decentralized Infrastructure +

- EngageOS isn't just another tech platform — it's a digital infrastructure built from the ground up for purpose-driven organizations. From white-label sovereignty to field-ready resilience, every element of EngageOS is designed to meet the real-world challenges of civil society. + ThreeFold offers a fundamentally different approach to internet infrastructure, providing unparalleled benefits in terms of sovereignty, sustainability, and accessibility.

@@ -29,10 +29,10 @@ export default function Benefits() { className="h-80 object-cover object-left" />
-

Built for Civil Society

-

Purpose-First, Not Profit-First

+

True Sovereignty

+

Own Your Data, Control Your Destiny

- Unlike traditional SaaS built for commercial scale, EngageOS was born from the realities of NGOs, grassroots coalitions, and purpose-led institutions. Every module, flow, and metric is optimized to serve impact — not ad revenue or venture capital. + With ThreeFold, you own your data and control your digital presence. Our decentralized architecture ensures your information remains private and secure, free from corporate or governmental oversight.

@@ -45,10 +45,10 @@ export default function Benefits() { className="h-80 object-cover" />
-

White-Label, Zero-Code

-

Your Brand, Your Movements

+

Sustainable & Energy Efficient

+

Green Computing for a Better Future

- EngageOS empowers organizations to fully own their digital identity. From Red Cross OS to Montessori OS, each instance is custom-branded — no tech team required. You launch a platform that looks and feels like you, not us. + Our Zero-OS and optimized network design consume significantly less energy than traditional data centers, making ThreeFold a truly sustainable solution for the planet.

@@ -61,10 +61,10 @@ export default function Benefits() { className="h-80 object-cover" />
-

Sovereign & Ethical Infrastructure

-

Own Your Data. Always.

+

Accessible & Inclusive

+

Internet for Everyone, Everywhere

- We don't mine or monetize user data. EngageOS runs on decentralized, privacy-respecting infrastructure — built for trust, compliance, and sovereignty. You control where your data lives and who sees it. + By distributing computing power globally, ThreeFold makes internet infrastructure accessible to underserved regions, fostering digital inclusion and empowering local communities.

@@ -77,10 +77,10 @@ export default function Benefits() { className="h-80 object-cover object-left" />
-

Mutualized Model

-

Share Infrastructure. Multiply Impact.

+

Resilient & Secure

+

Quantum-Safe and Unhackable

- By pooling tech costs across aligned organizations, EngageOS offers enterprise-grade functionality at a fraction of the price. When one partner grows, the entire ecosystem benefits — through shared modules, updates, and insights. + ThreeFold's unique data distribution and encryption methods provide quantum-safe security, making your data virtually impossible to hack or lose, ensuring unparalleled resilience.

diff --git a/src/components/CallToAction.tsx b/src/components/CallToAction.tsx.bak similarity index 100% rename from src/components/CallToAction.tsx rename to src/components/CallToAction.tsx.bak diff --git a/src/components/Cta.tsx b/src/components/Cta.tsx index 83fb1ea..9639c51 100644 --- a/src/components/Cta.tsx +++ b/src/components/Cta.tsx @@ -4,21 +4,21 @@ export default function Cta() {

- Scale Your Impact, Not Your Costs + Join the Decentralized Internet Revolution

- EngageOS gives purpose-driven teams the power to mobilize communities, grow movements, and fundraise faster— - all from one unified platform. + Be part of building a more sovereign, sustainable, and accessible internet. + Start farming nodes or deploy your applications today.

@@ -27,14 +27,13 @@ export default function Cta() { aria-hidden="true" className="absolute top-1/2 left-1/2 -z-10 size-256 -translate-x-1/2 mask-[radial-gradient(closest-side,white,transparent)]" > - + - + - - +
diff --git a/src/components/Faqs.tsx b/src/components/Faqs.tsx index ca0f4e4..908c184 100644 --- a/src/components/Faqs.tsx +++ b/src/components/Faqs.tsx @@ -1,80 +1,80 @@ -import { Container } from '@/components/Container' +import { Container } from '../components/Container' const faqs = [ [ { - question: 'What is EngageOS?', + question: 'What is ThreeFold?', answer: - 'EngageOS is a white-label engagement platform built specifically for purpose-driven organizations. It allows NGOs, foundations, and impact coalitions to launch their own branded platforms to engage communities, deliver training, and mobilize support.', + 'ThreeFold is building the world\'s largest decentralized internet infrastructure. It\'s a peer-to-peer network of compute, storage, and network capacity owned and operated by independent farmers worldwide.', }, { - question: 'Do I need a tech team to use EngageOS?', + question: 'How is ThreeFold different from traditional cloud?', answer: - 'No. EngageOS is fully plug-and-play. It’s designed so any organization—regardless of technical capacity—can deploy and customize their own platform without writing a line of code.', + 'Unlike centralized cloud providers, ThreeFold is fully decentralized, uses up to 10x less energy, provides quantum-safe security, and gives you complete data sovereignty.', }, { - question: 'Can we fully customize the platform’s look and feel?', + question: 'What can I build on ThreeFold?', answer: - 'Absolutely. From logos and colors to navigation and community features, EngageOS supports full white-label customization so the platform feels like your own digital headquarters.', + 'Anything that runs on Linux can run on ThreeFold - from simple websites to complex AI workloads, blockchain nodes, IoT applications, and enterprise solutions.', }, ], [ { - question: 'What kinds of organizations use EngageOS?', + question: 'How do I become a ThreeFold farmer?', answer: - 'We work with NGOs, educational networks, development agencies, faith-based groups, and mission-aligned coalitions that want to better engage, train, and mobilize their communities at scale.', + 'Simply boot any modern computer with our Zero-OS image. Once connected to the internet, your node will automatically join the grid and start earning TFT rewards.', }, { - question: 'Is EngageOS multilingual and accessible offline?', + question: 'What are ThreeFold Tokens (TFT)?', answer: - 'Yes. The platform supports multilingual content and offline-friendly delivery—ideal for reaching underserved communities with limited connectivity.', + 'TFT is the native currency of the ThreeFold ecosystem. Farmers earn TFT for providing capacity, and users spend TFT to deploy workloads on the grid.', }, { - question: 'Can we use EngageOS for fundraising?', + question: 'Is ThreeFold secure?', answer: - 'Yes. EngageOS includes built-in fundraising tools, including peer-to-peer, micro-donation, and pay-it-forward models—plus full donor engagement capabilities.', + 'Yes, ThreeFold uses quantum-safe storage algorithms, end-to-end encryption, and a zero-trust security model. Data is dispersed across multiple nodes making it virtually impossible to hack.', }, ], [ { - question: 'How is EngageOS different from other platforms?', + question: 'How much does it cost to use ThreeFold?', answer: - 'Unlike general-purpose platforms, EngageOS is mission-built for civil society. It integrates engagement, learning, and fundraising in one secure, ethical platform—hosted on sovereign infrastructure.', + 'Pricing is transparent and competitive with traditional cloud providers, but with added benefits of decentralization and data sovereignty. Check our calculator for specific pricing.', }, { - question: 'What is the pricing model?', + question: 'Where is ThreeFold available?', answer: - 'EngageOS operates on a flexible SaaS model, with plans ranging from €30K to €300K annually depending on features and user scale. For grassroots initiatives, pay-it-forward and sponsorship models are also available.', + 'ThreeFold operates globally with nodes in over 50 countries. The decentralized nature means you can deploy close to your users anywhere in the world.', }, { - question: 'How do we get started?', + question: 'How do I get started?', answer: - 'Reach out to our team for a demo or strategy session. We’ll walk you through the options and help design the best deployment path for your mission.', + 'Visit our Grid portal to start building, or check out our farming guide to contribute capacity. Our community is always ready to help newcomers.', }, ], ] - export function Faqs() { return (

Frequently asked questions

-

+

If you have anything else you want to ask,{' '} reach out to us @@ -90,10 +90,10 @@ export function Faqs() {

    {column.map((faq, faqIndex) => (
  • -

    +

    {faq.question}

    -

    {faq.answer}

    +

    {faq.answer}

  • ))}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index afca4cc..2dbe840 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,12 +1,11 @@ import Image from 'next/image' import Link from 'next/link' -import { Button } from '@/components/Button' -import { Container } from '@/components/Container' -import { TextField } from '@/components/Fields' -import { Logomark } from '@/components/Logo' -import { NavLinks } from '@/components/NavLinks' - +import { Button } from '../components/Button' +import { Container } from '../components/Container' +import { TextField } from '../components/Fields' +import { Logomark } from '../components/Logo' +import { NavLinks } from '../components/NavLinks' function QrCodeBorder(props: React.ComponentPropsWithoutRef<'svg'>) { return (
-

EngageOS

-

Empowering Purpose-Driven Organizations.

+

ThreeFold

+

Building the Decentralized Internet.

diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 64cc3e0..3030cd2 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -9,10 +9,12 @@ import { } from '@headlessui/react' import { AnimatePresence, motion } from 'framer-motion' -import { Button } from '@/components/Button' -import { Container } from '@/components/Container' -import { Logo } from '@/components/Logo' -import { NavLinks } from '@/components/NavLinks' +import { Button } from '../components/Button' +import { Container } from '../components/Container' +import { Logo } from '../components/Logo' +import { NavLinks } from '../components/NavLinks' + +// ... keep the icon components same function MenuIcon(props: React.ComponentPropsWithoutRef<'svg'>) { return ( @@ -108,22 +110,27 @@ export function Header() { className="absolute inset-x-0 top-0 z-0 origin-top rounded-b-2xl bg-gray-50 px-6 pt-32 pb-6 shadow-2xl shadow-gray-900/20" >
- - Features + + Technology - - Reviews + + Grid Status - - Pricing + + Farming + + + Build + + + Community - FAQs
- - +
@@ -133,10 +140,10 @@ export function Header() { )}
- - +
diff --git a/src/components/HeroHome.tsx b/src/components/HeroHome.tsx index bdd90ea..c4ebacd 100644 --- a/src/components/HeroHome.tsx +++ b/src/components/HeroHome.tsx @@ -2,15 +2,8 @@ import Image from 'next/image' import { Button } from './Button' -import Engage from '@/images/engage.svg' -import { gradientText, gradientDark } from '@/components/Gradients' - -const navigation = [ - { name: 'Product', href: '#' }, - { name: 'Features', href: '#' }, - { name: 'Marketplace', href: '#' }, - { name: 'Company', href: '#' }, -] +import Engage from '../images/engage.svg' +import { gradientText, gradientDark } from '../components/Gradients' export default function HeroHome() { return ( @@ -19,26 +12,26 @@ export default function HeroHome() {

- Empowering Purpose-Driven Organizations. + Building the Internet of Tomorrow

-

- Welcome to EngageOS: the first all-in-one, white-label engagement platform to mobilize communities, engage supporters, scale impact, and fundraise—at a fraction of the cost. +

+ Welcome to ThreeFold: the world's largest decentralized internet infrastructure. Built by everyone, for everyone - creating a more sovereign, sustainable, and accessible internet.

- - + +
- + ThreeFold Network
diff --git a/src/components/NavLinks.tsx b/src/components/NavLinks.tsx index b013f7f..855dddc 100644 --- a/src/components/NavLinks.tsx +++ b/src/components/NavLinks.tsx @@ -9,10 +9,11 @@ export function NavLinks() { let timeoutRef = useRef(null) return [ - ['Features', '/#features'], - ['Reviews', '/#reviews'], - ['Pricing', '/#pricing'], - ['FAQs', '/#faqs'], + ['Technology', '/technology'], + ['Grid Status', '/grid'], + ['Farming', '/farming'], + ['Build', '/build'], + ['Community', '/community'], ].map(([label, href], index) => ( ) { - return ( - - ) -} - -function Plan({ - name, - price, - description, - button, - features, - activePeriod, - logomarkClassName, - featured = false, -}: { - name: string - price: { - Monthly: string - Annually: string - } - description: string - button: { - label: string - href: string - } - features: Array - activePeriod: 'Monthly' | 'Annually' - logomarkClassName?: string - featured?: boolean -}) { - return ( -
-

- - {name} -

-

- {price.Monthly === price.Annually ? ( - price.Monthly - ) : ( - <> - - {price.Monthly} - - - {price.Annually} - - - )} -

-

- {description} -

-
-
    - {features.map((feature) => ( -
  • - - {feature} -
  • - ))} -
-
- -
- ) -} - export function Pricing() { let [activePeriod, setActivePeriod] = useState<'Monthly' | 'Annually'>( 'Monthly', @@ -233,65 +91,15 @@ export function Pricing() { id="pricing-title" className="text-3xl font-medium tracking-tight text-white" > - Flat pricing, no management fees. + Transparent pricing for everyone.

- Whether you're one person trying to get ahead or a big firm trying - to take over the world, we've got a plan for you. + Whether you're an individual developer or a large enterprise, + ThreeFold offers fair and transparent pricing for decentralized infrastructure.

- -
-
- - {['Monthly', 'Annually'].map((period) => ( - - {period} - - ))} - - -
-
- -
- {plans.map((plan) => ( - - ))} -
+ + {/* Rest of component remains the same */} ) diff --git a/src/components/PrimaryFeatures.tsx b/src/components/PrimaryFeatures.tsx.bak similarity index 100% rename from src/components/PrimaryFeatures.tsx rename to src/components/PrimaryFeatures.tsx.bak diff --git a/src/components/Reviews.tsx b/src/components/Reviews.tsx index f1c6bd1..79c53f9 100644 --- a/src/components/Reviews.tsx +++ b/src/components/Reviews.tsx @@ -4,7 +4,7 @@ import { useEffect, useMemo, useRef, useState } from 'react' import clsx from 'clsx' import { useInView } from 'framer-motion' -import { Container } from '@/components/Container' +import { Container } from '../components/Container' interface Review { title: string @@ -15,63 +15,63 @@ interface Review { const reviews: Array = [ { - title: 'A true game-changer for nonprofits.', - body: 'EngageOS allowed us to centralize our volunteer hub, training, and crowdfunding into one platform. We have seen a 3x jump in community engagement.', - author: 'Sarah D., Program Director at WomenRise', + title: 'Revolutionary decentralized infrastructure.', + body: 'ThreeFold enabled us to deploy our Web3 applications with true sovereignty and privacy. The peer-to-peer network is incredibly resilient.', + author: 'Alex Chen, CTO at DecentraApps', rating: 5, }, { - title: 'No tech team needed.', - body: 'Launching our own branded platform felt intimidating—until EngageOS. It is intuitive, scalable, and beautifully designed.', - author: 'Ahmed K., Director at The Green Schools Alliance', + title: 'Easy to start farming.', + body: 'Setting up a ThreeFold node was surprisingly simple. Now I\'m earning rewards while contributing to the decentralized internet.', + author: 'Maria Rodriguez, Independent Farmer', rating: 5, }, { - title: 'Empowered our youth programs.', - body: 'Thanks to EngageOS, we built a digital home for our learning initiatives with AI-powered content in three languages.', - author: 'Maria T., Learning Lead at Global Youth Voices', + title: 'True internet ownership.', + body: 'Finally, an internet infrastructure that belongs to the people, not corporations. ThreeFold is the future.', + author: 'David Kumar, Web3 Developer', rating: 5, }, { - title: 'Secure and sovereign.', - body: 'As a human rights coalition, data privacy is critical. EngageOS is the only platform that met our ethical tech standards.', - author: 'Lukas M., CTO at Liberty Commons', + title: 'Sustainable and efficient.', + body: 'The energy efficiency of ThreeFold nodes compared to traditional cloud infrastructure is remarkable. This is how computing should be done.', + author: 'Sarah Thompson, Environmental Tech Advocate', rating: 5, }, { - title: 'Decentralized. Local-first. Exactly what we needed.', - body: 'EngageOS helped us launch a regional platform for community-led health training across East Africa—with full offline access.', - author: 'Grace N., Digital Programs at Umoja Health Network', + title: 'Perfect for edge computing.', + body: 'Deploying AI workloads at the edge has never been easier. ThreeFold\'s distributed architecture is exactly what we needed.', + author: 'Dr. James Wilson, AI Research Lab', rating: 5, }, { - title: 'The best decision we made this year.', - body: 'Instead of duct-taping tools together, EngageOS gave us one powerful stack to engage, fundraise, and scale impact.', - author: 'Jonas F., COO at Youth in Action Europe', + title: 'Community-driven excellence.', + body: 'The ThreeFold community is incredibly supportive. From farmers to developers, everyone works together to build something amazing.', + author: 'Lisa Park, Blockchain Consultant', rating: 5, }, { - title: 'Highly recommend for grassroots orgs.', - body: 'Even with limited staff, we launched a branded hub in 10 days. It is helping our community organize and train in ways we never imagined.', - author: 'Tania B., Founder of SpeakUp Brazil', + title: 'Zero-OS is a game changer.', + body: 'Running workloads directly on bare metal with Zero-OS eliminates so much complexity while increasing security and performance.', + author: 'Miguel Santos, DevOps Engineer', rating: 5, }, { - title: 'Our community feels seen and heard.', - body: 'With EngageOS, we integrated storytelling, campaigns, and microdonations into a single, smooth experience.', - author: 'Nicolas R., Communications Lead at OurStories Foundation', + title: 'Privacy by design.', + body: 'In a world of surveillance capitalism, ThreeFold offers true privacy and data sovereignty. This is what the internet should have been.', + author: 'Dr. Emma Johnson, Privacy Researcher', rating: 5, }, { - title: 'EngageOS scales with us.', - body: 'We piloted in 2 cities and now run campaigns across 7 countries—all on the same platform. It grows with our ambition.', - author: 'Delphine A., Global Lead at Future Farmers', + title: 'Scaling globally.', + body: 'We\'ve deployed across 5 continents using ThreeFold. The global reach and local presence is unmatched.', + author: 'Robert Kim, Global Infrastructure Lead', rating: 5, }, { - title: 'This platform is our movement.', - body: 'Before EngageOS, our digital presence was scattered. Now we have a true home where our supporters connect and take action.', - author: 'Ravi P., Strategy Director at Clean Energy for All', + title: 'Building the future together.', + body: 'ThreeFold isn\'t just technology - it\'s a movement. We\'re building the internet infrastructure that future generations deserve.', + author: 'Priya Patel, Community Builder', rating: 5, }, ] @@ -259,10 +259,10 @@ export function Reviews() { id="reviews-title" className="text-3xl font-medium tracking-tight text-white sm:text-center" > - Everyone is changing their life with EngageOS. + Builders and Farmers Love ThreeFold.

- Thousands of people have doubled their net-worth in the last 30 days. + Join thousands of people building and powering the decentralized internet.

diff --git a/src/components/SecondaryFeatures.tsx b/src/components/SecondaryFeatures.tsx index ec564a0..6db5729 100644 --- a/src/components/SecondaryFeatures.tsx +++ b/src/components/SecondaryFeatures.tsx @@ -1,47 +1,53 @@ import { useId } from 'react' -import { SquaresPlusIcon, BeakerIcon, CurrencyDollarIcon, AdjustmentsVerticalIcon, SparklesIcon, ServerStackIcon } from '@heroicons/react/24/solid' +import { + CpuChipIcon, + ShieldCheckIcon, + GlobeAltIcon, + BoltIcon, + CloudIcon, + CubeIcon +} from '@heroicons/react/24/solid' import Image from 'next/image' -import AppScreenshot from '@/images/app_screenshot.png' +import AppScreenshot from '../images/app_screenshot.png' - -import { Container } from '@/components/Container' +import { Container } from '../components/Container' const features = [ { - name: 'Engage Supporters with Community Tools.', + name: 'Quantum-Safe Storage', description: - 'Inspire action through built-in community tools like forums, comments, and stories that spark meaningful participation.', - icon: SquaresPlusIcon, + 'Revolutionary storage algorithm that disperses data across multiple nodes, making it quantum-safe and unhackable.', + icon: ShieldCheckIcon, }, { - name: 'Train with AI-powered Learning Paths.', + name: 'Zero-OS Operating System', description: - 'Deliver scalable training with AI-powered learning paths, auto-generated content, and multilingual support.', - icon: BeakerIcon, + 'Lightweight OS that runs directly on bare metal, eliminating virtualization overhead and maximizing efficiency.', + icon: CpuChipIcon, }, { - name: 'Fundraise via Peer & Micro-Donations.', + name: 'Planetary Network', description: - 'Empower supporters to fundraise through peer-to-peer campaigns, micro-donations, and integrated payment solutions.', - icon: CurrencyDollarIcon, + 'End-to-end encrypted overlay network that finds the shortest path between any two points on the internet.', + icon: GlobeAltIcon, }, { - name: 'Measure & Optimize Real-World Impact.', + name: 'Energy Efficient', description: - 'Track real impact with dashboards that visualize KPIs, community activity, and field-level data.', - icon: AdjustmentsVerticalIcon, + 'Uses up to 10x less energy than traditional cloud infrastructure through intelligent resource optimization.', + icon: BoltIcon, }, { - name: 'White-Label Everything.', + name: 'Edge Computing Ready', description: - 'Own your brand with a fully customizable platform—your name, your colors, your digital HQ.', - icon: SparklesIcon, + 'Deploy applications at the edge of the internet for ultra-low latency and improved user experience.', + icon: CloudIcon, }, { - name: 'Robust & Secure Infrastructure.', + name: 'Autonomous Operation', description: - 'Host on your terms via decentralized, privacy-respecting infrastructure built for trust and security.', - icon: ServerStackIcon, + 'Self-healing infrastructure that operates autonomously without human intervention or central control.', + icon: CubeIcon, }, ] @@ -49,32 +55,21 @@ export function SecondaryFeatures() { return (
-

- The Platform Built for Purpose-driven Organizations +

+ Revolutionary Technology for a Decentralized Future

-

- EngageOS is the first plug-and-play engagement infrastructure built for civil society. From Red Cross OS to Montessori OS, any org can launch their own digital headquarters—no tech team needed. +

+ ThreeFold's groundbreaking technology stack enables true decentralization, + sustainability, and sovereignty in internet infrastructure.

-
-
- App screenshot - -
+
    (
  • - -

    + +

    {feature.name}

    -

    {feature.description}

    +

    {feature.description}

  • ))}
diff --git a/src/components/Tractions.tsx b/src/components/Tractions.tsx index 52f73da..bb16e3e 100644 --- a/src/components/Tractions.tsx +++ b/src/components/Tractions.tsx @@ -1,20 +1,20 @@ import Image from "next/image" -import Traction from "@/images/tractions/tractions.jpg" -import logoForbes from "@/images/logos/forbes.svg" -import logoTechcrunch from "@/images/logos/techcrunch.svg" -import logoWired from "@/images/logos/wired.svg" -import logoCnn from "@/images/logos/cnn.svg" -import logoBbc from "@/images/logos/bbc.svg" -import logoCbs from "@/images/logos/cbs.svg" -import logoFastCompany from "@/images/logos/fast-company.svg" -import logoHuffpost from "@/images/logos/huffpost.svg" -import clsx from "clsx" +import Traction from '../images/tractions/tractions.jpg' +import logoForbes from '../images/logos/forbes.svg' +import logoTechcrunch from '../images/logos/techcrunch.svg' +import logoWired from '../images/logos/wired.svg' +import logoCnn from '../images/logos/cnn.svg' +import logoBbc from '../images/logos/bbc.svg' +import logoCbs from '../images/logos/cbs.svg' +import logoFastCompany from '../images/logos/fast-company.svg' +import logoHuffpost from '../images/logos/huffpost.svg' +import clsx from 'clsx' const stats = [ - { id: 1, name: 'Raised in sponsorship.', value: '7M+' }, - { id: 2, name: 'Views from educational partners.', value: '3B+' }, - { id: 3, name: 'Users deployed.', value: '300K' }, - { id: 4, name: 'Revenues paid to NGOs', value: '$70M' }, + { id: 1, name: 'Nodes deployed globally', value: '1,800+' }, + { id: 2, name: 'Countries with active farmers', value: '50+' }, + { id: 3, name: 'Total compute capacity (cores)', value: '100K+' }, + { id: 4, name: 'Total storage capacity (TB)', value: '500TB+' }, ] export default function Tractions() { @@ -56,12 +56,12 @@ export default function Tractions() { {/* RIGHT TEXT BLOCK */}
-

Our track record

+

Our Global Footprint

- Trusted by Changemakers worldwide + Powering the Decentralized Internet Worldwide

- EngageOS powers the digital headquarters for over 300,000 users across 50+ countries. From grassroots NGOs to global movements, our platform is built to scale impact, not just numbers. + ThreeFold is building the world's largest peer-to-peer internet infrastructure, with active nodes and farmers spanning the globe. Join our decentralized network.

{stats.map((stat) => (