All files / src/utils agentBadgeDetails.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 621x                                                                                                                          
export const agentBadgeDetails = [
    {
        email: "amanda@saw.com",
        badges: [
            "10+ Years of Industry Experience",
            "500+ Transactions",
            "ICA Member", "Domaining Award of Excellence",
            "20+ Years of Sales Experience", "FIT Award"
        ]
    },
    {
        email: "sales@saw.com",
        badges: [
            "DN Academy Graduate",
            "ICA Member",
            "20+ Years of Sales Experience",
            "500+ Transactions",
            "10+ Years of Industry Experience"
        ]
    },
    {
        email: "kris@saw.com",
        badges: [
            "10+ Years of Sales Experience",
            "5+ Years of Industry Experience",
            "Bi Lingual",
            "Pinnacle Award",
            "ICA Member",
            "DN Academy Graduate",
        ]
    },
    {
        email: "brooke@saw.com",
        badges: [
            "20+ Years of Sales Experience",
            "5+ Years of Industry Experience",
            "Presidents Club",
            "ICA Member",
            "DN Academy Graduate"
        ]
    },
    {
        email: "rob@saw.com",
        badges: [
            "20+ Years of Sales Experience", "Presidents Club",
            "FIT Award", "ICA Member", "DN Academy Graduate"
        ]
    },
    {
        email: "paul@saw.com",
        badges: [
            "20+ Years of Sales Experience", "Pinnacle Award", "ICA Member", "DN Academy Graduate",
        ]
    },
    {
        email: "yogi@saw.com",
        badges: [
            "10+ Years of Sales Experience", "Published Author", "Bi Lingual", "ICA Member", "DN Academy Graduate",
        ]
    },
 
]