You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **4** | **Social** | Verify Instagram bio link, WhatsApp CTA, ManyChat flows, Facebook, X, TikTok, Pinterest, YouTube all point to main site with deep links |
21
+
| **5** | **Google Merchant Center** | Ensure Shopify feed (ID 5717495012) syncs; product links use main domain; Shopping ads land on main site |
22
+
| **6** | **All pages** | Verify `/`, `/products`, `/products/[handle]`, cart, checkout, login redirects, Find My Ritual, Beauty Assistant, `/health` on main site |
23
+
| **7** | **Repo config** | In understand-project: `.env` from template; Tailwind tokens applied; workflows (deploy-health-check, sync-file-changes-to-lovable, sync-issues-prs-to-lovable) in `.github/workflows/`; `LOVABLE_WEBHOOK_URL` secret set |
24
+
| **8** | **Deploy/verify** | Push to main → Lovable deploys; run `curl -s https://asperbeautyshop-com.lovable.app/health` (expect `"status": "ok"`); smoke test homepage, products, chatbot |
25
+
| **9** | **Optional catalog sync** | If needed, run Matrixify or Edge function sync to push CSV catalog updates to Shopify; verify on main site `/products` |
26
26
27
27
Cross-reference APPLY_TO_MAIN_SITE.md whenever preparing a release; do not give generic deployment lectures.
28
28
@@ -34,22 +34,81 @@ Environment setup must follow the established structure. Use **`env.main-site.ex
34
34
35
35
---
36
36
37
-
# 3. Design
37
+
# 3. Design — Clinical Luxury Brand Identity
38
38
39
39
Strictly enforce the **"Morning Spa"** and **"Authentic Quality"** brand identity.
40
40
41
-
- **Tailwind CSS:** The full styling palette (Soft Ivory, Maroon, Shiny Gold) and typographic rules are in **DESIGN_SYSTEM** (VIP folder). Use design tokens: asper-stone, burgundy, polished-gold, asper-ink. No pure #FFF or #000 for main background or primary text.
42
-
- **Four pillars:** Resilience, Transparency, Refinement, Empathy. Every component and flow should align with at least one.
43
-
- **Configuration:** For environment or build config related to UI and deployment, refer to **APPLY_TO_MAIN_SITE.md** in this repo.
44
-
- **Copy:** Authoritative and clinical where needed; empathetic for skin conditions (acne, rosacea). Transparent pricing and ingredients.
41
+
## Design System Tokens
42
+
43
+
**Tailwind CSS:** Use the Clinical Luxury palette from `tailwind.config.ts`:
44
+
- **Primary canvas:** `asper-stone` (#F2EFEB) — warm ivory/light gray, no pure #FFF
0 commit comments