Skip to content

Commit fb786a3

Browse files
committed
feat(landing): multi-company FAQ, Auto-Map wording, remove dormant sections
- §4: new FAQ 'I keep books for several companies — can I manage them all here?' surfacing multi-graph-per-org (verified: Organization.graphs one-to-many). Framed on the isolated-books-per-company capability only; makes no team/collaboration claim either way. - §2.9: 'you review and approve' -> 'review and adjust' (MappingOperator auto-writes mappings above its confidence threshold; not a hard gate). - §2.10: delete the 6 superseded, unimported landing sections (FeaturesSection, WorkflowSection, ReportCreator, OutputFormats, AIReportingSection, OpenSourceSection) — they carried the removed overclaims (Plaid-live, 'autonomous', 'Coming Soon'). Content is re-told honestly in the new sections; 0 references confirmed.
1 parent e342b72 commit fb786a3

7 files changed

Lines changed: 13 additions & 1596 deletions

File tree

src/components/landing/AIReportingSection.tsx

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/components/landing/FaqSection.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const faqs: { q: string; a: ReactNode }[] = [
2828
<>
2929
No. AI Auto-Map proposes the US-GAAP mapping for your chart of accounts
3030
with confidence scores, and the rule engine validates every entry before
31-
you lock a period. You review and approve — the taxonomy work happens
32-
for you.
31+
you lock a period. You review and adjust — the taxonomy work happens for
32+
you.
3333
</>
3434
),
3535
},
@@ -44,6 +44,17 @@ const faqs: { q: string; a: ReactNode }[] = [
4444
</>
4545
),
4646
},
47+
{
48+
q: 'I keep books for several companies — can I manage them all here?',
49+
a: (
50+
<>
51+
Yes. Each company&apos;s books live in their own isolated graph —
52+
connect QuickBooks per company, close each period independently, and
53+
switch between them from one account. It&apos;s built for accountants
54+
and bookkeepers who run more than one set of books.
55+
</>
56+
),
57+
},
4758
{
4859
q: 'How do I get started, and what does it cost?',
4960
a: (

0 commit comments

Comments
 (0)