We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bdbeb commit 2b8febfCopy full SHA for 2b8febf
src/components/pages/pricing/hero/card/card.tsx
@@ -6,7 +6,6 @@ import { EVENTS } from '@/lib/events';
6
7
type CardProps = {
8
planTitle: keyof typeof COLORS;
9
- image: string;
10
price: string | number;
11
description: string;
12
buttonText: string;
0 commit comments