Skip to content

Commit 6df820d

Browse files
authored
Merge pull request #25 from mobiera/feat/remove-services-page
feat: remove the Services page
2 parents 777dceb + e5d42c0 commit 6df820d

11 files changed

Lines changed: 10 additions & 135 deletions

File tree

app/components/Footer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ export default function Footer() {
1212
<p className="mt-2 max-w-[34ch]">Operator-grade software for mobile networks and verifiable trust on Verana.</p>
1313
</div>
1414
<div>
15-
<h4>Products and services</h4>
15+
<h4>Products</h4>
1616
<ul>
1717
<li><Link href="/telecom/aircast">Aircast</Link></li>
1818
<li><Link href="/telecom/ai-agents">AI One</Link></li>
19-
<li><Link href="/services">Services</Link></li>
2019
<li><a href={LINKS.docs} rel="noopener">Documentation ↗</a></li>
2120
<li><a href={LINKS.github} rel="noopener">GitHub ↗</a></li>
2221
</ul>

app/lib/redirects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Old Hugo URLs to new ones (spec/redirects.txt). 410s are in proxy.ts.
22
export const REDIRECTS = [
3-
{ source: "/dev-sec-ops", destination: "/services", permanent: true },
3+
{ source: "/dev-sec-ops", destination: "/telecom", permanent: true },
44
{ source: "/innovation", destination: "/trust", permanent: true },
55
{ source: "/about-us", destination: "/company", permanent: true },
66
{ source: "/careers", destination: "/company/careers", permanent: true },

app/lib/site.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const NAV = [
3535
{ href: "/telecom", label: "Telecom" },
3636
{ href: "/trust", label: "Trust" },
3737
{ href: "/certification", label: "Certification" },
38-
{ href: "/services", label: "Services" },
3938
{ href: "/company", label: "Company" },
4039
{ href: "/news", label: "News" },
4140
] as const;

app/services/page.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { SITE_URL } from "./lib/site";
44

55
const ROUTES = [
66
"/", "/telecom", "/telecom/aircast", "/telecom/ai-agents", "/trust", "/trust/services", "/trust/verana",
7-
"/certification", "/services", "/company", "/company/careers", "/news", "/contact", "/privacy", "/cookies",
7+
"/certification", "/company", "/company/careers", "/news", "/contact", "/privacy", "/cookies",
88
];
99

1010
export default function sitemap(): MetadataRoute.Sitemap {

app/telecom/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Page() {
5050
</Section>
5151

5252
<Section eyebrow="Services around the platforms" title="Integration, operations, SIM and OTA engineering" lead="Integration with your SMSC, MMSC and billing; managed operations of hosted nodes; SIM and OTA engineering; consulting on push channels and campaigns.">
53-
<MoreLink href="/services">Services</MoreLink>
53+
<MoreLink href="/contact?topic=aircast">Talk to us</MoreLink>
5454
</Section>
5555

5656
<Section eyebrow="Who runs it">

spec/facts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ decisions_2026_09_09:
174174
- VAS content catalogue and Kinetic cut
175175
- Council seat: candidate; working groups SPEC-WG and Reference Implementation WG
176176
- timeline dates for AI One, Foundation, docs portal, certificator
177-
- outsourcing continues as a top-level Services page
177+
- outsourcing continues as a top-level Services page (reversed 2026-09-10: the /services page is removed; telecom integration and operations stay as a section of /telecom)
178178
- biometric KYC and agriculture discontinued
179179
- no team members, names, bylines or photos on the site
180180
- docs at docs.mobiera.io; sleepy and micro proprietary

spec/pages/services.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

spec/pages/telecom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Four of these implementations are open source on github.com/mobiera.
7070
Integration with your SMSC, MMSC and billing; managed operations of hosted
7171
nodes; SIM and OTA engineering; consulting on push channels and campaigns.
7272

73-
> CTA: Services → /services
73+
> CTA: Talk to us → /contact
7474
7575
## Who runs it
7676

spec/redirects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Old URL (Hugo site) New URL Status
22
/telecom/ /telecom 301
3-
/dev-sec-ops/ /services 301
3+
/dev-sec-ops/ /telecom 301
44
/innovation/ /trust 301
55
/about-us/ /company 301
66
/careers/ /company/careers 301

0 commit comments

Comments
 (0)