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