UNPKG

@restnfeel/agentc-starter-kit

Version:

한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템

16 lines (14 loc) 511 B
// Section components export { HeroSection, HeroSectionServer, HeroSectionClient, } from "./HeroSection"; export { FeaturesSection } from "./FeaturesSection"; export { CTASection } from "./CTASection"; export { ProblemSection } from "./ProblemSection"; export { TestimonialSection } from "./TestimonialSection"; export { PricingSection } from "./PricingSection"; export { FAQSection } from "./FAQSection"; // Placeholder export to prevent build errors export const SECTIONS_COMPONENTS_VERSION = "0.1.0";