From 37a0bd453322b4bf052d855cd6e175e94ca2d888 Mon Sep 17 00:00:00 2001
From: "DESKTOP-RTLN3BA\\$punk"
Date: Fri, 27 Feb 2026 15:31:31 -0800
Subject: [PATCH] feat: update contact information and meeting links across
components
- Changed meeting link from Calendly to Cal.com for scheduling.
- Updated email contact from eric@surfsense.com to rohan@surfsense.com in multiple components.
- Revised text in the contact form to reflect the new scheduling options.
---
.../[search_space_id]/more-pages/page.tsx | 6 +--
.../components/contact/contact-form.tsx | 8 ++--
.../components/pricing/pricing-section.tsx | 46 +++++++------------
3 files changed, 24 insertions(+), 36 deletions(-)
diff --git a/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx
index f2e9fb731..77ca38c38 100644
--- a/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx
+++ b/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx
@@ -181,7 +181,7 @@ export default function MorePagesPage() {
- eric@surfsense.com
+ rohan@surfsense.com
diff --git a/surfsense_web/components/contact/contact-form.tsx b/surfsense_web/components/contact/contact-form.tsx
index 6f6e9f5b4..967c1c524 100644
--- a/surfsense_web/components/contact/contact-form.tsx
+++ b/surfsense_web/components/contact/contact-form.tsx
@@ -23,12 +23,12 @@ export function ContactFormGridWithDetails() {
We'd love to hear from you!
- Schedule a meeting with our Head of Product, Eric Lammertsma, or send us an email.
+ Schedule a meeting with us, or send us an email.
- eric@surfsense.com
+ rohan@surfsense.com
diff --git a/surfsense_web/components/pricing/pricing-section.tsx b/surfsense_web/components/pricing/pricing-section.tsx
index 7528aeb0b..553fa4e7f 100644
--- a/surfsense_web/components/pricing/pricing-section.tsx
+++ b/surfsense_web/components/pricing/pricing-section.tsx
@@ -8,43 +8,34 @@ const demoPlans = [
price: "0",
yearlyPrice: "0",
period: "",
- billingText: "Includes 30 day PRO trial",
+ billingText: "",
features: [
- "Open source on GitHub",
+ "Self Hostable",
"Upload and chat with 300+ pages of content",
- "Connects with 8 popular sources, like Drive and Notion",
- "Includes limited access to ChatGPT, Claude, and DeepSeek models",
- "Supports 100+ more LLMs, including Gemini, Llama and many more",
- "50+ File extensions supported",
- "Generate podcasts in seconds",
- "Cross-Browser Extension for dynamic webpages including authenticated content",
+ "Includes access to ChatGPT text and audio models",
+ "Realtime Collaborative Group Chats with teammates",
"Community support on Discord",
],
- description: "Powerful features with some limitations",
+ description: "",
buttonText: "Get Started",
href: "/",
isPopular: false,
},
{
name: "PRO",
- price: "10",
- yearlyPrice: "10",
- period: "user / month",
- billingText: "billed annually",
+ price: "0",
+ yearlyPrice: "0",
+ period: "",
+ billingText: "Free during beta",
features: [
"Everything in Free",
- "Upload and chat with 5,000+ pages of content per user",
- "Connects with 15+ external sources, like Slack and Airtable",
- "Includes extended access to ChatGPT, Claude, and DeepSeek models",
- "Collaboration and commenting features",
- "Shared BYOK (Bring Your Own Key)",
- "Team and role management",
- "Planned: Centralized billing",
- "Priority support",
+ "Includes 6000+ pages of content",
+ "Access to more models and providers",
+ "Priority support on Discord",
],
- description: "The AI knowledge base for individuals and teams",
- buttonText: "Upgrade",
- href: "/contact",
+ description: "",
+ buttonText: "Get Started",
+ href: "/",
isPopular: true,
},
{
@@ -55,12 +46,9 @@ const demoPlans = [
billingText: "",
features: [
"Everything in Pro",
- "Connect and chat with virtually unlimited pages of content",
- "Limit models and/or providers",
"On-prem or VPC deployment",
- "Planned: Audit logs and compliance",
- "Planned: SSO, OIDC & SAML",
- "Planned: Role-based access control (RBAC)",
+ "Audit logs and compliance",
+ "SSO, OIDC & SAML",
"White-glove setup and deployment",
"Monthly managed updates and maintenance",
"SLA commitments",