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. +

+
+ + +
+ ) +}