From 25bd0bc7c665b760bf081bbc3ebf5c7655e275eb Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Fri, 17 Jul 2026 05:13:08 -0400 Subject: [PATCH] Remove 'by Concepta' from product pages --- components/landing/code-analysis/content.tsx | 2 +- components/landing/stargate/content.tsx | 2 +- src/app/code-analysis/page.tsx | 4 ++-- src/app/code-analysis/readiness/page.tsx | 4 ++-- src/app/stargate/page.tsx | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/landing/code-analysis/content.tsx b/components/landing/code-analysis/content.tsx index f91a1953..d2c423ce 100644 --- a/components/landing/code-analysis/content.tsx +++ b/components/landing/code-analysis/content.tsx @@ -157,7 +157,7 @@ export const codeAnalysisContent: LandingContent = { }, { q: "When can I use it?", - a: "Code Analysis is launching soon. Join the waitlist for early access, launch pricing, and progress updates. Built by Concepta (conceptatech.com).", + a: "Code Analysis is launching soon. Join the waitlist for early access, launch pricing, and progress updates.", }, ], closingCta: { diff --git a/components/landing/stargate/content.tsx b/components/landing/stargate/content.tsx index 78af6a31..1421596d 100644 --- a/components/landing/stargate/content.tsx +++ b/components/landing/stargate/content.tsx @@ -140,7 +140,7 @@ export const stargateContent: LandingContent = { }, { q: "When can I use it?", - a: "Stargate is launching soon. Join the waitlist for early access and progress updates. Built by Concepta (conceptatech.com).", + a: "Stargate is launching soon. Join the waitlist for early access and progress updates.", }, ], closingCta: { diff --git a/src/app/code-analysis/page.tsx b/src/app/code-analysis/page.tsx index 42a01919..47ddd062 100644 --- a/src/app/code-analysis/page.tsx +++ b/src/app/code-analysis/page.tsx @@ -12,13 +12,13 @@ export const metadata = { description, applicationName: "Code Analysis", openGraph: { - title: "Code Analysis by Concepta", + title: "Code Analysis", description, type: "website", }, twitter: { card: "summary_large_image", - title: "Code Analysis by Concepta", + title: "Code Analysis", description, }, }; diff --git a/src/app/code-analysis/readiness/page.tsx b/src/app/code-analysis/readiness/page.tsx index db8963e5..d59bba21 100644 --- a/src/app/code-analysis/readiness/page.tsx +++ b/src/app/code-analysis/readiness/page.tsx @@ -12,13 +12,13 @@ export const metadata = { description, applicationName: "Code Analysis", openGraph: { - title: "Delivery Readiness Assessment by Concepta", + title: "Delivery Readiness Assessment", description, type: "website", }, twitter: { card: "summary_large_image", - title: "Delivery Readiness Assessment by Concepta", + title: "Delivery Readiness Assessment", description, }, }; diff --git a/src/app/stargate/page.tsx b/src/app/stargate/page.tsx index 1b469de3..1ee62155 100644 --- a/src/app/stargate/page.tsx +++ b/src/app/stargate/page.tsx @@ -12,13 +12,13 @@ export const metadata = { description, applicationName: "Stargate", openGraph: { - title: "Stargate by Concepta", + title: "Stargate", description, type: "website", }, twitter: { card: "summary_large_image", - title: "Stargate by Concepta", + title: "Stargate", description, }, };