diff --git a/app/assets/gift-cards/agicashlaunch.agi.cash.webp b/app/assets/gift-cards/agicashlaunch.agi.cash.webp new file mode 100644 index 000000000..cd69a8ea6 Binary files /dev/null and b/app/assets/gift-cards/agicashlaunch.agi.cash.webp differ diff --git a/app/features/gift-cards/gift-card-images.ts b/app/features/gift-cards/gift-card-images.ts index 99e81f6fd..3db4d5c01 100644 --- a/app/features/gift-cards/gift-card-images.ts +++ b/app/features/gift-cards/gift-card-images.ts @@ -1,3 +1,4 @@ +import agicashLaunchCard from '~/assets/gift-cards/agicashlaunch.agi.cash.webp'; import bitcoinPizzaCard from '~/assets/gift-cards/bitcoinpizza.agi.cash.webp'; import blockAndBeanCard from '~/assets/gift-cards/blockandbean.agi.cash.webp'; import compassCoffeeCard from '~/assets/gift-cards/compass.agi.cash.webp'; @@ -14,6 +15,7 @@ import squaresantacruzCard from '~/assets/gift-cards/squaresantacruz.agi.cash.we import theEpicurianTraderCard from '~/assets/gift-cards/theepicureantrader.agi.cash.webp'; const GIFT_CARD_IMAGES: Record = { + 'https://agicashlaunch.agi.cash': agicashLaunchCard, 'https://bitcoinpizza.agi.cash': bitcoinPizzaCard, 'https://blockandbean.agi.cash': blockAndBeanCard, 'https://compass.agi.cash': compassCoffeeCard, @@ -31,6 +33,7 @@ const GIFT_CARD_IMAGES: Record = { }; const GIFT_CARD_OG_IMAGES: Record = { + 'https://agicashlaunch.agi.cash': '/og/agicashlaunch.webp', 'https://bitcoinpizza.agi.cash': '/og/pizza-offer.webp', 'https://forkandcoin.agi.cash': '/og/forkandcoin.webp', 'https://hackforfreedom.agi.cash': '/og/hackforfreedom.webp', diff --git a/public/og/agicashlaunch.webp b/public/og/agicashlaunch.webp new file mode 100644 index 000000000..3d0b16871 Binary files /dev/null and b/public/og/agicashlaunch.webp differ