Skip to content

Commit

Permalink
changed image format
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Mar 26, 2024
1 parent 40c36f9 commit 1ebc965
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added images/profile2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/profile2.webp
Binary file not shown.
Binary file added images/profile3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/profile3.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ <h2>Customer Reviews</h2>
<div class="review-card">
<p class="review-text">I recently purchased this sofa and 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.webp" 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.webp" 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 1ebc965

Please sign in to comment.