feat: add CMS page and service to manage website content.

This commit is contained in:
pradeepkumar
2026-02-22 21:52:05 +05:30
parent 287faa4570
commit 26b24bdd50
4 changed files with 710 additions and 0 deletions

View File

@@ -59,3 +59,17 @@ export type {
// Upload Service
export { uploadService } from './upload.service';
// CMS Service
export { cmsService } from './cms.service';
export type {
CmsContentRecord,
HeroContent,
FeaturesContent,
FeatureItem,
TopProfessionalsContent,
ProfessionalItem,
TestimonialsContent,
TestimonialItem,
StatItem,
} from './cms.service';