Skip to content

Commit

Permalink
testimonials user image links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy authored Jan 12, 2024
1 parent 265e17d commit 4061258
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ import {
project4,
project5,
project6,
user1,
user2,
user3,
} from "../assets";

// Navbar Links
Expand Down Expand Up @@ -192,23 +195,23 @@ const testimonials = [
name: "Sara Lee",
designation: "CFO",
company: "Acme Co",
image: "https://randomuser.me/api/portraits/women/4.jpg",
image: user1,
},
{
testimonial:
"I've never met a web developer who truly cares about their clients' success like Rick does.",
name: "Chris Brown",
designation: "COO",
company: "DEF Corp",
image: "https://randomuser.me/api/portraits/men/5.jpg",
image: user2,
},
{
testimonial:
"After Rick optimized our website, our traffic increased by 50%. We can't thank them enough!",
name: "Lisa Wang",
designation: "CTO",
company: "456 Enterprises",
image: "https://randomuser.me/api/portraits/women/6.jpg",
image: user3,
},
];

Expand Down

0 comments on commit 4061258

Please sign in to comment.