'use client'; import React from 'react'; import Image from 'next/image'; import { ENTRY_FEE_DINO } from '../shared'; const Flywheel: React.FC = () => { return (

The $DINO Ecosystem

A sustainable ecosystem that rewards players and builds value

{/* Center $DINO Logo */}
$DINO
{/* Flywheel Image */}
DINO Flywheel Ecosystem
{/* Description below the flywheel */}
🎮

Enter Game

Players pay {`${ENTRY_FEE_DINO}`} $DINO to enter the game and compete for high scores

💰

5% Fees

A portion of entry fees is collected to fund the ecosystem

🔥

Buy Back & Burn

Fees are used to buy back $DINO tokens and permanently remove them

📉

Reduce Supply

Burning tokens reduces total supply, increasing scarcity and value

); }; export default Flywheel;