website-session-kit
Version:
A modular and extensible session management toolkit for modern websites.
12 lines (11 loc) • 867 B
JavaScript
// Sessões públicas disponíveis para construção de landing pages
export { default as HeaderSection } from './lpSections/HeaderSection';
export { default as TextHighLightSection } from './lpSections/TextHighLightSection';
export { default as IconListSection } from './lpSections/IconListSection';
export { default as ProfileSection } from './lpSections/ProfileSection';
export { default as CtaCustomSection } from './lpSections/CtaCustomSection';
export { default as CtaWithItemsAndPriceSection } from './lpSections/CtaWithItemsAndPriceSection';
// TODO: export { default as CompanyInfoSection } from './lpSections/CompanyInfoSection';
// TODO: export { default as FaqSection } from './lpSections/FaqSection';
// TODO: export { default as TestimonialSection } from './lpSections/TestimonialSection';
// TODO: futuras sessões públicas podem ser adicionadas aqui