diff --git a/apps/www/.gitignore b/apps/www/.gitignore
index fb6badb4..72e79997 100644
--- a/apps/www/.gitignore
+++ b/apps/www/.gitignore
@@ -41,4 +41,4 @@ yarn-error.log*
next-env.d.ts
# sanity
-.sanity/
\ No newline at end of file
+.sanity/
diff --git a/apps/www/public/file.svg b/apps/www/public/file.svg
index 004145cd..16fe3d3a 100644
--- a/apps/www/public/file.svg
+++ b/apps/www/public/file.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/apps/www/public/globe.svg b/apps/www/public/globe.svg
index 567f17b0..c7215fe0 100644
--- a/apps/www/public/globe.svg
+++ b/apps/www/public/globe.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/apps/www/public/logos/sandisk.svg b/apps/www/public/logos/sandisk.svg
index 7618250e..d5fe1092 100644
--- a/apps/www/public/logos/sandisk.svg
+++ b/apps/www/public/logos/sandisk.svg
@@ -1,3 +1,3 @@
\ No newline at end of file
+
diff --git a/apps/www/public/logos/tmobile.svg b/apps/www/public/logos/tmobile.svg
index 6c78536b..6616be40 100644
--- a/apps/www/public/logos/tmobile.svg
+++ b/apps/www/public/logos/tmobile.svg
@@ -24,19 +24,19 @@
rdf:about="">image/svg+xml
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/apps/www/public/next.svg b/apps/www/public/next.svg
index 5174b28c..5bb00d40 100644
--- a/apps/www/public/next.svg
+++ b/apps/www/public/next.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/apps/www/public/vercel.svg b/apps/www/public/vercel.svg
index 77053960..52151572 100644
--- a/apps/www/public/vercel.svg
+++ b/apps/www/public/vercel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/apps/www/public/window.svg b/apps/www/public/window.svg
index b2b2a44f..d05e7a1b 100644
--- a/apps/www/public/window.svg
+++ b/apps/www/public/window.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/apps/www/src/app/layout.tsx b/apps/www/src/app/layout.tsx
index 9f72df53..2f78acef 100644
--- a/apps/www/src/app/layout.tsx
+++ b/apps/www/src/app/layout.tsx
@@ -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({
diff --git a/apps/www/src/components/NetworkAnimation.tsx b/apps/www/src/components/NetworkAnimation.tsx
index 8fa40cfb..aa92c104 100644
--- a/apps/www/src/components/NetworkAnimation.tsx
+++ b/apps/www/src/components/NetworkAnimation.tsx
@@ -111,7 +111,7 @@ export function NetworkAnimation({ className }: NetworkAnimationProps) {
return (
- 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.
@@ -107,4 +107,3 @@ export function Footer() {
);
}
-
diff --git a/packages/ui/src/components/Logo.tsx b/packages/ui/src/components/Logo.tsx
index 24dacbf6..b99f8890 100644
--- a/packages/ui/src/components/Logo.tsx
+++ b/packages/ui/src/components/Logo.tsx
@@ -15,4 +15,3 @@ export function Logo() {