diff --git a/client/src/components/Header.jsx b/client/src/components/Header.jsx
index 06cca91..abe6524 100644
--- a/client/src/components/Header.jsx
+++ b/client/src/components/Header.jsx
@@ -254,12 +254,12 @@ const handleMenuClick = () => {
className={` flex flex-wrap items-center justify-between p-2 `}
>
diff --git a/client/src/components/Hero.jsx b/client/src/components/Hero.jsx
index f64c3d1..dd23854 100644
--- a/client/src/components/Hero.jsx
+++ b/client/src/components/Hero.jsx
@@ -23,9 +23,9 @@ function Hero() {
calculate their environmental impact accurately with easy-to-use
tools and insightful data.
-
- Track Your Carbon Footprint
-
+
+ Track Your Carbon Footprint
+

diff --git a/client/src/pages/Information.jsx b/client/src/pages/Information.jsx
index 11decbc..1798498 100644
--- a/client/src/pages/Information.jsx
+++ b/client/src/pages/Information.jsx
@@ -1,4 +1,5 @@
import React from 'react';
+import { Link } from 'react-router-dom';
const Information = () => {
return (
@@ -42,7 +43,7 @@ const Information = () => {
Take the first step towards a sustainable future with PrithWe. Empower your business to make informed decisions, reduce your carbon footprint, and contribute to a greener and more resilient world.
-
+
);