Merge version_2 into main #3
@@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { BarChart3, Users, ImageGallery, TrendingUp, Settings, LogOut } from 'lucide-react';
|
||||
import { BarChart3, Users, Image, TrendingUp, Settings, LogOut } from 'lucide-react';
|
||||
|
||||
export default function AdminDashboard() {
|
||||
return (
|
||||
@@ -89,7 +89,7 @@ export default function AdminDashboard() {
|
||||
title="Gallery Upload Management"
|
||||
description="Administer cosplay showcase and event gallery uploads. Moderate content, verify submissions, organize collections, and manage premium feature access for creators."
|
||||
tag="Content Moderation"
|
||||
tagIcon={ImageGallery}
|
||||
tagIcon={Image}
|
||||
tagAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
|
||||
@@ -223,6 +223,7 @@ export default function LandingPage() {
|
||||
termsText="By subscribing you're confirming that you agree to receive our power-boosting announcements and community updates. You can unsubscribe anytime."
|
||||
onSubmit={handleNewsletterSubmit}
|
||||
centered={true}
|
||||
useInvertedBackground={false}
|
||||
className={`transform transition-all duration-700 ${isNewsletterSubmitted ? 'scale-105 opacity-100' : 'scale-100'}`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user