This commit is contained in:
2025-09-16 14:34:13 +02:00
parent 273cb24a47
commit 34bd6522e3
4 changed files with 6 additions and 125 deletions

View File

@@ -39,18 +39,18 @@ export function Footer() {
</div>
<div className="group relative -mx-4 flex items-center self-stretch p-4 transition-colors hover:bg-gray-800/50 sm:self-auto sm:rounded-2xl lg:mx-0 lg:self-auto lg:p-6">
<div className="relative flex h-24 w-24 flex-none items-center justify-center">
<QrCodeBorder className="absolute inset-0 h-full w-full stroke-gray-700 transition-colors group-hover:stroke-cyan-500" />
<QrCodeBorder className="absolute inset-0 h-full w-full stroke-gray-700 transition-colors group-hover:stroke-[#015eff]" />
<Image src={qrCode} alt="" unoptimized />
</div>
<div className="ml-8 lg:w-64">
<p className="text-base font-semibold text-white">
<Link href="#">
<Link href="https://threefoldfaq.crisp.help/en/">
<span className="absolute inset-0 sm:rounded-2xl" />
Download the app
Talk to a human
</Link>
</p>
<p className="mt-1 text-sm text-gray-400">
Scan the QR code to download the app from the App Store.
Get in touch with us for any inquiries or questions.
</p>
</div>
</div>