kscalelabs / store

K-Scale Labs store
https://kscale.store
MIT License
25 stars 24 forks source link

[ IMPROVEMENT ] Landing page redesign #231

Closed Winston-Hsiao closed 1 month ago

Winston-Hsiao commented 1 month ago
  1. Redesigned landing page
  2. Added footer
  3. Refactored some code for long term reusability and to adhere with standard naming conventions

New Packages:

  1. react-device-detect for isDesktop and isMobile useful for device specific styling/layout past basic width breakpoints, ideal use case for significant layout differences/structural changes in page between desktop and mobile (for basic styling continue to use tailwind's screen breakpoints)

GH-Issue: #183