mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
fix
This commit is contained in:
parent
1cff006544
commit
925e775745
3 changed files with 218 additions and 4 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"csv-parse": "^6.1.0",
|
||||
"framer-motion": "^12.23.24",
|
||||
"jsdom": "^27.2.0",
|
||||
"next": "16.0.0",
|
||||
"next": "^16.0.7",
|
||||
"next-sanity": "^11.6.9",
|
||||
"papaparse": "^5.5.3",
|
||||
"react": "19.2.0",
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ import { Analytics } from "@vercel/analytics/next";
|
|||
import { ConditionalLayout } from "@/components/ConditionalLayout";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Plano - The AI-native network for agents",
|
||||
title: "Plano - Delivery infrastructure for agentic apps",
|
||||
description:
|
||||
"Build and scale AI agents without handling the low-level plumbing.",
|
||||
"Build agents faster, and deliver them reliably to prod by offloading plumbing work in AI",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue