Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-21 10:07:16 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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={[
{

View File

@@ -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>