updated content
This commit is contained in:
parent
907c9ee805
commit
bd759bb218
|
|
@ -147,7 +147,7 @@ const HomePage: React.FC = () => {
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
||||||
<Typography variant="h4">Mine from nature</Typography>
|
<Typography variant="h4">Mine from nature</Typography>
|
||||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
|
<p>Raw materials are extracted through destructive mining practices, causing habitat loss, soil erosion, and water contamination. </p>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
@ -170,7 +170,7 @@ const HomePage: React.FC = () => {
|
||||||
}}>
|
}}>
|
||||||
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
||||||
<Typography variant="h4">Manufacturing</Typography>
|
<Typography variant="h4">Manufacturing</Typography>
|
||||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry...</p>
|
<p>Materials are processed in energy-intensive factories that rely on fossil fuels, generating high carbon emissions </p>
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ width: { lg: '50%' } }}>
|
<Box sx={{ width: { lg: '50%' } }}>
|
||||||
<img src={giftwo} alt="Gif" style={{ width: "100%" }} />
|
<img src={giftwo} alt="Gif" style={{ width: "100%" }} />
|
||||||
|
|
@ -199,7 +199,7 @@ const HomePage: React.FC = () => {
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
||||||
<Typography variant="h4">Assemble</Typography>
|
<Typography variant="h4">Assemble</Typography>
|
||||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry...</p>
|
<p>Materials are processed in energy-intensive factories that rely on fossil fuels, generating high carbon emissions </p>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
</Box>
|
</Box>
|
||||||
|
|
@ -223,7 +223,7 @@ const HomePage: React.FC = () => {
|
||||||
}}>
|
}}>
|
||||||
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
||||||
<Typography variant="h4">Use</Typography>
|
<Typography variant="h4">Use</Typography>
|
||||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry...</p>
|
<p>Devices are used by consumers and businesses, but their production and usage contribute significantly to carbon footprints, energy consumption, and waste generation.</p>
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ width: { xs: "60%", md: "100%" } }}>
|
<Box sx={{ width: { xs: "60%", md: "100%" } }}>
|
||||||
<img src={giffour} alt="Gif" style={{ width: "100%" }} />
|
<img src={giffour} alt="Gif" style={{ width: "100%" }} />
|
||||||
|
|
@ -342,7 +342,7 @@ const HomePage: React.FC = () => {
|
||||||
xs={12}
|
xs={12}
|
||||||
|
|
||||||
sx={{
|
sx={{
|
||||||
height: "660px",
|
height: "66 0px",
|
||||||
marginTop: { lg: 20, xs: 0 },
|
marginTop: { lg: 20, xs: 0 },
|
||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue