From b0450952ffc170ed0aa94700c2acc500e536f6e0 Mon Sep 17 00:00:00 2001 From: hardik Date: Thu, 20 Feb 2025 09:43:54 +0530 Subject: [PATCH] new things --- src/components/header.tsx | 2 +- src/components/homepage.tsx | 109 +++++++++++++++++++++++++++--------- 2 files changed, 82 insertions(+), 29 deletions(-) diff --git a/src/components/header.tsx b/src/components/header.tsx index bc1a317..b166fb4 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -17,7 +17,7 @@ const Header: React.FC = () => { { }, }, - // typography: { - // fontFamily: "SF Pro Rounded Medium, Arial, sans-serif", - // h4: { - // color: "#333333", - // }, - // body2:{ - // color:"#77808B" - // } - // }, + typography: { + fontFamily: "SF Pro Rounded Medium, Arial, sans-serif", + h4: { + color: "#333333", + }, + body2: { + color: "#4D4D4D" + } + }, }); @@ -92,11 +92,11 @@ const HomePage: React.FC = () => { xs={12} sx={{ marginTop: "0px", - height: { xs: "190px", lg: "55vh" }, + height: { xs: "190px", lg: "55vh", sm: "300px", md: '400px' }, width: { lg: "100vw" }, backgroundColor: "white", position: "relative", - paddingTop:{xs:'50px', lg:'5px'}, + paddingTop: { xs: '50px', lg: '5px' }, marginBottom: { xs: "10px", md: "39px", lg: '60px' }, }} > @@ -127,7 +127,7 @@ const HomePage: React.FC = () => { {/* Grid 2 */} { Remine - We take the disintegrated materials and remines them for precious metals, turning waste back into usable resources. closing the loop on electronic waste. + We take the disintegrated materials and remines them for precious metals, turning waste back into usable resources. closing the loop on electronic waste. + + + + + + + + + + + + + + + + + + + + + + + + + + + + {/* mobile only */} - {/* Reuse */} - + Reuse We help businesses reuse their old electronic devices, repurposing functional parts and components for future use or resale, reducing overall environmental impact. - - Reuse Gif + + + Reuse Gif + + {/* Repair */} - + Repair Loop Sustainability steps in to repair damaged or outdated electronics. @@ -405,8 +440,14 @@ const HomePage: React.FC = () => { reducing the need for new products. - - Repair Gif + + + Reuse Gif + @@ -414,10 +455,16 @@ const HomePage: React.FC = () => { {/* Disintegrate (Added Extra Margin to Separate from Top Row) */} - - Disintegrate Gif + + + Reuse Gif + - + Disintegrate When electronics can no longer be repaired or reused, we safely disintegrate them into valuable materials, ensuring they are properly processed and recycled. @@ -428,10 +475,16 @@ const HomePage: React.FC = () => { {/* Remine */} - - Remine Gif + + + Reuse Gif + - + Remine We take the disintegrated materials and remines them for precious metals, turning waste back into usable resources. closing the loop on electronic waste. -- 2.40.1