)
}
function Testimonials() {
- const [showMore, setShowMore] = useState(false)
+ // const [showMore, setShowMore] = useState(false)
const row_one = [
{
@@ -41,9 +41,6 @@ function Testimonials() {
quote:
' For me, a memorable moment at Agrobot came from assembling our first chain/sprocket power transmission system. Other than my bicycle, it was the first time I handled components and systems like these outside of coursework. Though nerve-wracking at first, it was fulfilling to assemble the system and have everything fit into place perfectly, and seeing all the components spin for the first time live was a feeling like no idea.',
},
- ]
-
- const row_two = [
{
name: 'Cihan Alperen Bosnali',
title: 'Navigation Team Lead',
@@ -56,9 +53,6 @@ function Testimonials() {
quote:
'Currently, we are designing a fully modular agricultural robot extermination mechanism, aiming for 3D printing feasibility. This system leverages AI to detect harmful weeds, significantly reducing herbicide usage and minimizing toxic emissions. A fun fact about me is I grow 20 different varieties of vegetables and fruits in my backyard, and I love turning them into delicious homemade jams!',
},
- ]
-
- const row_three = [
{
name: 'Husan Aulakh',
title: 'Applied AI Lead',
@@ -78,52 +72,21 @@ function Testimonials() {