/** * @manacore/shared-landing-ui * * Shared Astro components for landing pages across the Manacore monorepo. * * Usage: * Import components directly from their paths: * * ```astro * --- * import Button from '@manacore/shared-landing-ui/atoms/Button.astro'; * import HeroSection from '@manacore/shared-landing-ui/sections/HeroSection.astro'; * --- * ``` * * Components require CSS custom properties to be defined in your project. * See utils/index.ts for the required variables and example themes. */ export * from './utils/index';