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

@ -28,8 +28,8 @@ export function Footer() {
{/* Left Column - Tagline and Copyright */}
<div className="flex flex-col">
<p className="ext-base sm:text-lg md:text-xl lg:text-[22px] font-sans font-normal tracking-[-1.0px] sm:tracking-[-1.22px]! text-black mb-6 sm:mb-8">
Plano is a powerful agent delivery infrastructure platform that is framework-friendly,
and empowers developers and teams to seamlessly build, deliver, and scale agentic
Plano is a powerful agent delivery infrastructure platform that is framework-friendly,
and empowers developers and teams to seamlessly build, deliver, and scale agentic
applications.
</p>
@ -107,4 +107,3 @@ export function Footer() {
</footer>
);
}