export { default as SectionBackground } from "./SectionBackground";
export { default as SectionHeader } from "./SectionHeader";
export { default as InteractivePattern, FloatingShapes } from "./InteractivePattern";
export type { PatternConfig } from "./InteractivePattern";
export * from "./types";
