From b7f2e050e73167bfd20c2951ead7b0c1a053fda5 Mon Sep 17 00:00:00 2001 From: Godopu Date: Thu, 30 Jul 2026 23:37:30 +0900 Subject: [PATCH] style: split QUIC MULTI-AGENT ORCHESTRATION into QUIC BASED INTERFACE MODULE and MULTI-AGENT ORCHESTRATION --- refer_landing_page/components/Footer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refer_landing_page/components/Footer.tsx b/refer_landing_page/components/Footer.tsx index 67b6236..eb72451 100644 --- a/refer_landing_page/components/Footer.tsx +++ b/refer_landing_page/components/Footer.tsx @@ -18,7 +18,8 @@ export default function Footer() { items={[ "AI AGENT NETWORKING", "A2A PROTOCOLS & ACP", - "QUIC MULTI-AGENT ORCHESTRATION", + "QUIC BASED INTERFACE MODULE", + "MULTI-AGENT ORCHESTRATION", ]} reverse className="border-b border-line py-4 font-display text-lg tracking-wide text-ink/90"