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;