Skip to content

Commit

Permalink
home hero graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtranmer committed Apr 4, 2024
1 parent cbe06be commit 2779bb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added public/images/bcard-glow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bcard-home-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/pages/landingpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { useMediaQuery } from "@chakra-ui/react";
import { ToastContainer, toast } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";

import bcard from "../../public/images/bcard.png";
import bcard from "../../public/images/bcard-glow.png";
import bcardMobile from "../../public/images/bcard-home-hero.png";
import earn from "../../public/images/earn.svg";
import onboard from "../../public/images/onboard.svg";
import phone from "../../public/images/phone.svg";
Expand Down Expand Up @@ -138,6 +139,14 @@ const LandingPage = () => {
alt="BCard"
/>
</div>
<div className="min-[767px]:hidden">
<Image
priority
src={bcardMobile}
className="w-[] h-[]"
alt="BCard"
/>
</div>
<div className={`${styles["gradient-header-strip"]}`}></div>
</section>

Expand Down

0 comments on commit 2779bb1

Please sign in to comment.