Skip to content

Commit

Permalink
added images for reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-mee committed Mar 26, 2024
1 parent c4495a1 commit 40c36f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added images/profile1.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 added images/profile2.webp
Binary file not shown.
Binary file added images/profile3.webp
Binary file not shown.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h2 class="heading" >About <span>Us</span></h2>
suggestions, please let me know. I'd love to hear from you.
</p>
<a href="#" class="btn" style="background-color:blue; ">Read More</a>
</div>
</div><br>



Expand All @@ -187,29 +187,29 @@ <h2>Customer Reviews</h2>
<div class="review-card">
<p class="review-text">This chair is so comfortable and stylish! I love the design and the quality is excellent. Highly recommend it!</p>
<div class="review-info">
<img src="/images/profile1.png" alt="Profile 1" width="10" height="20">
<img src="images/profile1.jpg" alt="Profile 1" width="10" height="20">
<div class="reviewer-name">John Doe</div>
</div>
</div>

<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.png" alt="Profile 2" width="10" height="20">
<img src="/images/profile2.webp" 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.png" alt="Profile 3" width="10" height="20">
<img src="/images/profile3.webp" alt="Profile 3" width="10" height="20">
<div class="reviewer-name">Mike Johnson</div>
</div>

</div>
</div>
</section>
</section><br>


<section class="contact-us" id="contact">
Expand Down

0 comments on commit 40c36f9

Please sign in to comment.