Svelte Guideline: Component Library — Prefer animated over static for user-facing. Description: Use animation components (Magic UI Aceternity Luxe) for marketing/landing. Do: Animated components for landing pages and user-facing features. Don't: Static components for marketing pages. Good Example: <AnimatedCard> from Magic UI. Bad Example: Plain <Card> on landing page. Severity: Low. Docs: .