diff --git a/src/views/Home/HomePage.js b/src/views/Home/HomePage.js index 4b420330..cf5ad4f9 100755 --- a/src/views/Home/HomePage.js +++ b/src/views/Home/HomePage.js @@ -20,6 +20,7 @@ import { useNavigate } from 'react-router-dom'; import heroBg from '../../assets/img/BackgroundCard1.png'; import '../../styles/home-animations.css'; import { logger } from '../../utils/logger'; +import MidjourneyHeroSection from '../Community/components/MidjourneyHeroSection'; export default function HomePage() { const { user, isAuthenticated } = useAuth(); // ⚡ 移除 isLoading,不再依赖它 @@ -395,6 +396,10 @@ export default function HomePage() { + + + {/* Midjourney风格英雄区域 */} +