From f217517e00289c996c78c81ad64555aa1907d16c Mon Sep 17 00:00:00 2001 From: Rocktim Saikia Date: Mon, 23 Dec 2024 18:29:22 +0530 Subject: [PATCH] Improve /get-premium page content & layout --- client/pages/get-premium.tsx | 114 +++++++++++++++++------------------ 1 file changed, 56 insertions(+), 58 deletions(-) diff --git a/client/pages/get-premium.tsx b/client/pages/get-premium.tsx index 84f02d3..a83a6fc 100644 --- a/client/pages/get-premium.tsx +++ b/client/pages/get-premium.tsx @@ -5,11 +5,17 @@ import { RocketIcon, ThickArrowRightIcon, } from "@radix-ui/react-icons"; -import { Callout, Container, Flex, Section, Text } from "@radix-ui/themes"; +import { Callout, Container, Flex, Link, Section, Strong, Text } from "@radix-ui/themes"; import Layout from "~/components/Layout"; import { SPLITBEE_EVENTS } from "~/constants/common"; export default function GetPremium() { + const steps = [ + <> + First visit our Buy Me A Coffee page. + , + ]; + return (
@@ -45,76 +51,68 @@ export default function GetPremium() { - +
- HOW TO GET A PREMIUM API KEY: + How to Subscribe to the Premium Plan: - - - 1. Go to our buy me a coffee page here: - - https://buymeacoffee.com/animechan_api - - - - 2. Subscribe to a monthly plan of your choice. As long as it is a membership - subscription, you can use our premium API. - - - 3. Once subscribed, you will get a premium API key in your email address that is - associated with your buymeacoffee account. - - - - - -
-

That's it ✅

-

- You now have access to all the premium API endpoints. You can use the provided - API key in the email to make authenticated requests with higher rate-limits.{" "} -

-

- Check how to make authenticated requests with the API key{" "} - - - here. - -

+
+
+ + 1 + + + Visit to our Buy Me A Coffee page and subscribe to any monthly + plan to unlock access to our premium API. + + - - +
+
+ + 2 + + + After subscribing, your premium API key will be sent to the email linked to your{" "} + Buy Me A Coffee account. + +
+
+ + 3 + + + That’s it! ✅ Use your API key to access premium endpoints with higher limits. + Learn more here: /docs/auth. + +
+
- Developers Note: + 💌 A Note from the Developer: - We are a small team of developers dedicated to creating the best free and open-source - Anime information API available. While our project is open-source on GitHub and driven - by a love for the community, maintaining and scaling this service comes with - significant costs—such as DigitalOcean servers, MySQL databases, Redis instances, - domain renewals, and general upkeep. + Hey! I’m a solo developer building this Anime information API out of love for the + community. While I keep it free and open-source, there are ongoing costs for servers, + databases, email services and maintenance. If you enjoy the project and want to help + it grow, please consider subscribing to one of the monthly plans. Your support means a + lot and keeps Animechan running! - - - Though we aim to keep this project free, our expenses make it challenging. If you - value this project and want to see it thrive, please consider supporting us by - subscribing to one of our monthly plans. Your support is greatly appreciated and will - help ensure the continued growth of Animechan. - - Thank you from the Animechan team. - +
);