added a new section on home page
This commit is contained in:
@@ -3,6 +3,7 @@ import IconOne from '../../assets/images/icon/reward.png';
|
||||
import IconTwo from '../../assets/images/icon/assign-chores.png';
|
||||
import IconThree from '../../assets/images/icon/financial-education.png';
|
||||
import IconFour from '../../assets/images/icon/family-connect.png';
|
||||
import Main from '../lnd/LndParts/Design/Main';
|
||||
|
||||
function ServiceItem({ icon, title, description, index }) {
|
||||
return (
|
||||
@@ -51,6 +52,8 @@ function ServicesHomeOne({ className }) {
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Main />
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user