Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
});

export const metadata: Metadata = {
title: "DocHub - Document Management",
description: "Secure document management with Web3 authentication",
title: "DocHub - Your Digital Identity Hub",
description: "Get verifiable digital credentials, usable in dapps and smart contracts",
};

export default function RootLayout({
Expand Down
6 changes: 3 additions & 3 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function LoginPage() {
DocHub
</h1>
<p className="text-lg text-white/60 font-normal max-w-sm mx-auto">
Secure document management with seamless authentication
Get verifiable digital credentials, usable in dapps and smart contracts
</p>
</div>

Expand Down Expand Up @@ -114,7 +114,7 @@ export default function LoginPage() {
</svg>
</div>
<p className="text-xs text-white/50 font-medium">
Embedded Wallets
Easy to use
</p>
</div>
<div className="text-center space-y-2">
Expand All @@ -133,7 +133,7 @@ export default function LoginPage() {
/>
</svg>
</div>
<p className="text-xs text-white/50 font-medium">Instant</p>
<p className="text-xs text-white/50 font-medium">Micropayments</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/CredentialModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export default function CredentialModal({
{getCreditScoreLabel(generatedCreditScore)}
</p>
<p className="text-sm text-slate-300 mb-8 max-w-md mx-auto">
This score has been assessed by Equifax based on
This score has been assessed by a trusted credit score provider based on
your financial history. You can now claim this as a
verifiable credential.
</p>
Expand Down
3 changes: 1 addition & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ export default function Navbar({
<span className="text-white">Fully Verifiable</span>
</h2>
<p className="text-xl text-slate-400 max-w-2xl mx-auto">
Securely manage and share your verifiable credentials with
blockchain-powered authentication
Get verifiable digital credentials, usable in dapps and smart contracts
</p>
</motion.div>
</div>
Expand Down