diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx
index 72418bd..282fe77 100644
--- a/frontend/src/app/page.tsx
+++ b/frontend/src/app/page.tsx
@@ -416,7 +416,7 @@ export default function HomePage() {
{[
{ 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) => (
-