Files
website-enchun-mgr/apps/frontend/src/components/HeaderBg.astro
pkupuk 173905ecd3 Extract generic UI components
Reduces duplication across marketing pages by converting sections into
reusable components like CtaSection and HeaderBg. Consolidates styling
patterns to improve maintainability and consistency of the user interface.
2026-02-28 04:55:25 +08:00

11 lines
168 B
Plaintext

---
---
<!-- nav bg-placeholder -->
<div
id="header-bg"
class="h-[90px] -mt-[100px] bg-linear-to-b from-(--color-dark-blue) to-(--color-enchunblue)"
>
</div>