Merge branch 'join' into lukman-sdm-3-juni-2024

This commit is contained in:
Moh Alif Al Lukman
2024-07-03 17:35:36 +08:00
committed by GitHub
10 changed files with 50 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
"use client"
import { LayoutNavbarHome, WARNA } from '@/module/_global';
import { ActionIcon, Box, Group, rem, Stack, Text } from '@mantine/core';
import React from 'react';
@@ -26,12 +25,10 @@ export default function ViewHome() {
<HiOutlineUser size={20} color='white' />
</ActionIcon>
</Group>
</Group>
</LayoutNavbarHome>
<Box p={20}>
<Stack >
<Carosole />
<Features/>
<Features />
</Stack>
</Box>