import { ChevronDown } from "react-feather" import Image from "@/components/Image" import Title from "@/components/TempDesignSystem/Text/Title" import BenefitValue from "../BenefitValue" import LevelSummary from "../LevelSummary" import styles from "./largeTable.module.css" import { BenefitTableHeaderProps, LargeTableProps, } from "@/types/components/loyalty/blocks" export default function LargeTable({ levels }: LargeTableProps) { return (
| {levels.map((level) => { return ( |
|
)
})}
|---|---|
| {levels.map((level) => { return ( |
|
)
})}
|
|
{levels.map((level) => {
return (
|
)
})}
{description}