From 9ba3105eb0f1d4ff94f57a83c936d04d3494da29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 28 Jan 2026 14:18:21 +0300 Subject: [PATCH] chore(sponsors): Remove CodeRabbit sponsor page component --- .gitignore | 2 +- README.md | 8 ++ src/app/sponsors/coderabbit/page.tsx | 105 --------------------------- 3 files changed, 9 insertions(+), 106 deletions(-) delete mode 100644 src/app/sponsors/coderabbit/page.tsx diff --git a/.gitignore b/.gitignore index bbe7f794..e03be1c7 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ yarn-error.log* next-env.d.ts /src/generated/prisma -/src/app/sponsors +# /src/app/sponsors # Sentry Config File .env.sentry-build-plugin diff --git a/README.md b/README.md index 83058369..a76ccbfe 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,14 @@ Use prompts.chat as an MCP server in your AI tools. MitteAI    + + + + + + Each Labs + +    diff --git a/src/app/sponsors/coderabbit/page.tsx b/src/app/sponsors/coderabbit/page.tsx deleted file mode 100644 index 20dfc0ca..00000000 --- a/src/app/sponsors/coderabbit/page.tsx +++ /dev/null @@ -1,105 +0,0 @@ -import { Metadata } from "next"; -import Image from "next/image"; -import Link from "next/link"; -import { Users, Star, TrendingUp } from "lucide-react"; - -export const metadata: Metadata = { - title: "CodeRabbit joins prompts.chat as a sponsor", - description: "We're thrilled to announce CodeRabbit as our newest sponsor!", -}; - -export default function CodeRabbitAnnouncementPage() { - return ( -
- {/* Twitter-sized container (1200x675 aspect ratio) */} -
-
- {/* Logo */} -
- prompts.chat - prompts.chat -
- - {/* Announcement */} -
-

- We're Thrilled to Announce -

-

- Our newest sponsor is here! -

-
- - {/* Sponsor Logo */} -
- - CodeRabbit - -
- - {/* Stats */} -
-
-
- - 5000+ -
- Contributors -
- -
-
- - 142K+ -
- GitHub Stars -
- -
-
- - Growing -
- Every Day -
-
- - {/* CTA */} -
- - prompts.chat - prompts.chat - — The social platform for AI prompts - -
-
-
-
- ); -}