CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Feat/marketing landing v1 #4105

MergedXSccantynz wants to mergefeat/marketing-landing-v1claude/build-email-service-3R7eoopened Apr 16, 20260/15 tasks
1 changed file+6−3
Modifiedapps/web/app/page.tsx+6−3View fileUnifiedSplit
2626const GOLD = "#cfa630";
2727const GOLD_SOFT = "#efc870";
2828
29type Feature = {
29interface Feature {
3030 number: string;
3131 title: string;
3232 body: string;
33};
33}
3434
3535const FEATURES: Feature[] = [
3636 {
5959 },
6060];
6161
62type Row = { tool: string; price: string };
62interface Row {
63 tool: string;
64 price: string;
65}
6366
6467const STACK_REPLACED: Row[] = [
6568 { tool: "Gmail Workspace + Gemini", price: "$12 – $30 /mo" },
6669
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts