From 96097a7b00143e914725de9cfa8cd92d1b88f539 Mon Sep 17 00:00:00 2001 From: Musa Date: Fri, 21 Nov 2025 11:18:35 -0800 Subject: [PATCH] feat(www): ran biome formatting --- www/src/app/globals.css | 6 +- www/src/app/layout.tsx | 7 +- www/src/app/page.tsx | 24 +- www/src/components/AsciiDiagram.tsx | 44 +-- www/src/components/DiagramBuilder.tsx | 18 +- www/src/components/Footer.tsx | 20 +- www/src/components/Hero.tsx | 20 +- www/src/components/HowItWorksSection.tsx | 16 +- www/src/components/IdeaToAgentSection.tsx | 55 ++-- www/src/components/IntroSection.tsx | 37 ++- www/src/components/Logo.tsx | 1 - www/src/components/LogoCloud.tsx | 14 +- www/src/components/Navbar.tsx | 77 +++-- www/src/components/NetworkAnimation.tsx | 28 +- www/src/components/UnlockPotentialSection.tsx | 31 +- www/src/components/UseCasesSection.tsx | 293 ++++++++++------- .../components/VerticalCarouselSection.tsx | 63 ++-- www/src/components/ui/button.tsx | 18 +- www/src/components/ui/dialog.tsx | 40 +-- www/src/data/diagramTemplates.ts | 47 +-- www/src/data/diagrams-programmatic.ts | 50 +-- www/src/data/diagrams.ts | 1 - www/src/lib/utils.ts | 6 +- www/src/utils/asciiBuilder.ts | 311 ++++++++++-------- 24 files changed, 706 insertions(+), 521 deletions(-) diff --git a/www/src/app/globals.css b/www/src/app/globals.css index eca09a50..82479451 100644 --- a/www/src/app/globals.css +++ b/www/src/app/globals.css @@ -6,7 +6,8 @@ /* Font Face Declarations */ @font-face { font-family: "IBM Plex Sans"; - src: url("/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf") format("truetype-variations"); + src: url("/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf") + format("truetype-variations"); font-weight: 100 700; /* Variable font weight range */ font-style: normal; font-display: swap; @@ -14,7 +15,8 @@ @font-face { font-family: "IBM Plex Sans"; - src: url("/fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations"); + src: url("/fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf") + format("truetype-variations"); font-weight: 100 700; /* Variable font weight range */ font-style: italic; font-display: swap; diff --git a/www/src/app/layout.tsx b/www/src/app/layout.tsx index a64ce0f9..ffea7547 100644 --- a/www/src/app/layout.tsx +++ b/www/src/app/layout.tsx @@ -3,7 +3,8 @@ import "./globals.css"; export const metadata: Metadata = { title: "Plano - The AI-native network for agents", - description: "Build and scale AI agents without handling the low-level plumbing.", + description: + "Build and scale AI agents without handling the low-level plumbing.", }; export default function RootLayout({ @@ -13,9 +14,7 @@ export default function RootLayout({ }>) { return ( - - {children} - + {children} ); } diff --git a/www/src/app/page.tsx b/www/src/app/page.tsx index bad94005..3caf4e28 100644 --- a/www/src/app/page.tsx +++ b/www/src/app/page.tsx @@ -17,18 +17,18 @@ export default function Home() {
- - - - - - - - + + + + + + + + - {/* Rest of the sections will be refactored next */} -
-
-
+ {/* Rest of the sections will be refactored next */} + +