Skip to content

Commit

Permalink
Merge pull request #1260 from akash70629/testimonial
Browse files Browse the repository at this point in the history
💥FIX : broken Images on Testimonial page
  • Loading branch information
vishanurag authored Nov 11, 2024
2 parents 5078d16 + 511b52a commit d8e9352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testimonial.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h2>What Our Clients Say</h2>
<div class="testimonial">
<div class="testimonial-inner">
<div class="testimonial-front">
<img src="profile1.jpg" alt="Profile Picture">
<img src="https://images.unsplash.com/flagged/photo-1579657831106-50315fcf3220?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8NjR8OTQ1MjQ5NHx8ZW58MHx8fHx8" alt="Profile Picture">
<h3>John Doe</h3>
</div>
<div class="testimonial-back">
Expand All @@ -279,7 +279,7 @@ <h3>John Doe</h3>
<div class="testimonial">
<div class="testimonial-inner">
<div class="testimonial-front">
<img src="https://via.placeholder.com/80" alt="Client Image">
<img src="https://images.unsplash.com/photo-1587778082149-bd5b1bf5d3fa?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MXw5NDUyNDk0fHxlbnwwfHx8fHw%3D">
<h3>John Smith</h3>
</div>
<div class="testimonial-back">
Expand All @@ -291,7 +291,7 @@ <h3>John Smith</h3>
<div class="testimonial">
<div class="testimonial-inner">
<div class="testimonial-front">
<img src="https://via.placeholder.com/80" alt="Client Image">
<img src="https://images.unsplash.com/photo-1575439462433-8e1969065df7?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MjB8OTQ1MjQ5NHx8ZW58MHx8fHx8" alt="Client Image">
<h3>Emily White</h3>
</div>
<div class="testimonial-back">
Expand Down

0 comments on commit d8e9352

Please sign in to comment.