diff --git a/src/components/Home/FamilyDash.jsx b/src/components/Home/FamilyDash.jsx index 47c5e0f..b6839d5 100644 --- a/src/components/Home/FamilyDash.jsx +++ b/src/components/Home/FamilyDash.jsx @@ -61,7 +61,7 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) { {/* */} {/* Header */} -
+

Welcome

@@ -83,16 +83,16 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) { let content = familyBannersList?.result_list[item] let action = item == 'recommend' ? 'familymarket' : 'mytask' return ( - +
- banner image -
-
-

{content.banner.text}

+ banner image +
+
+

{content.banner.text}

{content.banner.description}

{/* Horizontal Line */} -
+ {/*
*/}
6w ago @@ -111,20 +111,20 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) {
} -
+

Resources

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

{'Heading'}

+ banner image +
+
+

{'Heading'}

{'Description'}

{/* Horizontal Line */} -
+ {/*
*/}
6w ago