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.
- 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
npm install
npm run devThe dev server starts on port 3000. Alternatively, use the Netlify CLI for full platform emulation:
netlify devsrc/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 loadingsrc/styles.css— Global styles and Tailwind configurationpublic/— Static assets