home: style what we offer section

This commit is contained in:
desmukh 2023-01-08 17:58:33 +05:00
parent e1864794ae
commit 44476c73d1
1 changed files with 17 additions and 11 deletions

View File

@ -50,21 +50,27 @@ const BlogIndex = ({ data, location }) => {
</Typography> </Typography>
</Box> </Box>
<H1Separator title="What we offer" component="h2" /> <H1Separator title="What we offer" component="h2" />
<Box pl={8} py={1}>
<List> <List>
{serviceMenu.map(({ label, path }) => ( {serviceMenu.map(({ label, path }) => (
<ListItem key={label}> <ListItem key={label}>
<ListItemButton component={GatsbyLink} to={path}> <ListItemIcon sx={{ minWidth: "inherit", pr: 1 }}>
<ListItemIcon> <EastIcon fontSize="small" color="primary" />
<EastIcon />
</ListItemIcon> </ListItemIcon>
<ListItemText <ListItemText
primary={label} primary={label}
primaryTypographyProps={{ textTransform: "capitalize" }} sx={{ my: 0 }}
primaryTypographyProps={{
textTransform: "capitalize",
fontSize: 28,
fontWeight: 700,
lineHeight: 1,
}}
/> />
</ListItemButton>
</ListItem> </ListItem>
))} ))}
</List> </List>
</Box>
<H2Separator title1="Interested?" title2="Work with us" component="h3" /> <H2Separator title1="Interested?" title2="Work with us" component="h3" />
<Typography> <Typography>
We build technologies and infrastructure to empower users to make a We build technologies and infrastructure to empower users to make a