Skip to content

Commit d6ae201

Browse files
authored
Merge pull request #843 from MODSetter/dev
feat: update pricing
2 parents 3ca401c + 37a0bd4 commit d6ae201

3 files changed

Lines changed: 24 additions & 36 deletions

File tree

surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default function MorePagesPage() {
181181
</DialogHeader>
182182
<div className="flex flex-col items-center gap-4 py-4">
183183
<Link
184-
href="https://calendly.com/eric-surfsense/surfsense-meeting"
184+
href="https://cal.com/mod-rohan"
185185
target="_blank"
186186
rel="noopener noreferrer"
187187
className="flex w-full items-center justify-center gap-2 rounded-lg bg-primary px-4 py-2.5 text-sm font-medium text-primary-foreground transition hover:bg-primary/90"
@@ -195,11 +195,11 @@ export default function MorePagesPage() {
195195
<span className="h-px w-8 bg-border" />
196196
</div>
197197
<Link
198-
href="mailto:eric@surfsense.com"
198+
href="mailto:rohan@surfsense.com"
199199
className="flex items-center gap-2 text-sm text-muted-foreground transition hover:text-foreground"
200200
>
201201
<IconMailFilled className="h-4 w-4" />
202-
eric@surfsense.com
202+
rohan@surfsense.com
203203
</Link>
204204
</div>
205205
</DialogContent>

surfsense_web/components/contact/contact-form.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export function ContactFormGridWithDetails() {
2323
We'd love to hear from you!
2424
</p>
2525
<p className="mt-4 max-w-lg text-center text-base text-neutral-600 dark:text-neutral-400">
26-
Schedule a meeting with our Head of Product, Eric Lammertsma, or send us an email.
26+
Schedule a meeting with us, or send us an email.
2727
</p>
2828

2929
<div className="mt-10 flex flex-col items-center gap-6">
3030
<Link
31-
href="https://calendly.com/eric-surfsense/surfsense-meeting"
31+
href="https://cal.com/mod-rohan"
3232
target="_blank"
3333
rel="noopener noreferrer"
3434
className="flex items-center gap-3 rounded-xl bg-gradient-to-b from-blue-500 to-blue-600 px-6 py-3 text-base font-medium text-white shadow-lg transition duration-200 hover:from-blue-600 hover:to-blue-700"
@@ -44,11 +44,11 @@ export function ContactFormGridWithDetails() {
4444
</div>
4545

4646
<Link
47-
href="mailto:eric@surfsense.com"
47+
href="mailto:rohan@surfsense.com"
4848
className="flex items-center gap-2 text-base text-neutral-600 transition duration-200 hover:text-neutral-900 dark:text-neutral-400 dark:hover:text-neutral-200"
4949
>
5050
<IconMailFilled className="h-5 w-5" />
51-
eric@surfsense.com
51+
rohan@surfsense.com
5252
</Link>
5353
</div>
5454

surfsense_web/components/pricing/pricing-section.tsx

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,34 @@ const demoPlans = [
88
price: "0",
99
yearlyPrice: "0",
1010
period: "",
11-
billingText: "Includes 30 day PRO trial",
11+
billingText: "",
1212
features: [
13-
"Open source on GitHub",
13+
"Self Hostable",
1414
"Upload and chat with 300+ pages of content",
15-
"Connects with 8 popular sources, like Drive and Notion",
16-
"Includes limited access to ChatGPT, Claude, and DeepSeek models",
17-
"Supports 100+ more LLMs, including Gemini, Llama and many more",
18-
"50+ File extensions supported",
19-
"Generate podcasts in seconds",
20-
"Cross-Browser Extension for dynamic webpages including authenticated content",
15+
"Includes access to ChatGPT text and audio models",
16+
"Realtime Collaborative Group Chats with teammates",
2117
"Community support on Discord",
2218
],
23-
description: "Powerful features with some limitations",
19+
description: "",
2420
buttonText: "Get Started",
2521
href: "/",
2622
isPopular: false,
2723
},
2824
{
2925
name: "PRO",
30-
price: "10",
31-
yearlyPrice: "10",
32-
period: "user / month",
33-
billingText: "billed annually",
26+
price: "0",
27+
yearlyPrice: "0",
28+
period: "",
29+
billingText: "Free during beta",
3430
features: [
3531
"Everything in Free",
36-
"Upload and chat with 5,000+ pages of content per user",
37-
"Connects with 15+ external sources, like Slack and Airtable",
38-
"Includes extended access to ChatGPT, Claude, and DeepSeek models",
39-
"Collaboration and commenting features",
40-
"Shared BYOK (Bring Your Own Key)",
41-
"Team and role management",
42-
"Planned: Centralized billing",
43-
"Priority support",
32+
"Includes 6000+ pages of content",
33+
"Access to more models and providers",
34+
"Priority support on Discord",
4435
],
45-
description: "The AI knowledge base for individuals and teams",
46-
buttonText: "Upgrade",
47-
href: "/contact",
36+
description: "",
37+
buttonText: "Get Started",
38+
href: "/",
4839
isPopular: true,
4940
},
5041
{
@@ -55,12 +46,9 @@ const demoPlans = [
5546
billingText: "",
5647
features: [
5748
"Everything in Pro",
58-
"Connect and chat with virtually unlimited pages of content",
59-
"Limit models and/or providers",
6049
"On-prem or VPC deployment",
61-
"Planned: Audit logs and compliance",
62-
"Planned: SSO, OIDC & SAML",
63-
"Planned: Role-based access control (RBAC)",
50+
"Audit logs and compliance",
51+
"SSO, OIDC & SAML",
6452
"White-glove setup and deployment",
6553
"Monthly managed updates and maintenance",
6654
"SLA commitments",

0 commit comments

Comments
 (0)