Create component to encapsulate the following behavior:
- Section title
- Centering/padding around content
- Alternating background color shade
This would allow for easier removal of or standardization of background gradients, would cut down on repeated code, would make site more maintainable, and would make site more visually consistent.
Component properties:
- Title
- children (built in react prop)
- Variant (ex: a or b, used to alternate background color for a visual break between sections)
Screenshot of repeated component on a page that would be encapsulated:

Create component to encapsulate the following behavior:
This would allow for easier removal of or standardization of background gradients, would cut down on repeated code, would make site more maintainable, and would make site more visually consistent.
Component properties:
Screenshot of repeated component on a page that would be encapsulated:
