import React from "react"; const Reviews = [ [ { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, ], [ { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, ], [ { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, ], [ { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, ], [ { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, { src: "/images/Review1.jpeg", alt: "Bonnie image", name: "Bonnie", occupation: "Student", review: "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", }, ], ]; const ReviewSection = () => { return ( <>

OUR TESTIMONIALS

What Our Students Say About Us

); }; export default ReviewSection;