Web3 development agency website built with Next.js 14, TypeScript, and TailwindCSS.
src/
├── app/ # Next.js app router pages
├── components/ # Reusable UI components
│ ├── layout/ # Layout components (navbar, footer)
│ └── ...
├── sections/ # Main page sections
│ ├── contact/ # Contact form and related components
│ ├── faq/ # FAQ section with data
│ └── ...
├── lib/ # Utility functions and API handlers
└── types/ # TypeScript type definitions
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startCreate a .env.local file in the root directory:
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_idDesigned & Built by Yazh HORIZON STUDIO © 2025