From 5055d9104daf248bfdd8e8feceb57727f61e881a Mon Sep 17 00:00:00 2001 From: SHADOW-LIGHTS <108618163+SHADOW-LIGHTS@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:20:51 +0530 Subject: [PATCH 01/16] created top-up-interface --- app/(default)/layout.tsx | 2 + app/blog/[slug]/page.tsx | 2 + app/blog/page.tsx | 2 + app/faq/page.tsx | 2 + app/layout.tsx | 2 - components/about.tsx | 2 + components/buy-credits-modal.tsx | 139 + components/dashboard.tsx | 12 +- components/dashboard/subscription-card.tsx | 4 + components/pricing.tsx | 2 + components/ui/alert-dialog.tsx | 2 +- components/ui/slider.tsx | 4 +- package-lock.json | 14401 ------------------- package.json | 5 +- yarn.lock | 2305 +-- 15 files changed, 1328 insertions(+), 15558 deletions(-) create mode 100644 components/buy-credits-modal.tsx delete mode 100644 package-lock.json diff --git a/app/(default)/layout.tsx b/app/(default)/layout.tsx index 67902dc12..7fcbcf89a 100644 --- a/app/(default)/layout.tsx +++ b/app/(default)/layout.tsx @@ -6,6 +6,7 @@ import AOS from "aos"; import "aos/dist/aos.css"; import PageIllustration from "@/components/page-illustration"; +import Footer from "@/components/footer"; export default function DefaultLayout({ children, @@ -27,6 +28,7 @@ export default function DefaultLayout({ {children} +