diff --git a/src/components/homepage.tsx b/src/components/homepage.tsx index 883ce19..09b39ac 100644 --- a/src/components/homepage.tsx +++ b/src/components/homepage.tsx @@ -47,9 +47,6 @@ const HomePage: React.FC = () => { const impactRef = useRef(null); const reuseRef = useRef(null); const items = [ - "Our mission is to maximize the reuse of nature’s precious resources, fostering a circular economy and driving true sustainability.", - "Loop Sustainability extends the life cycle of electronics through advanced technology and smart algorithms, enabling efficient reuse and responsible recycling.", - "We collaborate with consumer brands, retailers, recyclers, repair centers, policymakers, and more—all working together to reduce e-waste and drive sustainability.", ]; // const theme = useTheme(); // const isMobile = useMediaQuery(theme.breakpoints.down("sm")); @@ -94,67 +91,91 @@ const HomePage: React.FC = () => { xs={12} sx={{ marginTop: "0px", - height: { xs: "432px", lg: "60vh", sm: "487px", md: '400px' }, + height: { xs: "270px", lg: "77vh", sm: "487px", md: '517px' }, width: { lg: "100vw" }, backgroundColor: "white", position: "relative", - paddingTop: { xs: '50px', lg: '5px' }, - marginBottom: { xs: "10px", md: "39px", lg: '60px' }, + paddingTop: { xs: '50px', lg: '5px' , md:'10px' }, + marginBottom: { xs: "10px", md: "39px", lg: '30px' }, }} > - Gif + Gif + - + + - - We aim to 'Do More With Less' + + We aim to 'Do More With Less'
+ Our mission is to maximize the reuse of nature’s precious resources, fostering a circular economy and driving true sustainability. +
+ +
+
+ + + "Loop Sustainability extends the life cycle of electronics through advanced technology and smart algorithms, enabling efficient reuse and responsible recycling.", + + + + + + "We collaborate with consumer brands, retailers, recyclers, repair centers, policymakers, and more—all working together to reduce e-waste and drive sustainability.", - {items.map((text, index) => ( - - - - {text} - - - ))}
{/* Grid 2 */}