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>
<div className="flex flex-col items-center gap-4 py-4">
<Link
href="https://calendly.com/eric-surfsense/surfsense-meeting"
href="https://cal.com/mod-rohan"
target="_blank"
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"
@ -195,11 +195,11 @@ export default function MorePagesPage() {
<span className="h-px w-8 bg-border" />
</div>
<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"
>
<IconMailFilled className="h-4 w-4" />
eric@surfsense.com
rohan@surfsense.com
</Link>
</div>
</DialogContent>