Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-07 06:00:07 +00:00
2 changed files with 22 additions and 20 deletions

View File

@@ -7,16 +7,16 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function AdminAnalyticsDashboardPage() {
const navItems = [
{ name: "Home", href: "/" },
{ name: "Features", href: "/#features" },
{ name: "Jobs", href: "/#jobs" },
{ name: "Companies", href: "/#companies" },
{ name: "Pricing", href: "/#pricing" },
{ name: "Reviews", href: "/#testimonials" },
{ name: "FAQ", href: "/#faq" },
{ name: "Admin", href: "/admin/user-management" }
];
const navItems = [
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Jobs", id: "/#jobs" },
{ name: "Companies", id: "/#companies" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Reviews", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Admin", id: "/admin/user-management" }
];
const footerColumns = [
{
@@ -84,6 +84,7 @@ export default function AdminAnalyticsDashboardPage() {
{ text: "Generate Custom Report", href: "#" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -7,16 +7,16 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function AdminContentModerationPage() {
const navItems = [
{ name: "Home", href: "/" },
{ name: "Features", href: "/#features" },
{ name: "Jobs", href: "/#jobs" },
{ name: "Companies", href: "/#companies" },
{ name: "Pricing", href: "/#pricing" },
{ name: "Reviews", href: "/#testimonials" },
{ name: "FAQ", href: "/#faq" },
{ name: "Admin", href: "/admin/user-management" }
];
const navItems = [
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Jobs", id: "/#jobs" },
{ name: "Companies", id: "/#companies" },
{ name: "Pricing", id: "/#pricing" },
{ name: "Reviews", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Admin", id: "/admin/user-management" }
];
const footerColumns = [
{
@@ -84,6 +84,7 @@ export default function AdminContentModerationPage() {
{ text: "Flagged Items", href: "#" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>