From ff8776889a372e2cb8b5b0102a0fd297d685beda Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Fri, 8 Nov 2024 13:29:24 -0800 Subject: [PATCH 1/2] feat: Use /contact for our contact page The page existed, we just weren't using it. --- src/components/Footer.tsx | 2 +- src/pages/contact.md | 27 ++++++++++++++++++--------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f727fa57..91ec9db9 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -95,7 +95,7 @@ export const Footer = () => {
  • Contact Us diff --git a/src/pages/contact.md b/src/pages/contact.md index b16ac189..808914bd 100644 --- a/src/pages/contact.md +++ b/src/pages/contact.md @@ -6,17 +6,26 @@ description: Contact Shorebird # Contact -## Support +## 🛟 Support -Shorebird [Discord](https://discord.gg/shorebird) is the fastest way to get -support. +Filing an issue on [GitHub](https://github.com/shorebirdtech/shorebird/issues/new/choose) is the most direct to record the necessary information for us to help. -Paying Shorebird customers are eligible for private support via a private -Discord channel. Ask any Shorebird team member for access. +[Discord](https://discord.gg/shorebird) reaches our team via live chat. -You can also [email us](mailto:contact@shorebird.dev), but we're slower to -respond there. +Paying Shorebird customers can access private support channels +on Discord by messaging a Shorebird team member. -## Sales +You're also welcome to [email us](mailto:contact@shorebird.dev). -[Email](mailto:contact@shorebird.dev) is the best way to reach our sales team. +## 🏷️ Sales + +[Email](contact@shorebird.dev) our sales team or [schedule a call](https://calendly.com/eseidel/shorebird-sales). + +## 🐌 Mail + +Shorebird is globally remote, we have no physical office. Contracts or physical mail should use: + +``` +2261 Market Street #5112 +San Francisco, CA 94114-1612 +``` \ No newline at end of file From 721ab8ffc93a0cff4291e51aa02a93ff51038a4f Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Fri, 8 Nov 2024 13:30:22 -0800 Subject: [PATCH 2/2] chore: npm run format --- src/pages/contact.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/contact.md b/src/pages/contact.md index 808914bd..bb5299cd 100644 --- a/src/pages/contact.md +++ b/src/pages/contact.md @@ -23,9 +23,9 @@ You're also welcome to [email us](mailto:contact@shorebird.dev). ## 🐌 Mail -Shorebird is globally remote, we have no physical office. Contracts or physical mail should use: +Shorebird is globally remote, we have no physical office. Contracts or physical mail should use: ``` 2261 Market Street #5112 San Francisco, CA 94114-1612 -``` \ No newline at end of file +```