Skip to content

Commit 74a3821

Browse files
committed
Update freebuff landing page text: LOADED description and FAQ
- LOADED: 9 specialized subagents with examples and 'and more' - FAQ: Changed 'ads' to 'text ads' in free explanation
1 parent d2a8a18 commit 74a3821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freebuff/web/src/app/home-client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const faqs = [
2626
{
2727
question: 'How can it be free?',
2828
answer:
29-
'Freebuff is supported by ads shown in the CLI.',
29+
'Freebuff is supported by text ads shown in the CLI.',
3030
},
3131
{
3232
question: 'What models do you use?',
@@ -344,7 +344,7 @@ function FAQList() {
344344
const PHILOSOPHY_WORDS = [
345345
{ word: 'SIMPLE', description: 'No modes. No config. Just works.' },
346346
{ word: 'FAST', description: '5–10× speed up via fast models and quick context gathering.' },
347-
{ word: 'LOADED', description: '9 specialized subagents for code review, browser use, and deep thinking with your ChatGPT subscription.' },
347+
{ word: 'LOADED', description: '9 specialized subagents: code review, browser use, deep thinking with your ChatGPT subscription, and more.' },
348348
]
349349

350350
function PhilosophySection() {

0 commit comments

Comments
 (0)