Skip to content

Commit

Permalink
changed image location
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Apr 4, 2024
1 parent db79f63 commit 97f931c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ <h2>Customer Reviews</h2>
<div class="review-card">
<p class="review-text">I'm so happy with my decision. It's comfortable, looks great in my living room, and the quality is outstanding. Would definitely buy again!</p>
<div class="review-info">
<img src="/images/profile2.jpg" alt="Profile 2" width="10" height="20">
<img src="images/profile2.jpg" alt="Profile 2" width="10" height="20">
<div class="reviewer-name">Jane Smith</div>
</div>
</div>

<div class="review-card">
<p class="review-text">I was hesitant to buy furniture online, but this website made it so easy and convenient. The delivery was fast and the product was even better than I expected. Thanks for the great experience!</p>
<div class="review-info">
<img src="/images/profile3.jpg" alt="Profile 3" width="10" height="20">
<img src="images/profile3.jpg" alt="Profile 3" width="10" height="20">
<div class="reviewer-name">Mike Johnson</div>
</div>

Expand Down

0 comments on commit 97f931c

Please sign in to comment.