diff --git a/src/App.css b/src/App.css
index fb812f0..54516b0 100644
--- a/src/App.css
+++ b/src/App.css
@@ -42,3 +42,9 @@
font-weight: normal;
font-style: normal;
}
+@font-face {
+ font-family: 'Helvetica Neue';
+ src: url('../src//fonts/HelveticaNeue.ttc') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
diff --git a/src/components/header.tsx b/src/components/header.tsx
index 150cb6f..bcf7026 100644
--- a/src/components/header.tsx
+++ b/src/components/header.tsx
@@ -54,13 +54,13 @@ const Header: React.FC = () => {
{/* Desktop Navigation */}
-
-
-
+
+
+
{/* 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.
@@ -407,7 +408,7 @@ const HomePage: React.FC = () => {
{/* Repair */}
-
+
Repair
Loop Sustainability steps in to repair damaged or outdated electronics.
@@ -439,7 +440,7 @@ const HomePage: React.FC = () => {
/>
-
+
Disintegrate
When electronics can no longer be repaired or reused, we safely disintegrate them into valuable materials, ensuring they are properly processed and recycled.
@@ -459,7 +460,7 @@ const HomePage: React.FC = () => {
/>
-
+
Remine
We take the disintegrated materials and remines them for precious metals, turning waste back into usable resources. closing the loop on electronic waste.
diff --git a/src/components/ourteam.tsx b/src/components/ourteam.tsx
index 18b9f21..3828fb4 100644
--- a/src/components/ourteam.tsx
+++ b/src/components/ourteam.tsx
@@ -56,15 +56,15 @@ const OurTeam: React.FC = () => {
display="flex"
alignItems="center"
gap={1}
- sx={{ cursor: "pointer", marginBottom: 10 }}
+ sx={{ cursor: "pointer", marginBottom: 5 }}
onClick={() => setShowTeam(!showTeam)}
>
@@ -81,8 +81,8 @@ const OurTeam: React.FC = () => {
sx={{
color: "#4D4D4D",
fontSize: { xs: "12px", sm: "20px" },
- fontFamily: "SF Pro Rounded Regular, Arial, sans-serif",
- padding:"20px",
+ fontFamily: "SF Pro Regular, Arial, sans-serif",
+ padding:"30px",
textAlign:'center'
}}
>
diff --git a/src/components/whyus.tsx b/src/components/whyus.tsx
index 42f0077..a6239da 100644
--- a/src/components/whyus.tsx
+++ b/src/components/whyus.tsx
@@ -11,6 +11,8 @@ const Circle = styled(Box)(({ theme }) => ({
justifyContent: "center",
border: "5px solid",
transition: "0.3s",
+ textAlign: "center",
+ padding: "10px",
[theme.breakpoints.down("sm")]: {
width: 120, // Adjusting for mobile
height: 120,
@@ -27,22 +29,40 @@ const items = [
const WhyChooseUs: React.FC = () => {
return (
-
+
Why Choose Us?
-
+
{items.map((item, index) => (
-
+
-
+
{item.text}
-
))}
diff --git a/src/fonts/HelveticaNeue.ttc b/src/fonts/HelveticaNeue.ttc
new file mode 100644
index 0000000..8be1d23
Binary files /dev/null and b/src/fonts/HelveticaNeue.ttc differ