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
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:
@ -416,7 +416,7 @@ export default function HomePage() {
|
||||
<ul className="space-y-5 sm:space-y-6">
|
||||
{[
|
||||
{ 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' },
|
||||
].map((item, i) => (
|
||||
<li key={i} className="flex gap-4 sm:gap-5">
|
||||
|
||||
Reference in New Issue
Block a user