Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1021 Bytes

File metadata and controls

31 lines (22 loc) · 1021 Bytes

AD Metals — Landing Page

A landing page for AD Metals, a precious metals art company operating out of Hong Kong, Dubai, and Kuwait. The site showcases their core capabilities: gold and silver miniature sculptures, investment bars, and 3D-printed alloy aircraft models.

Technologies

  • TanStack Start — React meta-framework with file-based routing
  • Tailwind CSS v4 — utility-first styling
  • Lucide React — icon library
  • Vite — build tool and dev server
  • Netlify — deployment platform

Running Locally

npm install
npm run dev

The dev server starts on port 3000. Alternatively, use the Netlify CLI for full platform emulation:

netlify dev

Project Structure

  • src/routes/index.tsx — Main landing page with all sections (hero, capabilities, collection, trust, contact, footer)
  • src/routes/__root.tsx — Root layout with meta tags and font loading
  • src/styles.css — Global styles and Tailwind configuration
  • public/ — Static assets