Improve opengraph, remove docs link from header, refine copy
This commit is contained in:
parent
4c0503e379
commit
24ce99063e
@ -7,8 +7,11 @@
|
||||
<meta name="description" content="The definitive list of merchants, creators, and organizations empowering the circular economy with BTCPay Server." />
|
||||
<meta property="og:title" content="BTCPay Server Directory" />
|
||||
<meta property="og:description" content="Merchants, projects and organizations using BTCPay Server" />
|
||||
<meta property="og:image" content="/opengraph.jpg" />
|
||||
<meta property="og:image" content="https://directory.btcpayserver.org/opengraph.jpg" />
|
||||
<meta property="og:url" content="https://directory.btcpayserver.org" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:image" content="https://directory.btcpayserver.org/opengraph.jpg" />
|
||||
<meta name="theme-color" content="#51b13e" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
|
||||
@ -39,12 +39,6 @@ export default function Navbar({ searchQuery, setSearchQuery }: NavbarProps) {
|
||||
|
||||
<div className="flex items-center gap-3">
|
||||
<ThemeToggle />
|
||||
|
||||
<Button variant="ghost" size="sm" className="hidden sm:flex rounded-full hover:bg-muted/50 font-medium" asChild>
|
||||
<a href="https://docs.btcpayserver.org" target="_blank" rel="noreferrer">
|
||||
Documentation
|
||||
</a>
|
||||
</Button>
|
||||
<Button size="sm" className="rounded-full px-5 font-semibold text-primary-foreground hover:opacity-90 transition-all shadow-lg shadow-primary/20 bg-primary hover:bg-primary/90" asChild>
|
||||
<a href="https://github.com/btcpayserver/directory.btcpayserver.org/issues/new?template=submission.md" target="_blank" rel="noreferrer">
|
||||
Submit Store
|
||||
|
||||
@ -120,13 +120,12 @@ export default function DirectoryPage() {
|
||||
|
||||
<div className="container mx-auto px-6 relative z-10 text-center">
|
||||
<h1 className="text-5xl md:text-7xl font-display font-bold mb-6 tracking-tight bg-clip-text text-transparent bg-gradient-to-br from-foreground to-foreground/70 animate-in fade-in slide-in-from-bottom-6 duration-700 delay-100">
|
||||
Spend Bitcoin <br className="hidden md:block" />
|
||||
<span className="bg-gradient-to-r from-primary to-emerald-600 bg-clip-text text-transparent">Anywhere.</span>
|
||||
₿itcoin is<br className="hidden md:block" />
|
||||
<span className="bg-gradient-to-r from-primary to-emerald-600 bg-clip-text text-transparent">Money.</span>
|
||||
</h1>
|
||||
|
||||
<p className="text-xl text-muted-foreground mb-10 max-w-2xl mx-auto leading-relaxed animate-in fade-in slide-in-from-bottom-8 duration-700 delay-200">
|
||||
The definitive list of merchants, creators, and organizations empowering the circular economy with BTCPay Server.
|
||||
</p>
|
||||
Discover merchants, creators, and organizations accepting Bitcoin with BTCPay Server, and support circular economies. </p>
|
||||
|
||||
<div className="flex flex-wrap justify-center gap-4 animate-in fade-in slide-in-from-bottom-10 duration-700 delay-300">
|
||||
<Button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user