PlayPickUp / pickup-ui

A collection of React Components that make up the PickUp world. 🌎⚡
https://ui.playpickup.com
3 stars 1 forks source link

feat(hero): Remove max width and add CTA Button, ENG-302, ENG-303 #330

Closed dLars99 closed 2 years ago

dLars99 commented 2 years ago

Allows the Hero to be full width, with padding adjustments at larger sizes, and adds a CTA button that links to an external resource

image

linear[bot] commented 2 years ago
ENG-302 Add Button or Info Field

Add button beneath the subheadline... I think this can be accomplished within Contentful by enabling display of markdown in *Field ID: heroContent* Link to this URL for now: [https://app2.simpletexting.com/join/joinWebForm?webFormId=626880e31d3eaf56250c87da&c=USA](https://app2.simpletexting.com/join/joinWebForm?webFormId=626880e31d3eaf56250c87da&c=USA) This would be the start of an SMS flow we can build on for inbound inquiries. Feel free to test the form now. Later we can build a form of our own hosted on our site and connect it back to the SimpleTexting API.

ENG-303 Widen view on desktop

CSS Updates: ``` body #PickUpUI .PU68416--container-0-2-156 { margin: 0 auto; padding: 20px 20px; max-width: 100%; box-sizing: border-box; } body #PickUpUI .PU68416--imageContainer-0-2-160 { height: 100%; overflow: hidden; border-radius: 4px; } ```