diff --git a/src/app/(marketing)/home-content-v15.test.tsx b/src/app/(marketing)/home-content-v15.test.tsx index 81b8062..bbd2285 100644 --- a/src/app/(marketing)/home-content-v15.test.tsx +++ b/src/app/(marketing)/home-content-v15.test.tsx @@ -126,11 +126,6 @@ describe('HomeContentV15 - 浅色 Hero(暗黑模式 token 友好)', () => { expect(screen.getByTestId('hero-stats')).toBeInTheDocument(); }); - it('renders the abstract data-driven visual without product UI shell', () => { - render(); - - expect(screen.getByTestId('hero-product-visual')).toBeInTheDocument(); - }); }); describe('HomeContentV15 - 信任层与章节式叙事', () => { diff --git a/src/app/(marketing)/home-content-v15.tsx b/src/app/(marketing)/home-content-v15.tsx index 53faf21..92369d8 100644 --- a/src/app/(marketing)/home-content-v15.tsx +++ b/src/app/(marketing)/home-content-v15.tsx @@ -5,7 +5,6 @@ import { motion } from 'framer-motion'; import { ScrollReveal, StaggerReveal } from '@/components/ui/scroll-reveal'; import { Badge } from '@/components/ui/badge'; import { StaticLink } from '@/components/ui/static-link'; -import { HeroProductVisual } from '@/components/sections/hero-product-visual'; import { HeroParticleField } from '@/components/sections/hero-particle-field'; import { ArrowRight, Lightbulb, Database, Layers, Code, Puzzle, Server, Quote, Calendar } from 'lucide-react'; import { cn } from '@/lib/utils'; @@ -178,12 +177,12 @@ function HeroSection({ heroData }: { {!reduceMotion && (