"use client"; import React from "react"; import Link from "next/link"; import { useAccount } from 'wagmi'; export default function Home() { useAccount(); return ( <> {/* Full Page Gradient Background */}
{/* Decorative Blur Elements */}
{/* Hero Section */}

Discover decentralized AI using the 0G Compute Network

Quick Start Learn Concepts
{/* Feature Cards */}

Account Management

Manage your account balance, add funds for AI services.

Go to Account →

AI Inference

Chat with various AI models, test different providers, and experience decentralized AI.

Go to Inference →

Fine-tuning

Customize AI models with your own data for personalized use cases.

Go to Fine-tuning →
{/* Documentation */}

Getting Started

1

Connect Your Wallet

Connect your MetaMask wallet and switch to the 0G testnet.

2

Fund Your Account

Add some 0G tokens to your account to pay for AI services.

3

Start Using AI

Choose a provider and start chatting with AI models or fine-tune your own.

); }