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.
This commit is contained in:
10
apps/frontend/src/components/HeaderBg.astro
Normal file
10
apps/frontend/src/components/HeaderBg.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
<!-- nav bg-placeholder -->
|
||||
<div
|
||||
id="header-bg"
|
||||
class="h-[90px] -mt-[100px] bg-linear-to-b from-(--color-dark-blue) to-(--color-enchunblue)"
|
||||
>
|
||||
</div>
|
||||
Reference in New Issue
Block a user