Skip to content

YazhuEth/Horizon-Studio-Website

Repository files navigation

Horizon Studio

Web3 development agency website built with Next.js 14, TypeScript, and TailwindCSS.

Project Structure

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

Development

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Environment Variables

Create a .env.local file in the root directory:

TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_id

Designed & Built by Yazh HORIZON STUDIO © 2025

About

Official Website of Horizon Studio - Web3 Development Agency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors