From 69cb1db3cebcd1293fb904693eab8af3b76563d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:42:40 +0000 Subject: [PATCH 1/5] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 2ae3c82..9fcd7ce 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -49,6 +49,7 @@ export default function AdminPage() { title="Admin Panel" description="Manage your platform's users, content, settings, and subscriptions efficiently." className="container" + textboxLayout="default" >
-- 2.49.1 From 2246b25d37f2859d898f13512d067a8c81744393 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:42:40 +0000 Subject: [PATCH 2/5] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 2177e93..45f2bef 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -7,6 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import { LayoutDashboard } from "lucide-react"; // Import necessary icons +import { ThemeProviderProps, CTAButtonVariant, AnimationType, BorderRadiusPreset, ContentWidthPreset, SizingPreset, BackgroundType, CardStyleVariant, PrimaryButtonStyleVariant, SecondaryButtonStyleVariant, HeadingFontWeight } from "@/providers/themeProvider/config/types"; export default function DashboardPage() { const commonNavItems = [ @@ -21,8 +22,9 @@ export default function DashboardPage() { { name: "Contact", id: "#contact" }, ]; - const themeProps = { // Copy from src/app/page.tsx - defaultButtonVariant: "bounce-effect", defaultTextAnimation: "entrance-slide", borderRadius: "soft", contentWidth: "compact", sizing: "largeSmallSizeMediumTitles", background: "fluid", cardStyle: "inset", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "layered", headingFontWeight: "semibold"}; + const themeProps: ThemeProviderProps = { // Copy from src/app/page.tsx + defaultButtonVariant: "bounce-effect", defaultTextAnimation: "entrance-slide", borderRadius: "soft", contentWidth: "compact", sizing: "largeSmallSizeMediumTitles", background: "fluid", cardStyle: "inset", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "layered", headingFontWeight: "semibold" + }; const dummyWatchlistProducts = [ { id: "crypto1", name: "Bitcoin", category: "Cryptocurrency", price: "$65,000", rating: 5, reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-vector/bitcoin-symbol-cryptocurrency-blockchain-technology-background_1017-32766.jpg" }, @@ -66,8 +68,6 @@ export default function DashboardPage() {
-- 2.49.1 From 0b377c86db27e93136c057786facfaf803cce758 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:42:41 +0000 Subject: [PATCH 3/5] Update src/app/login/page.tsx --- src/app/login/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 0b0205d..579190a 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -65,7 +65,6 @@ export default function LoginPage() { Password Date: Wed, 3 Jun 2026 08:42:41 +0000 Subject: [PATCH 4/5] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 454905a..50aef54 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -7,6 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import { User, ShieldCheck, Mail, Settings2 } from "lucide-react"; // Import necessary icons +import { ThemeProviderProps, CTAButtonVariant, AnimationType, BorderRadiusPreset, ContentWidthPreset, SizingPreset, BackgroundType, CardStyleVariant, PrimaryButtonStyleVariant, SecondaryButtonStyleVariant, HeadingFontWeight } from "@/providers/themeProvider/config/types"; export default function ProfilePage() { const commonNavItems = [ @@ -21,8 +22,9 @@ export default function ProfilePage() { { name: "Contact", id: "#contact" }, ]; - const themeProps = { // Copy from src/app/page.tsx - defaultButtonVariant: "bounce-effect", defaultTextAnimation: "entrance-slide", borderRadius: "soft", contentWidth: "compact", sizing: "largeSmallSizeMediumTitles", background: "fluid", cardStyle: "inset", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "layered", headingFontWeight: "semibold"}; + const themeProps: ThemeProviderProps = { // Copy from src/app/page.tsx + defaultButtonVariant: "bounce-effect", defaultTextAnimation: "entrance-slide", borderRadius: "soft", contentWidth: "compact", sizing: "largeSmallSizeMediumTitles", background: "fluid", cardStyle: "inset", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "layered", headingFontWeight: "semibold" + }; return ( -- 2.49.1 From 4c16e5dac529cb1b0d61f12b49bbc81bb0ce1858 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:42:42 +0000 Subject: [PATCH 5/5] Update src/app/register/page.tsx --- src/app/register/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx index 0ecd628..2747f09 100644 --- a/src/app/register/page.tsx +++ b/src/app/register/page.tsx @@ -70,7 +70,6 @@ export default function RegisterPage() { Password Confirm Password