diff --git a/features/landing/frontend/src/pages/categories/CompanyPage.tsx b/features/landing/frontend/src/pages/categories/CompanyPage.tsx index cf5a8fd47..df7e09443 100644 --- a/features/landing/frontend/src/pages/categories/CompanyPage.tsx +++ b/features/landing/frontend/src/pages/categories/CompanyPage.tsx @@ -2,9 +2,6 @@ import { motion } from 'framer-motion'; import { Link } from 'react-router-dom'; import { Building2, TrendingUp, FileText, Shield, ArrowRight } from 'lucide-react'; import SEOHead from '../../components/SEOHead'; -import { AIBackground } from '@ui/backgrounds'; -import Header from '../../components/Header/Header'; -import { useReducedMotion } from '@ui/accessibility'; import { useSoundEngine } from '@ui/effects-sound'; import { Routes } from '../../routes'; import './CategoryLanding.css'; @@ -85,7 +82,6 @@ function SectionCard({ section, index }: { section: CompanySection; index: numbe } export default function CompanyPage() { - const prefersReducedMotion = useReducedMotion(); const playSound = useSoundEngine(); return ( @@ -97,8 +93,6 @@ export default function CompanyPage() { } as React.CSSProperties} > - -
- -
- -
- -
- -
-
- diff --git a/features/landing/frontend/src/pages/legal/TermsPage.tsx b/features/landing/frontend/src/pages/legal/TermsPage.tsx index fc8afc5d4..22bb21590 100644 --- a/features/landing/frontend/src/pages/legal/TermsPage.tsx +++ b/features/landing/frontend/src/pages/legal/TermsPage.tsx @@ -3,7 +3,6 @@ import { motion } from 'framer-motion' import { ArrowLeft, Shield, Users, FileText, AlertCircle, Scale } from 'lucide-react' import { Link } from 'react-router-dom' -import Header from '../../components/Header/Header' import { Routes } from '../../routes' import SEOHead from '../../components/SEOHead' import { useSoundEngine } from '@ui/effects-sound' @@ -20,8 +19,6 @@ export default function TermsPage() { description="Transparent, creator-first terms of service for the lilith platform. We're a worker-owned cooperative (SCOP) based in France." /> -
- diff --git a/features/landing/frontend/src/pages/roadmap/RoadmapPage.tsx b/features/landing/frontend/src/pages/roadmap/RoadmapPage.tsx index f2fba7acb..b367c5e6f 100644 --- a/features/landing/frontend/src/pages/roadmap/RoadmapPage.tsx +++ b/features/landing/frontend/src/pages/roadmap/RoadmapPage.tsx @@ -15,10 +15,7 @@ import { } from 'lucide-react' import { Routes } from '../../routes' import SEOHead from '../../components/SEOHead' -import { AIBackground } from '@ui/backgrounds' -import Header from '../../components/Header/Header' import { useScrollTrigger } from '@ui/themes' -import { useReducedMotion } from '@ui/accessibility' import { useSoundEngine } from '@ui/effects-sound' import './RoadmapPage.css' @@ -236,13 +233,10 @@ function PhaseCard({ phase, index }: { phase: RoadmapPhase; index: number }) { export default function RoadmapPage() { const heroRef = useRef(null) const playSound = useSoundEngine() - const prefersReducedMotion = useReducedMotion() return (
- -