Fix landing build: replace missing Key icon
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled

This commit is contained in:
2025-12-17 06:54:24 +01:00
parent 2b0c3aacf8
commit e95fcd5bae

View File

@ -416,7 +416,7 @@ export default function HomePage() {
<ul className="space-y-5 sm:space-y-6"> <ul className="space-y-5 sm:space-y-6">
{[ {[
{ icon: Shield, title: 'Zero Noise', desc: 'Gatekeeper tech filters 99% of junk' }, { icon: Shield, title: 'Zero Noise', desc: 'Gatekeeper tech filters 99% of junk' },
{ icon: Key, title: 'Verified Owners', desc: 'DNS verification required before listing' }, { icon: ShieldCheck, title: 'Verified Owners', desc: 'DNS verification required before listing' },
{ icon: Zap, title: '0% Commission', desc: 'Keep 100% of the sale price' }, { icon: Zap, title: '0% Commission', desc: 'Keep 100% of the sale price' },
].map((item, i) => ( ].map((item, i) => (
<li key={i} className="flex gap-4 sm:gap-5"> <li key={i} className="flex gap-4 sm:gap-5">