A premium cannabis vape brand website built for Palisades.
| Folder | What it is |
|---|---|
site/ |
Production bundle — index.html, our-story.html, the-edit.html, colorway selector, lifestyle carousel, store locator, embedded assets. Deploy this. |
src/ |
Lighter single-page variant (older/alternate). |
Local preview (full site): ./serve.sh or cd site && python3 -m http.server 8000
Deploy: see CURSOR_DEPLOY.md — Netlify uses netlify.toml → publish directory site.
- Brand: Palisades - New Jersey rooted, elevated cannabis vapes
- Aesthetic: Minimal, calm, premium - "cannabis meets skincare"
- Goal: Build brand desire, educate products, drive retail, capture email, grow community
- Pure HTML/CSS/JS (no framework)
- Tailwind-inspired custom CSS
- Responsive, mobile-first
- Google Fonts (Inter)
src/
├── index.html # Main page (single page site)
├── css/
│ └── styles.css # Complete design system
├── js/
│ └── main.js # Age gate, smooth scroll, forms
└── assets/
└── images/ # (add your photos here)
├── hero.jpg
├── brand-story.jpg
├── product-1.jpg
├── product-2.jpg
└── product-3.jpg
- Hero - "Rooted in Calm" - atmospheric, brand hook
- Brand Story - Origin, philosophy, New Jersey roots
- Products - 3 product cards with clean presentation
- Philosophy - 3 pillars: Crafted, Rooted, Calm
- Find Us - ZIP code store locator
- Community - Email signup, social links
- Footer - Compliance, contact, legal
- ✅ Age verification gate (21+)
- ✅ Responsive design (mobile, tablet, desktop)
- ✅ Smooth scroll navigation
- ✅ Scroll reveal animations
- ✅ Working store locator (mock data)
- ✅ Email signup form
- ✅ Accessibility considerations
- ✅ Cannabis compliance ready
- Replace placeholder images in
/assets/images/ - Update store locator with real API/data
- Connect email form to your provider (ConvertKit, Postmark, etc.)
- Add real social links
- Deploy to Netlify/Vercel
- Configure domain
See /docs/design-system.md for full color palette, typography, and components.
- Add real product images
- Connect store locator API
- Set up email integration
- Deploy and test
- Add analytics (Plausible/Fathom)