mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix(www): add
This commit is contained in:
parent
66ebc06243
commit
9923cd7a3a
28 changed files with 25 additions and 43 deletions
|
|
@ -7,7 +7,7 @@ import { ConditionalLayout } from "@/components/ConditionalLayout";
|
|||
export const metadata: Metadata = {
|
||||
title: "Plano - Delivery Infrastructure for Agentic Apps",
|
||||
description:
|
||||
"Build agents faster, and deliver them reliably to production - by offloading the critical plumbing work to Plano.",
|
||||
"Build agents faster, and deliver them reliably to production - by offloading the critical plumbing work to Plano!",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ export function NetworkAnimation({ className }: NetworkAnimationProps) {
|
|||
return (
|
||||
<div className="absolute inset-0 pointer-events-none opacity-100">
|
||||
<motion.div
|
||||
className={`absolute
|
||||
className={`absolute
|
||||
top-[9%] right-[-3%] w-[380px] h-[380px] ${className || ""}`}
|
||||
initial={{
|
||||
rotate: 9, // Start at the same rotation as animation to prevent flicker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue