diff --git a/src/data/products.tsx b/src/data/products.tsx index 3d2f469..aebe4c7 100644 --- a/src/data/products.tsx +++ b/src/data/products.tsx @@ -1,6 +1,8 @@ import Logo from '@/components/Logo'; import { Box } from '@mui/material'; import type { ReactElement } from 'react'; +import ClubLogo from '@/assets/club-logo.png'; +import BookLogo from '@/assets/book-logo.png'; export interface Product { id: string; @@ -19,7 +21,7 @@ export const productsData: Product[] = [ LogoComponent: ( ), // Reference the component @@ -33,7 +35,7 @@ export const productsData: Product[] = [ LogoComponent: ( ), // Reference the component