diff --git a/src/components/Home/FamilyDash.jsx b/src/components/Home/FamilyDash.jsx index a6b11c1..918b6b0 100644 --- a/src/components/Home/FamilyDash.jsx +++ b/src/components/Home/FamilyDash.jsx @@ -43,12 +43,27 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) {
{Object.keys(familyBannersList?.result?.result_list).map((item, index) => { let content = familyBannersList?.result?.result_list[item] + let action = item == 'recommend' ? 'familymarket' : 'mytask' return ( - +
- banner image -

{content.banner.text}

-

{content.banner.description}

+ banner image +
+

{content.banner.text}

+

{content.banner.description}

+
+ {/* Horizontal Line */} +
+ +
+ 6w ago + {/* Dots */} +
+
+
+
+
+
) @@ -60,9 +75,25 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) {

Resources

{[1,2,3,4,5].map((item, index) => ( - -
+ +
+ banner image +
+

{'Heading'}

+

{'Description'}

+
+ {/* Horizontal Line */} +
+
+ 6w ago + {/* Dots */} +
+
+
+
+
+
))}