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="" /> 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.

- - +
+ +
+
); 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.

- - +
+ +
+
);