Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: team links #115

Merged
merged 4 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/src/app/(marketing)/open/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default async function OpenPage() {
to share our journey with you. You can read more about why here:{' '}
<a
className="font-bold"
href="https://documenso.com/blog/pre-seed"
href="https://tampon.xyz/blog/pre-seed"
target="_blank"
rel="noreferrer"
>
Expand Down
50 changes: 6 additions & 44 deletions apps/marketing/src/app/(marketing)/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function PricingPage() {

<div className="mt-4 flex justify-center">
<Button variant="outline" size="lg" className="rounded-full hover:cursor-pointer" asChild>
<Link href="https://github.com/documenso/documenso" target="_blank" rel="noreferrer">
<Link href="https://calendly.com/sergewilfried/30min" target="_blank" rel="noreferrer">
Get Started
</Link>
</Button>
Expand Down Expand Up @@ -107,44 +107,6 @@ export default function PricingPage() {
</AccordionContent>
</AccordionItem>

<AccordionItem value="how-to-contribute">
<AccordionTrigger className="text-left text-lg font-semibold">
How can I contribute?
</AccordionTrigger>

<AccordionContent className="text-muted-foreground max-w-prose text-sm leading-relaxed">
That's awesome. You can take a look at the current{' '}
<Link
className="text-documenso-700 font-bold"
href="https://github.com/documenso/documenso/milestones"
target="_blank"
>
Issues
</Link>{' '}
and join our{' '}
<Link
className="text-documenso-700 font-bold"
href="https://documen.so/discord"
target="_blank"
>
Discord Community
</Link>{' '}
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 ❤️
</AccordionContent>
</AccordionItem>

<AccordionItem value="can-i-use-documenso-commercially">
<AccordionTrigger className="text-left text-lg font-semibold">
Can I use MonTampon commercially?
</AccordionTrigger>

<AccordionContent className="text-muted-foreground max-w-prose text-sm leading-relaxed">
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.
</AccordionContent>
</AccordionItem>

<AccordionItem value="why-prefer-documenso">
<AccordionTrigger className="text-left text-lg font-semibold">
Expand All @@ -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
</Link>{' '}
or{' '}
<a
className="text-documenso-700 font-bold"
href="https://documen.so/discord"
href="https://documen.so/facebook"
target="_blank"
rel="noreferrer"
>
in our Discord-Support-Channel
in our Support Channel
</a>{' '}
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.
</AccordionContent>
</AccordionItem>
Expand Down
3 changes: 3 additions & 0 deletions apps/marketing/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/src/components/(marketing)/callout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Callout = ({ starCount }: CalloutProps) => {
</Button>

<Link
href="https://github.com/documenso/documenso"
href="https://calendly.com/sergewilfried/30min"
target="_blank"
onClick={() => event('view-github')}
>
Expand Down
8 changes: 4 additions & 4 deletions apps/marketing/src/components/(marketing)/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ export type FooterProps = HTMLAttributes<HTMLDivElement>;

const SOCIAL_LINKS = [
{ href: 'https://twitter.com/documenso', icon: <FaXTwitter className="h-6 w-6" /> },
{ href: 'https://github.com/documenso/documenso', icon: <LuGithub className="h-6 w-6" /> },
{ href: 'https://documen.so/discord', icon: <LiaDiscord className="h-7 w-7" /> },
{ href: 'https://calendly.com/sergewilfried/30min', icon: <LuGithub className="h-6 w-6" /> },
{ href: 'https://documen.so/facebook', icon: <LiaDiscord className="h-7 w-7" /> },
];

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' },
];

Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/src/components/(marketing)/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const Hero = ({ className, ...props }: HeroProps) => {
</span>
</Button>

<Link href="https://github.com/documenso/documenso" onClick={() => event('view-github')}>
<Link href="https://calendly.com/sergewilfried/30min" onClick={() => event('schedule-demo')}>
<Button variant="outline" className="rounded-full bg-transparent backdrop-blur-sm">
<LuGithub className="mr-2 h-5 w-5" />
Book a demo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const MENU_NAVIGATION_LINKS = [
text: 'Pricing',
},
{
href: 'https://status.documenso.com',
href: 'https://status.tampon.xyz',
text: 'Status',
},
{
href: 'mailto:support@documenso.com',
href: 'mailto:support@bangre.co',
text: 'Support',
target: '_blank',
},
Expand Down Expand Up @@ -114,7 +114,7 @@ export const MobileNavigation = ({ isMenuOpen, onMenuOpenChange }: MobileNavigat
<FaXTwitter className="h-6 w-6" />
</Link>
<Link
href="https://documen.so/discord"
href="https://documen.so/facebook"
target="_blank"
className="text-foreground hover:text-foreground/80"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {
<p className="text-foregro‚und py-4">Unlimited Users</p>
<p className="text-foregro‚und py-4">Unlimited Documents per month</p>
<p className="text-foreground py-4">Includes all upcoming features</p>
<p className="text-foreground py-4">Email, Discord and Slack assistance</p>
<p className="text-foreground py-4">Email, WhatsApp, Phone and Slack assistance</p>
</div>
<div className="flex-1" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/marketing/src/providers/plausible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export type PlausibleProviderProps = {
};

export const PlausibleProvider = ({ children }: PlausibleProviderProps) => {
return <NextPlausibleProvider domain="documenso.com">{children}</NextPlausibleProvider>;
return <NextPlausibleProvider domain="tampon.xyz">{children}</NextPlausibleProvider>;
};
2 changes: 1 addition & 1 deletion apps/web/src/app/(signing)/sign/[token]/complete/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default async function CompletedSigningPage({
<p className="text-muted-foreground/60 mt-36 text-sm">
Want to send slick signing links like this one?{' '}
<Link
href="https://documenso.com"
href="https://tampon.xyz"
className="text-documenso-700 hover:text-documenso-600"
>
Check out MonTampon.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const NoLongerAvailable = ({
<p className="text-muted-foreground/60 mt-36 text-sm">
Want to send slick signing links like this one?{' '}
<Link
href="https://documenso.com"
href="https://tampon.xyz"
className="text-documenso-700 hover:text-documenso-600"
>
Check out MonTampon.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const ProfileDropdown = ({ user }: ProfileDropdownProps) => {
<DropdownMenuSeparator />
<DropdownMenuItem asChild>
<Link
href="https://github.com/documenso/documenso"
href="https://calendly.com/sergewilfried/30min"
className="cursor-pointer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/providers/plausible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export type PlausibleProviderProps = {
};

export const PlausibleProvider = ({ children }: PlausibleProviderProps) => {
return <NextPlausibleProvider domain="documenso.com">{children}</NextPlausibleProvider>;
return <NextPlausibleProvider domain="tampon.xyz">{children}</NextPlausibleProvider>;
};
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/seed/pr-718-add-stepper-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading