From 33d747951cea2816eddb120c6c823adcf9362080 Mon Sep 17 00:00:00 2001 From: Francis Longsaar Date: Thu, 26 Dec 2024 19:36:28 +0000 Subject: [PATCH] Added a more warm and cool background for a more comfortable sight and updated left hand side design to display logo correctly --- app/client/src/app/page.tsx | 65 ++++++++++--------------------------- 1 file changed, 17 insertions(+), 48 deletions(-) diff --git a/app/client/src/app/page.tsx b/app/client/src/app/page.tsx index 5398bb9..1a8e611 100644 --- a/app/client/src/app/page.tsx +++ b/app/client/src/app/page.tsx @@ -76,10 +76,10 @@ const Home = () => { ); return ( -
+
{/* Left Side - Descriptive Section */} -
+
landver logo { width={100} className="mb-6" /> -

- Land Registry Protocol -

+

Land Registry Protocol

- Secure, transparent, and efficient land registration - powered by blockchain technology. + Secure, transparent, and efficient land registration powered by blockchain technology.

-
@@ -111,41 +107,27 @@ const Home = () => {
{status !== "connected" ? (
- -

- Connect Your Wallet -

-

- Connect a supported wallet to access Land - Registry -

+ +

Connect Your Wallet

+

Connect a supported wallet to access Land Registry

{isModalOpen && ( - +
-

- Connect Your Wallet -

+

Connect Your Wallet

@@ -154,18 +136,11 @@ const Home = () => { ) : (
-

- Connected Wallet: -

-

- {address?.slice(0, 6)}... - {address?.slice(-4)} -

+

Connected Wallet:

+

{address?.slice(0, 6)}...{address?.slice(-4)}

-

- Select Your Role -

+

Select Your Role

{ />
- {error && ( -

- {error} -

- )} + {error &&

{error}

}