2026-03-09 — PR #299
We refactored VpStarterBranchPage and EnterpriseIndustryTemplate to use a new LandingPagePage template instead of ProductPagePage. This isolates VP landing pages from future Quatico theming changes to ProductPagePage.
To prove the isolation works, we hardcoded data-theme="product" in ProductPagePage to simulate Quatico theming being applied. See WIP PR #300.
VP-Starter Home (ProductPagePage with theme="vp-starter"):
VP-Starter Branch (LandingPagePage with theme="vp-starter"):
VP-Starter Home — switched to purple (Quatico theme took effect):
VP-Starter Branch — still teal (isolated by LandingPagePage):
| Page | Template | Before | After | Verdict |
|---|---|---|---|---|
| VP-Starter Home | ProductPagePage |
Teal | Purple | Theme change propagated (expected) |
| VP-Starter Branch | LandingPagePage |
Teal | Teal | Isolated from change (expected) |
The refactoring correctly isolates landing pages from product page theme changes.







