trust-signal-components

Implement trust signal UI components for home services renovation websites.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/r-senchuk/agentskills --skill trust-signal-components-r-senchuk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trust-signal-components
Source: https://github.com/r-senchuk/agentskills/tree/main/.agents/skills/trust-signal-components
Command: npx skills add https://github.com/r-senchuk/agentskills --skill trust-signal-components-r-senchuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Visitors to home services renovation sites hesitate to request quotes because they fear unlicensed workers, hidden costs, and non-compliant work. This Skill provides ready-to-adapt React components that surface legal credentials, guarantees, and local team proof to reduce that pre-conversion anxiety. ## Core Features & Use Cases - Trust Badge Row: A compact, above-the-fold row of inline SVG badges (certified, fixed price, local team, insured) built with Tailwind flex utilities. - Compliance & Guarantee Blocks: A ComplianceBadge for real legal credentials and a guarantee statement block with shield iconography. - Team Module: Staff portrait cards with names, roles, and bios to establish local presence. - Use Case: A renovation company needs a trust section below its hero. Use this Skill to generate a TrustBadgeRow and a three-column TrustBlock wired to next-intl translation keys for Italian and English. ## Quick Start Use the trust-signal-components skill to add a trust badge row and compliance badge below the hero section of my renovation site's homepage.

Frequently Asked Questions about trust-signal-components

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add trust badges to a Next.js website?▼

Create a TrustBadgeRow component that maps over an array of badge definitions, each pairing an inline SVG icon with a translated label. Render it with flex-wrap and gap utilities so it stays readable at 375px viewports, and place it directly below the hero section.

How do I build a compliance badge component in React?▼

Build a ComplianceBadge component accepting code, label, and description props. Render the credential code in a dark square block beside the label and description text, and only use codes matching real credentials such as a regulatory certification or VAT/Tax ID.

Can I use Heroicons or Font Awesome for trust icons in Tailwind?▼

This approach requires inline SVG icons only, not npm icon libraries like Font Awesome or Heroicons. Inline SVGs avoid extra dependencies, allow stroke customization via currentColor, and must carry aria-hidden="true" when decorative.

Where should trust signals be placed on a landing page?▼

Place micro-copy badges in the hero, a 3-4 badge row directly below it, regulatory badges near relevant services, privacy notes on the quote page, and VAT/registration details in the footer. At least one trust signal should appear above the fold on mobile.

When should I not use trust badge components?▼

Do not use them for CTA button copy, quote form UX, analytics, or SEO metadata, which belong to other concerns. Also avoid them if you cannot back badges with real credentials, since invented certifications undermine credibility and may create legal risk.