You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: freebuff/web/src/app/home-client.tsx
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ const faqs = [
22
22
'Freebuff is supported by ads shown in the CLI.',
23
23
},
24
24
{
25
-
question: 'What model do you use?',
25
+
question: 'What models do you use?',
26
26
answer:
27
27
'MiniMax M2.5 as the main coding agent, Gemini 3.1 Flash Lite for finding files and research, and GPT-5.4 for deep thinking if you connect your ChatGPT subscription.',
28
28
},
@@ -107,6 +107,12 @@ function FAQList() {
107
107
)
108
108
}
109
109
110
+
constPHILOSOPHY_WORDS=[
111
+
{word: 'FAST',description: '3× the speed of Claude Code'},
112
+
{word: 'SIMPLE',description: 'No modes. No config. Just code.'},
113
+
{word: 'LOADED',description: 'Web research, browser use, and more — built in'},
114
+
]
115
+
110
116
constwordVariant={
111
117
initial: {opacity: 0,y: 30,filter: 'blur(8px)'},
112
118
animate: {
@@ -166,7 +172,7 @@ export default function HomeClient() {
0 commit comments