diff --git a/frontend/public/images/static-pages/bg-images/card-1.png b/frontend/public/images/static-pages/bg-images/card-1.png index 33b48349..a0dcd8ee 100644 Binary files a/frontend/public/images/static-pages/bg-images/card-1.png and b/frontend/public/images/static-pages/bg-images/card-1.png differ diff --git a/frontend/public/images/static-pages/bg-images/card-2.png b/frontend/public/images/static-pages/bg-images/card-2.png index 0c2cb749..41060a79 100644 Binary files a/frontend/public/images/static-pages/bg-images/card-2.png and b/frontend/public/images/static-pages/bg-images/card-2.png differ diff --git a/frontend/public/images/static-pages/bg-images/card-3.png b/frontend/public/images/static-pages/bg-images/card-3.png index 1d5945e8..4d140549 100644 Binary files a/frontend/public/images/static-pages/bg-images/card-3.png and b/frontend/public/images/static-pages/bg-images/card-3.png differ diff --git a/frontend/public/images/static-pages/bg-images/card-4.png b/frontend/public/images/static-pages/bg-images/card-4.png deleted file mode 100644 index c0d7d23b..00000000 Binary files a/frontend/public/images/static-pages/bg-images/card-4.png and /dev/null differ diff --git a/frontend/src/components/static-pages/intro/index.tsx b/frontend/src/components/static-pages/intro/index.tsx index a093dbbe..86a5e655 100644 --- a/frontend/src/components/static-pages/intro/index.tsx +++ b/frontend/src/components/static-pages/intro/index.tsx @@ -7,8 +7,9 @@ import { cn } from '@/lib/classnames'; import ArrowRight from '@/styles/icons/arrow-right.svg?sprite'; const BACKGROUND_IMAGES = { - computer2: '/images/static-pages/bg-images/card-1.png', - magnifyingGlass: '/images/static-pages/bg-images/card-4.png', + computer: '/images/static-pages/bg-images/card-1.png', + magnifyingGlass: '/images/static-pages/bg-images/card-2.png', + tablet: '/images/static-pages/bg-images/card-3.png', }; const introVariants = cva('', { @@ -34,7 +35,7 @@ const Intro: React.FC = ({ title, description, color, - image = 'computer2', + image = 'computer', onScrollClick, }) => (
@@ -48,7 +49,7 @@ const Intro: React.FC = ({
( title="Data Tool" subtitle="An interactive tool for tracking 30x30 progress and drawing new protected areas" description="This tool allows users to understand global progress toward 30x30 at a glance, draw new potential protected areas, and illustrate the effects of those proposed areas on national and global progress toward 30x30." - image="computer2" + image="computer" link={PAGES.dataTool} linkLabel="Go to the Data Tool" /> diff --git a/frontend/src/containers/homepage/link-cards/link-card/index.tsx b/frontend/src/containers/homepage/link-cards/link-card/index.tsx index 2503c716..eacabef3 100644 --- a/frontend/src/containers/homepage/link-cards/link-card/index.tsx +++ b/frontend/src/containers/homepage/link-cards/link-card/index.tsx @@ -7,8 +7,8 @@ import { cn } from '@/lib/classnames'; import ArrowRight from '@/styles/icons/arrow-right.svg?sprite'; const BACKGROUND_IMAGES = { - computer2: '/images/static-pages/bg-images/card-3.png', - magnifyingGlass: '/images/static-pages/bg-images/card-4.png', + computer: '/images/static-pages/bg-images/card-1.png', + magnifyingGlass: '/images/static-pages/bg-images/card-2.png', }; const linkCardVariants = cva('', { @@ -39,7 +39,7 @@ const LinkCard: React.FC = ({ color, link, linkLabel, - image = 'computer2', + image = 'computer', }) => (
@@ -49,7 +49,7 @@ const LinkCard: React.FC = ({
{ }