feat(carousel): add main carousel component with image support and integrate into store home page

This commit is contained in:
2026-07-23 14:27:03 -03:00
parent 5d1ed7efa2
commit b04c33bbff
12 changed files with 476 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ export interface Tenant {
selected_bank_account?: BankAccount | null;
hero_config?: HeroConfig | null;
event_config?: EventConfig | null;
main_carousel_images?: string[];
menues?: Menu[];
}