diff --git a/web-app/public/images/testimonials/billy.jpg b/web-app/public/images/testimonials/billy.jpg new file mode 100644 index 00000000..da7b34ad Binary files /dev/null and b/web-app/public/images/testimonials/billy.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 3eb81484..82915767 100644 --- a/web-app/src/components/sections/landing/Testimonials/TestimonialSlider.tsx +++ b/web-app/src/components/sections/landing/Testimonials/TestimonialSlider.tsx @@ -23,6 +23,13 @@ const testimonials = [ text: "Index Network is going to change the way we think about discovering information and interacting with the web. The ability to use autonomous AI agents to index and interpret data from multiple sources through an intuitive natural language interface is a total game changer!", twitter: "https://x.com/orbmis", }, + { + name: "Billy Luedtke", + title: "Intuition Systems, Founder", + image: "/images/testimonials/billy.jpg", + 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", + }, ]; const TestimonialSlider = () => { diff --git a/web-app/src/components/site/index-details/ArticleItem/index.tsx b/web-app/src/components/site/index-details/ArticleItem/index.tsx index c0eac08f..39102d7c 100644 --- a/web-app/src/components/site/index-details/ArticleItem/index.tsx +++ b/web-app/src/components/site/index-details/ArticleItem/index.tsx @@ -98,7 +98,7 @@ const ArticleItem: React.FC = ({ color: "#475569", }} > - {node.url} + {shortStr(node.url, 60)} {" • "}