fix(www): add

This commit is contained in:
Musa 2025-12-18 15:00:50 -08:00
parent 66ebc06243
commit 9923cd7a3a
28 changed files with 25 additions and 43 deletions

View file

@ -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({

View file

@ -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