From 7cccdad1ba19a79cd4206beca3e244eea7770397 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Thu, 2 Apr 2026 22:59:48 +0100 Subject: [PATCH] [AI] Remove Payee Locations and Smarter Imports from video Reduced to 5 features: Drag & Drop, Donut Chart (tier 1), Budget Notes, Actual CLI, Custom Themes (tier 2). Co-Authored-By: Claude Opus 4.6 (1M context) --- my-video/src/constants.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/my-video/src/constants.ts b/my-video/src/constants.ts index 20e9f99d41..5d693a598a 100644 --- a/my-video/src/constants.ts +++ b/my-video/src/constants.ts @@ -42,12 +42,6 @@ export const TIER1_FEATURES: Feature[] = [ screenshot: "donut-chart.png", accentColor: COLORS.accentCyan, }, - { - title: "Payee Locations", - tagline: "Know where you spend", - screenshot: "payee-locations.png", - accentColor: COLORS.accentCyan, - }, ]; export const TIER2_FEATURES: Feature[] = [ @@ -69,12 +63,6 @@ export const TIER2_FEATURES: Feature[] = [ screenshot: "themes.png", accentColor: COLORS.accentCoral, }, - { - title: "Smarter Imports", - tagline: "More control over your data", - screenshot: "imports.png", - accentColor: COLORS.accentCoral, - }, ]; // Total = TITLE + 3*TIER1 + 4*TIER2 + OUTRO - 8*TRANSITION