跳到主要内容
ArcBlock Community

Missing User Feedback Images

JM “cryptotestnet” Morales
支持
arcspherefeatureimpact-minorqualifiedrewarded

image.png

Bug Description

The "Real Feedback from Real Users" section on https://www.arcsphere.io/en does not display user images, leaving the testimonials section visually incomplete. This reduces user trust and engagement.

Steps to Reproduce

  1. Navigate to https://www.arcsphere.io/en.
  2. Scroll to the "Real Feedback from Real Users" section.
  3. Observe that no user images are displayed in the testimonials.

Expected Behavior

  • User images should be displayed alongside testimonials to build trust and credibility.

Actual Behavior

  • No images are shown in the testimonials section.

Severity Classification

Severity: Medium

  • Impacts user trust and engagement.
  • May indicate broken image paths or missing assets.

Suggested Fix

Frontend Fix

  1. Verify Image Paths:
  • Use browser developer tools to inspect broken image paths.
  • Ensure images exist in the server directory.
  1. Example Fix (HTML): html javascript <!-- Corrected Image Path --> <img src="/images/testimonials/user1.jpg" alt="User Testimonial">
  2. CMS Fix:
  • Ensure the content management system (e.g., Markdown, CMS) includes valid image paths.
回复