From d29a5d525b0521016e600bd259832d0e09128358 Mon Sep 17 00:00:00 2001 From: Chris Brown <1731074+ccbrown@users.noreply.github.com> Date: Fri, 12 Sep 2025 03:10:00 -0400 Subject: [PATCH] llc name update --- aws/bin/aws.ts | 6 +++--- backend/app/templates/email.html.tmpl | 2 +- frontend/src/app/(public-area)/contact/ContactForm.tsx | 2 +- frontend/src/app/(public-area)/faq/page.tsx | 2 +- frontend/src/app/(public-area)/layout.tsx | 2 +- frontend/src/app/(public-area)/privacy-policy/page.tsx | 10 +++++----- .../src/app/(public-area)/privacy-policy/revision.ts | 2 +- .../src/app/(public-area)/terms-of-service/page.tsx | 4 ++-- .../src/app/(public-area)/terms-of-service/revision.ts | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/aws/bin/aws.ts b/aws/bin/aws.ts index 9b07eaf8..4b64bb6d 100644 --- a/aws/bin/aws.ts +++ b/aws/bin/aws.ts @@ -19,7 +19,7 @@ new Environment(app, { 'fwIDAQAB', '-----END PUBLIC KEY-----', ].join('\n'), - contactEmailAddress: 'cloudsnitch-dev-support@paragoncybersecurity.sh', + contactEmailAddress: 'cloudsnitch-dev-support@paragontechnomancy.com', domainName: 'cloud-snitch.ccbrown.dev', pricing: { individualSubscriptionStripePriceId: 'price_1R9dvs2ejpbHZUu9R4HllgRg', @@ -30,7 +30,7 @@ new Environment(app, { stripeEventSourceName: 'aws.partner/stripe.com/ed_test_61SLFDXYPHDgkHhXb16SIF02BUSQ4aTGPsjUwpTDs8o4', stripePublishableKey: 'pk_test_51R8r2g2ejpbHZUu9RxWKmyDJTK7amXkB4vE5nRhrd0qvWCnViJsazl9oNjM144gwopnJi1zi3abUk3W4qEk7aWLy00fVUZIeTO', - userRegistrationAllowlist: ['.*@ccb\\.sh', '.*@paragoncybersecurity\\.sh'], + userRegistrationAllowlist: ['.*@ccb\\.sh', '.*@paragontechnomancy\\.com'], noIndex: true, }); @@ -47,7 +47,7 @@ new Environment(app, { 'PwIDAQAB', '-----END PUBLIC KEY-----', ].join('\n'), - contactEmailAddress: 'support@paragoncybersecurity.sh', + contactEmailAddress: 'support@paragontechnomancy.com', domainName: 'cloudsnitch.io', pricing: { individualSubscriptionStripePriceId: 'price_1RBAJAGsawEQFubmUMPpZQ0a', diff --git a/backend/app/templates/email.html.tmpl b/backend/app/templates/email.html.tmpl index e166cde9..4c9dddc3 100644 --- a/backend/app/templates/email.html.tmpl +++ b/backend/app/templates/email.html.tmpl @@ -10,7 +10,7 @@
- © Paragon Cybersecurity, LLC. All rights reserved. + © Paragon Technomancy, LLC. All rights reserved.
diff --git a/frontend/src/app/(public-area)/contact/ContactForm.tsx b/frontend/src/app/(public-area)/contact/ContactForm.tsx index 06e719ae..e3891c5f 100644 --- a/frontend/src/app/(public-area)/contact/ContactForm.tsx +++ b/frontend/src/app/(public-area)/contact/ContactForm.tsx @@ -48,7 +48,7 @@ export const ContactForm = () => { ) : ( <>

- Cloud Snitch is developed by Paragon Cybersecurity, a Limited Liability Company formed under Delaware + Cloud Snitch is developed by Paragon Technomancy, a Limited Liability Company formed under Georgia jurisdiction.

For inquiries, please fill out the form below and we will get back to you as soon as possible.

diff --git a/frontend/src/app/(public-area)/faq/page.tsx b/frontend/src/app/(public-area)/faq/page.tsx index c3b14f0a..fd3336fb 100644 --- a/frontend/src/app/(public-area)/faq/page.tsx +++ b/frontend/src/app/(public-area)/faq/page.tsx @@ -39,7 +39,7 @@ const FAQ = [ answer: (

- Cloud Snitch is developed by Paragon Cybersecurity, an LLC owned by tech and security enthusiast + Cloud Snitch is developed by Paragon Technomancy, an LLC owned by tech and security enthusiast Chris Brown. Feel free to{' '} connect with me on LinkedIn diff --git a/frontend/src/app/(public-area)/layout.tsx b/frontend/src/app/(public-area)/layout.tsx index 82c6a477..ecb7a0cf 100644 --- a/frontend/src/app/(public-area)/layout.tsx +++ b/frontend/src/app/(public-area)/layout.tsx @@ -22,7 +22,7 @@ export default function Layout({