mobile banner v1

This commit is contained in:
2026-02-18 02:55:49 +00:00
parent 134e41f4f9
commit 8b79f7b273
17 changed files with 2000 additions and 233 deletions
+4 -4
View File
@@ -8,13 +8,16 @@ import type {
QuickActionCopyEntry,
SidebarCopy,
SkillsUICopy,
StructuredProfile,
} from '@/types/profile-content'
export function getProfileSectionTitle(): string {
return profileContent.profile.sectionTitle
}
export function getPatientSummaryNarrative(): string {
return profileContent.profile.patientSummaryNarrative
}
export function getLatestResultsCopy(): DeepReadonly<LatestResultsCopy> {
return profileContent.profile.latestResults
}
@@ -43,6 +46,3 @@ export function getEducationEntries(): ReadonlyArray<EducationCopyEntry> {
return profileContent.experienceEducation.educationEntries
}
export function getStructuredProfile(): DeepReadonly<StructuredProfile> {
return profileContent.profile.structuredProfile
}