content: repair visitor-facing copy and briefing accessibility
Public pages no longer describe their own pipeline, case and service labels are real accessible names, and the contact briefing writes localized fields without empty optional lines. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
type HomePageCopy,
|
||||
type LegalPageCopy,
|
||||
type PageCopy,
|
||||
type ProjectsPageCopy,
|
||||
type ServicePageCopy,
|
||||
type ServicePageId,
|
||||
type StackPageCopy,
|
||||
@@ -47,6 +48,10 @@ export class ContentService {
|
||||
return computed(() => this.content[this.localeService.locale()].contact);
|
||||
}
|
||||
|
||||
projects(): Signal<ProjectsPageCopy> {
|
||||
return computed(() => this.content[this.localeService.locale()].projects);
|
||||
}
|
||||
|
||||
stack(): Signal<StackPageCopy> {
|
||||
return computed(() => this.content[this.localeService.locale()].stack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user