import { ChevronDown } from "react-feather" import Title from "@/components/TempDesignSystem/Text/Title" import BenefitValue from "../BenefitValue" import styles from "./benefitCard.module.css" import type { BenefitCardProps } from "@/types/components/overviewTable" export default function BenefitCard({ comparedValues, title, description, }: BenefitCardProps) { return (