[3798b7]: / client / src / components / Testimonials / testimonials.js

Download this file

50 lines (48 with data), 2.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
const testimonials = [
{
id: 1,
name: "Sarah Thompson",
position: "Nutritionist",
company: "HealthyLiving",
image: "https://dpemoji.com/wp-content/uploads/2023/01/Whatsapp-dp-for-boys-57.png",
text: "This website is a game-changer! The diabetes prediction tool provided me with clear insights, and the visualizations were incredibly informative.",
rating: 5,
},
{
id: 2,
name: "David Miller",
position: "Fitness Coach",
company: "FitLife",
image: "https://t3.ftcdn.net/jpg/06/36/69/86/360_F_636698674_DroChEj5eWmZiaZOSDMnj8hcDqqw74Fp.jpg",
text: "The user-friendly interface and detailed predictions helped me better understand my risk factors for diabetes. Highly recommended!",
rating: 4.5,
},
{
id: 3,
name: "Linda Johnson",
position: "Diabetes Specialist",
company: "WellnessClinic",
image: "https://dpemoji.com/wp-content/uploads/2023/01/Whatsapp-dp-for-boys-57.png",
text: "As a healthcare professional, I appreciate the transparency and accuracy of this tool. It's a valuable resource for both patients and clinicians.",
rating: 5,
},
{
id: 4,
name: "Mark Lee",
position: "Health Blogger",
company: "HealthInsights",
image: "https://t3.ftcdn.net/jpg/06/36/69/86/360_F_636698674_DroChEj5eWmZiaZOSDMnj8hcDqqw74Fp.jpg",
text: "The Diabetes Prediction Website is fantastic! The visualization page made complex data easy to understand, helping me make informed health decisions.",
rating: 5,
},
{
id: 5,
name: "Emily Davis",
position: "Teacher",
company: "Greenwood High",
image: "https://dpemoji.com/wp-content/uploads/2023/01/Whatsapp-dp-for-boys-57.png",
text: "This website's prediction tool is like having a health advisor at your fingertips. The about page clearly outlines their mission and commitment to data security.",
rating: 4.5,
},
];
export default testimonials;