From fcb334852786e6de59d2f13654534572bcc379ef Mon Sep 17 00:00:00 2001 From: Bennett Diaz <97626907+bennett-diaz@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:00:29 -0400 Subject: [PATCH 1/5] Add core components --- public/index.html | 72 +++++++--- src/App.jsx | 125 +++++++++++++++--- src/components/CTA.jsx | 198 ++++++++++++++++++++++++++++ src/components/CaptionSet.jsx | 80 +++++++++++ src/components/Drawer.jsx | 76 +++++++++++ src/components/Footer.jsx | 86 ++++++++++++ src/components/HeroSection.jsx | 53 ++++++++ src/components/ImgRender.jsx | 21 +++ src/components/MyAccount.jsx | 115 ++++++++++++++++ src/components/NavBar.jsx | 38 ++++++ src/components/PrivacyPolicy.jsx | 23 ++++ src/components/RestartFab.jsx | 47 +++++++ src/components/TermsOfService.jsx | 23 ++++ src/contexts/remoteConfigContext.js | 4 +- src/utils/imageUtils.js | 64 +++++++++ 15 files changed, 985 insertions(+), 40 deletions(-) create mode 100644 src/components/CTA.jsx create mode 100644 src/components/CaptionSet.jsx create mode 100644 src/components/Drawer.jsx create mode 100644 src/components/Footer.jsx create mode 100644 src/components/HeroSection.jsx create mode 100644 src/components/ImgRender.jsx create mode 100644 src/components/MyAccount.jsx create mode 100644 src/components/NavBar.jsx create mode 100644 src/components/PrivacyPolicy.jsx create mode 100644 src/components/RestartFab.jsx create mode 100644 src/components/TermsOfService.jsx create mode 100644 src/utils/imageUtils.js diff --git a/public/index.html b/public/index.html index 46646fb..45f4375 100644 --- a/public/index.html +++ b/public/index.html @@ -3,23 +3,57 @@
- - - + + + - - - - - + + + + - + + + + + + + + + + + + + + + + + + -