Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jul 1, 2024
1 parent 9bf969a commit 5dcc08c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added web-app/public/images/testimonials/billy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ArticleItem: React.FC<ArticleItemProps> = ({
color: "#475569",
}}
>
{node.url}
{shortStr(node.url, 60)}
</a>
{" • "}
</Text>
Expand Down

0 comments on commit 5dcc08c

Please sign in to comment.