Skip to content

Commit 46ca33a

Browse files
authored
chore: update description (#53)
Signed-off-by: Jessie Qi (jesqi) <jesqi@cisco.com>
1 parent 719c52a commit 46ca33a

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

src/components/homepage/hero.tsx

+10-10
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const Hero = () => {
2222
<div className="py-12 flex">
2323
<LinkTrackers
2424
href="/contactus"
25-
segmentMsg="agntcy join us clicked"
26-
segmentOpt={{
27-
link_label: "Join us",
28-
location: "body",
29-
resource_interaction: "view AGNTCY Membership Intake Form",
30-
}}
25+
segmentMsg="agntcy join us clicked"
26+
segmentOpt={{
27+
link_label: "Join us",
28+
location: "body",
29+
resource_interaction: "view AGNTCY Membership Intake Form",
30+
}}
3131
>
3232
<div className="flex-shrink-0 text-2xl font-bold text-[#FBAB2C] hover:text-[#00142B] hover:bg-[#FBAB2C] transition ease-in-out border-2 border-[#FBAB2C] py-3 px-7 rounded-full">
3333
Join us
@@ -40,10 +40,10 @@ const Hero = () => {
4040
An open source collective for inter-agent collaboration.
4141
</h1>
4242
<div className="text-white py-10 text-xl md:text-2xl">
43-
The AGNTCY is where we are building the Internet of Agents to be
44-
accessible for all: A diverse, collaborative space to innovate,
45-
develop, and maintain software components and services for agentic
46-
workflows and multi-agent applications.
43+
The AGNTCY is where we are building the Internet of Agents to be: A
44+
diverse, collaborative space to innovate, develop, and maintain
45+
software components and services for agentic workflows and
46+
multi-agent software.
4747
</div>
4848
<div className="text-[#FBAB2C] pb-6 underline text-base md:text-xl">
4949
<LinkTrackers

src/components/supporters/description.tsx

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
const Description = () => {
44
return (
55
<div className="container w-full">
6-
<h2 className="pt-12 md:pt-32 md:pb-12 lg:pt-32 lg:pb-12 text-2xl text-[#FBAB2C]">The open, interoperable internet of agents isn’t a nice to have, it’s a must have. These organizations stand with AGNTCY.org; building bridges, not walls.</h2>
7-
<h3 className="pt-12 md:pt-4 md:pb-12 lg:pt-0 lg:pb-4 text-2xl text-white">The AGNTCY is where we are building the Internet of Agents to be accessible for all: A diverse, collaborative space to innovate, develop, and maintain software components and services for agentic workflows and multi-agent software.</h3>
6+
<h2 className="pt-12 md:pt-32 md:pb-12 lg:pt-32 lg:pb-12 text-2xl text-[#FBAB2C]">
7+
The open, interoperable internet of agents isn’t a nice to have, it’s a
8+
must have. These organizations stand with AGNTCY.org; building bridges,
9+
not walls.
10+
</h2>
11+
<h3 className="pt-12 md:pt-4 md:pb-12 lg:pt-0 lg:pb-4 text-2xl text-white">
12+
The AGNTCY is where we are building the Internet of Agents to be: A
13+
diverse, collaborative space to innovate, develop, and maintain software
14+
components and services for agentic workflows and multi-agent software.
15+
</h3>
816
</div>
917
);
1018
};

src/data/members.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@ export const quotes = [
303303
blurb:
304304
"CrewAI is excited to support AGNTCY in advancing the future of agentic systems. As the agentic landscape rapidly evolves, interoperability has become a top priority. Establishing strong community standards will be important to realizing the full potential of scalable, enterprise-grade AI agents.",
305305
},
306-
];
306+
];

0 commit comments

Comments
 (0)