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.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-27 15:31:31 -08:00
parent 3ca401cb2c
commit 37a0bd4533
3 changed files with 24 additions and 36 deletions

View file

@ -181,7 +181,7 @@ export default function MorePagesPage() {
</DialogHeader> </DialogHeader>
<div className="flex flex-col items-center gap-4 py-4"> <div className="flex flex-col items-center gap-4 py-4">
<Link <Link
href="https://calendly.com/eric-surfsense/surfsense-meeting" href="https://cal.com/mod-rohan"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
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" 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() {
<span className="h-px w-8 bg-border" /> <span className="h-px w-8 bg-border" />
</div> </div>
<Link <Link
href="mailto:eric@surfsense.com" href="mailto:rohan@surfsense.com"
className="flex items-center gap-2 text-sm text-muted-foreground transition hover:text-foreground" className="flex items-center gap-2 text-sm text-muted-foreground transition hover:text-foreground"
> >
<IconMailFilled className="h-4 w-4" /> <IconMailFilled className="h-4 w-4" />
eric@surfsense.com rohan@surfsense.com
</Link> </Link>
</div> </div>
</DialogContent> </DialogContent>

View file

@ -23,12 +23,12 @@ export function ContactFormGridWithDetails() {
We'd love to hear from you! We'd love to hear from you!
</p> </p>
<p className="mt-4 max-w-lg text-center text-base text-neutral-600 dark:text-neutral-400"> <p className="mt-4 max-w-lg text-center text-base text-neutral-600 dark:text-neutral-400">
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.
</p> </p>
<div className="mt-10 flex flex-col items-center gap-6"> <div className="mt-10 flex flex-col items-center gap-6">
<Link <Link
href="https://calendly.com/eric-surfsense/surfsense-meeting" href="https://cal.com/mod-rohan"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
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" 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() {
</div> </div>
<Link <Link
href="mailto:eric@surfsense.com" href="mailto:rohan@surfsense.com"
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" 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"
> >
<IconMailFilled className="h-5 w-5" /> <IconMailFilled className="h-5 w-5" />
eric@surfsense.com rohan@surfsense.com
</Link> </Link>
</div> </div>

View file

@ -8,43 +8,34 @@ const demoPlans = [
price: "0", price: "0",
yearlyPrice: "0", yearlyPrice: "0",
period: "", period: "",
billingText: "Includes 30 day PRO trial", billingText: "",
features: [ features: [
"Open source on GitHub", "Self Hostable",
"Upload and chat with 300+ pages of content", "Upload and chat with 300+ pages of content",
"Connects with 8 popular sources, like Drive and Notion", "Includes access to ChatGPT text and audio models",
"Includes limited access to ChatGPT, Claude, and DeepSeek models", "Realtime Collaborative Group Chats with teammates",
"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",
"Community support on Discord", "Community support on Discord",
], ],
description: "Powerful features with some limitations", description: "",
buttonText: "Get Started", buttonText: "Get Started",
href: "/", href: "/",
isPopular: false, isPopular: false,
}, },
{ {
name: "PRO", name: "PRO",
price: "10", price: "0",
yearlyPrice: "10", yearlyPrice: "0",
period: "user / month", period: "",
billingText: "billed annually", billingText: "Free during beta",
features: [ features: [
"Everything in Free", "Everything in Free",
"Upload and chat with 5,000+ pages of content per user", "Includes 6000+ pages of content",
"Connects with 15+ external sources, like Slack and Airtable", "Access to more models and providers",
"Includes extended access to ChatGPT, Claude, and DeepSeek models", "Priority support on Discord",
"Collaboration and commenting features",
"Shared BYOK (Bring Your Own Key)",
"Team and role management",
"Planned: Centralized billing",
"Priority support",
], ],
description: "The AI knowledge base for individuals and teams", description: "",
buttonText: "Upgrade", buttonText: "Get Started",
href: "/contact", href: "/",
isPopular: true, isPopular: true,
}, },
{ {
@ -55,12 +46,9 @@ const demoPlans = [
billingText: "", billingText: "",
features: [ features: [
"Everything in Pro", "Everything in Pro",
"Connect and chat with virtually unlimited pages of content",
"Limit models and/or providers",
"On-prem or VPC deployment", "On-prem or VPC deployment",
"Planned: Audit logs and compliance", "Audit logs and compliance",
"Planned: SSO, OIDC & SAML", "SSO, OIDC & SAML",
"Planned: Role-based access control (RBAC)",
"White-glove setup and deployment", "White-glove setup and deployment",
"Monthly managed updates and maintenance", "Monthly managed updates and maintenance",
"SLA commitments", "SLA commitments",