feat: apply success stubs to landing content (#33)
This commit is contained in:
11
src/components/landing/BenefitsSection/helper.ts
Normal file
11
src/components/landing/BenefitsSection/helper.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { IconType } from "react-icons";
|
||||
import { MdEco, MdMiscellaneousServices, MdPlace, MdHandshake } from "react-icons/md";
|
||||
import { ArrElement } from "../../../lib";
|
||||
import { BenefitsList } from "./types";
|
||||
|
||||
export const iconsMap: Record<ArrElement<BenefitsList>, IconType> = {
|
||||
"benefits-section.list.0": MdEco,
|
||||
"benefits-section.list.1": MdMiscellaneousServices,
|
||||
"benefits-section.list.2": MdPlace,
|
||||
"benefits-section.list.3": MdHandshake,
|
||||
};
|
||||
Reference in New Issue
Block a user