From 4b9c850af6c67e805d19f7516d768948c8cf0d4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:17:44 +0000 Subject: [PATCH 1/3] Update src/app/admin/dashboard/page.tsx --- src/app/admin/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/admin/dashboard/page.tsx b/src/app/admin/dashboard/page.tsx index 493bb43..363ee95 100644 --- a/src/app/admin/dashboard/page.tsx +++ b/src/app/admin/dashboard/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { TrendingUp, Users, DollarSign, Activity } from "lucide-react"; export default function AdminDashboardPage() { return ( @@ -68,6 +67,7 @@ export default function AdminDashboardPage() { { title: "Support", items: [{ label: "Documentation", href: "#" }] }, ]} bottomLeftText="© 2024 PulseGaming Admin." + bottomRightText="" /> -- 2.49.1 From 42c966505e5b0885070f554cc40997191cf6a6b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:17:44 +0000 Subject: [PATCH 2/3] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 73de7a4..a0843f0 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -8,15 +8,21 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function CheckoutPage() { return ( - + - +

Checkout

Your items are ready. Please complete your details to finish your order.

- - +
+ +
+
); -- 2.49.1 From bb5c488eb9c33c7b8d5bda3140890ae5578cc8b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:17:45 +0000 Subject: [PATCH 3/3] Update src/app/returns/page.tsx --- src/app/returns/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/returns/page.tsx b/src/app/returns/page.tsx index 30b8b98..68b41fd 100644 --- a/src/app/returns/page.tsx +++ b/src/app/returns/page.tsx @@ -8,15 +8,21 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function ReturnsPage() { return ( - + - +

Returns

Need to return an item? Our process is simple and hassle-free.

- - +
+ +
+
); -- 2.49.1