From d5b8ecd72044d43b41ea7452eb525e2bc8e20adf Mon Sep 17 00:00:00 2001 From: Debosmita Chakraborty Date: Wed, 18 Sep 2024 02:47:36 +0530 Subject: [PATCH] Changing some of the components --- src/components/Banner.jsx | 52 ++++++++++++++++++++++++++++++++------- src/components/Links.jsx | 14 +++++------ 2 files changed, 50 insertions(+), 16 deletions(-) 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

- Government Services - Departments - Download Forms - Tax Information - Policies - Health Services + Government Services + Additional Links + Help Desk + Public Notices + News & Events + Form Filup
);