mobile banner v1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user