home: style what we offer section
This commit is contained in:
parent
e1864794ae
commit
44476c73d1
@ -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" />
|
||||||
<List>
|
<Box pl={8} py={1}>
|
||||||
{serviceMenu.map(({ label, path }) => (
|
<List>
|
||||||
<ListItem key={label}>
|
{serviceMenu.map(({ label, path }) => (
|
||||||
<ListItemButton component={GatsbyLink} to={path}>
|
<ListItem key={label}>
|
||||||
<ListItemIcon>
|
<ListItemIcon sx={{ minWidth: "inherit", pr: 1 }}>
|
||||||
<EastIcon />
|
<EastIcon fontSize="small" color="primary" />
|
||||||
</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
|
||||||
|
Loading…
Reference in New Issue
Block a user