diff --git a/src/components/layout/promo-banner.tsx b/src/components/layout/promo-banner.tsx new file mode 100644 index 0000000..6bfb1be --- /dev/null +++ b/src/components/layout/promo-banner.tsx @@ -0,0 +1,49 @@ +'use client' + +export function PromoBanner() { + return ( +
+
+ +

+ Built with care by nyk ยท available for client and custom AI orchestration work. +

+
+ + +
+ ) +}