Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hotbite

Wrapped in flavor β€” bold street food, delivered hot.

Hotbite is the marketing site for a street-food brand, built with Next.js (App Router), React 19, and Tailwind CSS 4.

Tech Stack

Getting Started

Install dependencies and run the development server:

pnpm install
pnpm dev

Open http://localhost:3000 to see the result.

Scripts

Command Description
pnpm dev Start the development server
pnpm build Build the app for production
pnpm start Start the production server
pnpm lint Run ESLint

Project Structure

src/
β”œβ”€β”€ app/                  # Routes (App Router)
β”‚   β”œβ”€β”€ page.tsx          # Home page
β”‚   β”œβ”€β”€ layout.tsx        # Root layout, fonts, metadata
β”‚   β”œβ”€β”€ not-found.tsx     # 404 page
β”‚   β”œβ”€β”€ licenses/         # Licenses page
β”‚   └── privacy-policy/   # Privacy policy page
β”œβ”€β”€ components/           # Page sections and UI building blocks
β”‚   β”œβ”€β”€ hero/ about/ featured/ slogan/ menu/ ticker/
β”‚   β”œβ”€β”€ values/ testimonials/ gallery/ benefits/
β”‚   β”œβ”€β”€ order/ contact/ footer/ header/
β”‚   β”œβ”€β”€ licenses/ privacy/ not-found/
β”‚   β”œβ”€β”€ emoji/ logo/ providers/ ui/
β”œβ”€β”€ assets/               # Images used across sections
└── lib/                  # Shared utilities (e.g. scroll helpers)

The home page (src/app/page.tsx) composes the full landing experience from section components: Hero, About, Featured, Slogan, Menu, Ticker, Values, Testimonials, Gallery, Benefits, PhraseTicker, Order, Contact, and Footer.

Fonts

Uses next/font to load and self-host:

  • Londrina Solid β€” display font
  • Andika β€” body font

Environment Variables

Variable Description Default
NEXT_PUBLIC_SITE_URL Base URL used for metadata and Open Graph images http://localhost:3000

Deployment

The easiest way to deploy is with Vercel, the platform from the creators of Next.js. See the Next.js deployment docs for details.

About

Hotbite is a street-food restaurant brand presented as a full marketing website design in a single Figma file titled "πŸ”₯ Design". The visual language is bold and playful, featuring chunky orange display type, dark burnt-brown surfaces, cream pill-shaped buttons, hand-drawn flavor-tag stickers, emoji accents, and warm food photography.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages