Remove unused WLC hero image

This commit is contained in:
lemon
2026-06-24 10:02:32 -07:00
parent 47a35d35cf
commit 9bfc3498da
3 changed files with 0 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

-1
View File
@@ -15,7 +15,6 @@ import { cn } from '@/lib/utils';
const DEFAULT_BANNER_IMAGES: readonly string[] = [
'/hero/wlc-1.webp',
'/hero/wlc-2.webp',
'/hero/wlc-3.webp',
];
interface HeroBannerProps {
-1
View File
@@ -79,7 +79,6 @@ function GuideBlockRenderer({ block }: { block: GuideBlock }) {
const DONOR_HERO_IMAGES: readonly string[] = [
'/hero/wlc-1.webp',
'/hero/wlc-2.webp',
'/hero/wlc-3.webp',
];
export default DonorGuidePage;