From 4a1c95877c59b802ee932ffdcee50b2672579088 Mon Sep 17 00:00:00 2001 From: Ae0h Date: Thu, 25 Sep 2025 13:25:46 -0700 Subject: [PATCH 1/2] feat(ChefAI): Cookbook's ChefAI agent integration --- app/layout.tsx | 36 + package.json | 1 + pnpm-lock.yaml | 4747 +++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 3966 insertions(+), 818 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 56e0811a..3558331f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,6 +8,7 @@ import 'nextra-theme-docs/style.css' import './globals.css' import { CustomNavbar } from '@components/Navbar'; import { sharedMetadata } from '@components/lib/metadata'; +import Script from 'next/script' // Metadata for the website @@ -87,6 +88,41 @@ export default async function RootLayout({ > {children} +