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.
11 lines
168 B
Plaintext
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>
|