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

+ Built with care by nyk. +

+
+ + +
+ ) +} From 2287b46e25230926c7c4b1518ccb59476a918697 Mon Sep 17 00:00:00 2001 From: Nyk <0xnykcd@googlemail.com> Date: Wed, 4 Mar 2026 09:54:35 +0700 Subject: [PATCH 2/2] feat: add service CTA and update promo links --- src/components/layout/promo-banner.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/layout/promo-banner.tsx b/src/components/layout/promo-banner.tsx index 737d9ec..6bfb1be 100644 --- a/src/components/layout/promo-banner.tsx +++ b/src/components/layout/promo-banner.tsx @@ -6,13 +6,21 @@ export function PromoBanner() {

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