diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx
index cbdfbe7..df1daec 100644
--- a/src/components/Banner.jsx
+++ b/src/components/Banner.jsx
@@ -1,11 +1,45 @@
const Banner = () => {
- return (
-
-
Welcome to the Central Government Portal
-
Providing services and information to all citizens.
+ return (
+
+
+
+
+ Welcome to the Central Government Portal
+
+
- );
- };
-
- export default Banner;
-
\ No newline at end of file
+
+
+
+ Providing services and information to all citizens.
+
+
+
+
+ );
+};
+export default Banner
\ No newline at end of file
diff --git a/src/components/Links.jsx b/src/components/Links.jsx
index a9ab3dc..49fbde4 100644
--- a/src/components/Links.jsx
+++ b/src/components/Links.jsx
@@ -1,14 +1,14 @@
const Links = () => {
return (
-
Important Links
+
Central Government Online Assesment Portal
);