diff --git a/web-app/public/images/testimonials/oak.jpg b/web-app/public/images/testimonials/oak.jpg new file mode 100644 index 00000000..a5d2873d Binary files /dev/null and b/web-app/public/images/testimonials/oak.jpg differ diff --git a/web-app/src/components/sections/landing/Testimonials/TestimonialSlider.tsx b/web-app/src/components/sections/landing/Testimonials/TestimonialSlider.tsx index 82915767..5f9f4a18 100644 --- a/web-app/src/components/sections/landing/Testimonials/TestimonialSlider.tsx +++ b/web-app/src/components/sections/landing/Testimonials/TestimonialSlider.tsx @@ -30,6 +30,13 @@ const testimonials = [ text: "The future is AI. And in this future, the efficacy of AI will only be as good as the data our agents are ingesting. Index plays a pivotal role in this future, enabling our AI counterparts to return increasingly relevant, contextual, and accurate results and information.", twitter: "https://x.com/0xbilly", }, + { + name: "Oak", + title: "Autonolas, Co-founder", + image: "/images/testimonials/oak.jpg", + text: "Index is attempting to create a totally novel discovery and social experience. They aim to deploy autonomous agents in a way that can uniquely benefit from web3 technology and I'm really excited to see their progress.", + twitter: "https://x.com/tannedoaksprout", + }, ]; const TestimonialSlider = () => {