Skip to content
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
11 changes: 10 additions & 1 deletion src/components/landing/AnalyzerAboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ export function AnalyzerAboutSection() {
The BitSleuth Analyzer is built for Bitcoiners who want real transparency. Whether you're tracking address reuse, auditing wallets for OPSEC risks, or exploring the chain, our AI-powered tools help you make sense of the blockchain.
</p>
<p className="text-lg text-muted-foreground leading-relaxed">
Built by privacy-focused developers who believe in open access to Bitcoin data and the sovereignty of the individual.
Built by privacy-focused developers who believe in open access to Bitcoin data and the sovereignty of the individual. The Wallet Analyzer is fully open source — review or contribute to the code on{" "}
<a
href="https://github.com/BitSleuthAI/Analyzer"
target="_blank"
rel="noopener noreferrer"
className="text-primary font-medium transition-colors duration-200 hover:underline underline-offset-4"
>
GitHub
</a>
.
</p>
<div className="pt-4 flex flex-wrap justify-center lg:justify-start gap-3">
<ValueBadge icon={Bitcoin} text="Bitcoin Only" variant="primary" />
Expand Down
11 changes: 10 additions & 1 deletion src/components/landing/WalletAboutSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ export function WalletAboutSection() {
<div className="container max-w-3xl mx-auto text-center relative z-10">
<h2 className="text-3xl font-bold mb-6 text-foreground">About <span className="text-primary">BitSleuth Wallet</span></h2>
<p className="text-lg text-muted-foreground font-normal">
The BitSleuth Wallet is built for privacy-conscious Bitcoiners. We believe in self-custody and minimizing your on-chain footprint. Our wallet is non-custodial, requires no personal information, and is designed to help you transact with greater privacy. Built by developers who believe in financial sovereignty.
The BitSleuth Wallet is built for privacy-conscious Bitcoiners. We believe in self-custody and minimizing your on-chain footprint. Our wallet is non-custodial, requires no personal information, and is designed to help you transact with greater privacy. Built by developers who believe in financial sovereignty. The Privacy Wallet is fully open source — review or contribute to the code on{" "}
<a
href="https://github.com/BitSleuthAI/Wallet"
target="_blank"
rel="noopener noreferrer"
className="text-primary font-medium transition-colors duration-200 hover:underline underline-offset-4"
>
GitHub
</a>
.
</p>
<div className="flex flex-wrap justify-center gap-3 pt-6">
<ValueBadge icon={Bitcoin} text="Bitcoin Only" variant="primary" />
Expand Down