diff --git a/README.md b/README.md index 6dd10c2..d844893 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,18 @@ You can help continue its development by: If you discover a security vulnerability within PayKit, please send an email to [security@paykit.sh](mailto:security@paykit.sh). All reports will be promptly addressed, and you'll be credited accordingly. + +## Sponsors + +PayKit is supported by companies and individuals who help keep the project maintained. Want to support PayKit? [Become a sponsor →](https://github.com/sponsors/maxktz) + + +

+ + + + + PayKit sponsors + + +

diff --git a/apps/web/src/components/sections/feedback-section.tsx b/apps/web/src/components/sections/feedback-section.tsx index 6c14ae5..602d5fd 100644 --- a/apps/web/src/components/sections/feedback-section.tsx +++ b/apps/web/src/components/sections/feedback-section.tsx @@ -70,7 +70,7 @@ export function FeedbackSection() {
-
+
@@ -87,7 +87,7 @@ export function FeedbackSection() {
))}
-
+
); diff --git a/apps/web/src/components/sections/hero-section.tsx b/apps/web/src/components/sections/hero-section.tsx index 5548aa0..6a0751a 100644 --- a/apps/web/src/components/sections/hero-section.tsx +++ b/apps/web/src/components/sections/hero-section.tsx @@ -18,7 +18,7 @@ export function HeroSection() { return (
-
+
diff --git a/apps/web/src/components/sections/sponsors-section.tsx b/apps/web/src/components/sections/sponsors-section.tsx index ebeb987..614ade8 100644 --- a/apps/web/src/components/sections/sponsors-section.tsx +++ b/apps/web/src/components/sections/sponsors-section.tsx @@ -81,10 +81,13 @@ export function SponsorsSection() { Sponsors
+
+
+
-
+
{companySponsors.map((sponsor) => ( ))} diff --git a/apps/web/src/components/web/hero-title.tsx b/apps/web/src/components/web/hero-title.tsx index 942853d..b997cb5 100644 --- a/apps/web/src/components/web/hero-title.tsx +++ b/apps/web/src/components/web/hero-title.tsx @@ -20,7 +20,7 @@ export function HeroTitle() { return (
-

+

Build Stripe billing{" "}
without the glue code diff --git a/package.json b/package.json index 276fd3f..fcefd08 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,5 @@ "engines": { "node": ">=22" }, - "packageManager": "pnpm@12.4.1" + "packageManager": "pnpm@12.4.2" }