diff --git a/.env.example b/.env.example index 9cb7d8127b..477fc39a2b 100644 --- a/.env.example +++ b/.env.example @@ -61,7 +61,7 @@ NEXT_PRIVATE_SMTP_SECURE= # REQUIRED: Defines the sender name to use for the from address. NEXT_PRIVATE_SMTP_FROM_NAME="No Reply @ MonTampon" # REQUIRED: Defines the email address to use as the from address. -NEXT_PRIVATE_SMTP_FROM_ADDRESS="noreply@documenso.com" +NEXT_PRIVATE_SMTP_FROM_ADDRESS="noreply@bangre.co" # OPTIONAL: The API key to use for Resend.com NEXT_PRIVATE_RESEND_API_KEY= # OPTIONAL: The API key to use for MailChannels. diff --git a/apps/marketing/src/app/(marketing)/open/page.tsx b/apps/marketing/src/app/(marketing)/open/page.tsx index 76de85fcfd..3982cab6aa 100644 --- a/apps/marketing/src/app/(marketing)/open/page.tsx +++ b/apps/marketing/src/app/(marketing)/open/page.tsx @@ -149,7 +149,7 @@ export default async function OpenPage() { to share our journey with you. You can read more about why here:{' '} diff --git a/apps/marketing/src/app/(marketing)/pricing/page.tsx b/apps/marketing/src/app/(marketing)/pricing/page.tsx index 41b1b723f5..e51caa9976 100644 --- a/apps/marketing/src/app/(marketing)/pricing/page.tsx +++ b/apps/marketing/src/app/(marketing)/pricing/page.tsx @@ -55,7 +55,7 @@ export default function PricingPage() {
@@ -107,44 +107,6 @@ export default function PricingPage() { - - - How can I contribute? - - - - That's awesome. You can take a look at the current{' '} - - Issues - {' '} - and join our{' '} - - Discord Community - {' '} - to keep up to date, on what the current priorities are. In any case, we are an open - community and welcome all input, technical and non-technical ❤️ - - - - - - Can I use MonTampon commercially? - - - - Yes! MonTampon is offered under the GNU AGPL V3 open source license. This means you - can use it for free and even modify it to fit your needs, as long as you publish your - changes under the same license. - - @@ -169,20 +131,20 @@ export default function PricingPage() { className="text-documenso-700 font-bold" target="_blank" rel="noreferrer" - href="mailto:support@documenso.com" + href="mailto:support@bangre.co" > - support@documenso.com + support@bangre.co {' '} or{' '} - in our Discord-Support-Channel + in our Support Channel {' '} - please message either Lucas or Timur to get added to the channel if you are not + please message us to get added to the channel if you are not already a member. diff --git a/apps/marketing/src/app/layout.tsx b/apps/marketing/src/app/layout.tsx index f7c07429ec..6dccb927fb 100644 --- a/apps/marketing/src/app/layout.tsx +++ b/apps/marketing/src/app/layout.tsx @@ -48,6 +48,9 @@ export const metadata = { description: 'Join MonTampon, and get a 10x better signing experience. Pricing starts at $30/mo. forever! Sign in now and enjoy a faster, smarter, and more beautiful document signing process. Integrates with your favorite tools, customizable, and expandable.', }, + verification: { + google: 'your-google-verification-id-here' + }, }; export default async function RootLayout({ children }: { children: React.ReactNode }) { diff --git a/apps/marketing/src/components/(marketing)/callout.tsx b/apps/marketing/src/components/(marketing)/callout.tsx index 4872eb87d9..3429aae5ed 100644 --- a/apps/marketing/src/components/(marketing)/callout.tsx +++ b/apps/marketing/src/components/(marketing)/callout.tsx @@ -47,7 +47,7 @@ export const Callout = ({ starCount }: CalloutProps) => { event('view-github')} > diff --git a/apps/marketing/src/components/(marketing)/footer.tsx b/apps/marketing/src/components/(marketing)/footer.tsx index e6bdd6e6eb..fc441a6c56 100644 --- a/apps/marketing/src/components/(marketing)/footer.tsx +++ b/apps/marketing/src/components/(marketing)/footer.tsx @@ -18,16 +18,16 @@ export type FooterProps = HTMLAttributes; const SOCIAL_LINKS = [ { href: 'https://twitter.com/documenso', icon: }, - { href: 'https://github.com/documenso/documenso', icon: }, - { href: 'https://documen.so/discord', icon: }, + { href: 'https://calendly.com/sergewilfried/30min', icon: }, + { href: 'https://documen.so/facebook', icon: }, ]; const FOOTER_LINKS = [ { href: '/pricing', text: 'Pricing' }, { href: '/singleplayer', text: 'Singleplayer' }, { href: '/blog', text: 'Blog' }, - { href: 'https://status.documenso.com', text: 'Status', target: '_blank' }, - { href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' }, + { href: 'https://status.tampon.xyz', text: 'Status', target: '_blank' }, + { href: 'mailto:support@bangre.co', text: 'Support', target: '_blank' }, { href: '/privacy', text: 'Privacy' }, ]; diff --git a/apps/marketing/src/components/(marketing)/hero.tsx b/apps/marketing/src/components/(marketing)/hero.tsx index 1669fbf2ae..fb7383b30f 100644 --- a/apps/marketing/src/components/(marketing)/hero.tsx +++ b/apps/marketing/src/components/(marketing)/hero.tsx @@ -120,7 +120,7 @@ export const Hero = ({ className, ...props }: HeroProps) => { - event('view-github')}> + event('schedule-demo')}>
diff --git a/apps/marketing/src/providers/plausible.tsx b/apps/marketing/src/providers/plausible.tsx index dceaa4d93f..4f3e7c682b 100644 --- a/apps/marketing/src/providers/plausible.tsx +++ b/apps/marketing/src/providers/plausible.tsx @@ -9,5 +9,5 @@ export type PlausibleProviderProps = { }; export const PlausibleProvider = ({ children }: PlausibleProviderProps) => { - return {children}; + return {children}; }; diff --git a/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx b/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx index 904ad5e1d4..fa8c1b591c 100644 --- a/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx +++ b/apps/web/src/app/(signing)/sign/[token]/complete/page.tsx @@ -146,7 +146,7 @@ export default async function CompletedSigningPage({

Want to send slick signing links like this one?{' '} Check out MonTampon. diff --git a/apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx b/apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx index 21eab63f8e..66e20efc9f 100644 --- a/apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx +++ b/apps/web/src/app/(signing)/sign/[token]/no-longer-available.tsx @@ -55,7 +55,7 @@ export const NoLongerAvailable = ({

Want to send slick signing links like this one?{' '} Check out MonTampon. diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 9fe0f938c6..69532e0ab2 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -47,7 +47,7 @@ export const metadata = { images: [`${NEXT_PUBLIC_WEBAPP_URL}/opengraph-image.jpg`], description: 'Join MonTampon, and get a 10x better signing experience. Sign in now and enjoy a faster, smarter, and more beautiful document signing process. Integrates with your favorite tools, customizable, and expandable.', - }, + } }; export default async function RootLayout({ children }: { children: React.ReactNode }) { diff --git a/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx b/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx index 252e5b2e26..8b4f7d29f1 100644 --- a/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx +++ b/apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx @@ -150,7 +150,7 @@ export const ProfileDropdown = ({ user }: ProfileDropdownProps) => { diff --git a/apps/web/src/providers/plausible.tsx b/apps/web/src/providers/plausible.tsx index dceaa4d93f..4f3e7c682b 100644 --- a/apps/web/src/providers/plausible.tsx +++ b/apps/web/src/providers/plausible.tsx @@ -9,5 +9,5 @@ export type PlausibleProviderProps = { }; export const PlausibleProvider = ({ children }: PlausibleProviderProps) => { - return {children}; + return {children}; }; diff --git a/packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts b/packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts index 0fe27b703b..5efe256b9f 100644 --- a/packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts +++ b/packages/prisma/seed/pr-713-add-document-search-to-command-menu.ts @@ -16,7 +16,7 @@ import { } from '../client'; // -// https://github.com/documenso/documenso/pull/713 +// https://calendly.com/sergewilfried/30min/pull/713 // const PULL_REQUEST_NUMBER = 713; diff --git a/packages/prisma/seed/pr-718-add-stepper-component.ts b/packages/prisma/seed/pr-718-add-stepper-component.ts index d436a97b11..60310909a5 100644 --- a/packages/prisma/seed/pr-718-add-stepper-component.ts +++ b/packages/prisma/seed/pr-718-add-stepper-component.ts @@ -3,7 +3,7 @@ import { hashSync } from '@documenso/lib/server-only/auth/hash'; import { prisma } from '..'; // -// https://github.com/documenso/documenso/pull/713 +// https://calendly.com/sergewilfried/30min/pull/713 // const PULL_REQUEST_NUMBER = 718;