home: remove "AI Picks For You" section from homepage

Drops <AISuggestedArticles variant="compact"> + its ScrollRevealSection
wrapper from /home-page. Component file stays — still rendered on /news
(NewsPageClient uses variant="full").

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 09:21:32 +00:00
parent d31d9ce212
commit 1c5ae77ca4

View File

@@ -12,7 +12,6 @@ import SpotlightCarousel from "./components/SpotlightCarousel";
import ArticleFeed from "./components/ArticleFeed";
import ScrollRevealSection from "@/components/ScrollRevealSection";
import NewsletterSignup from "./components/NewsletterSignup";
import AISuggestedArticles from "@/components/AISuggestedArticles";
export const metadata: Metadata = {
title: 'Broadcast Beat — Broadcast Engineering News & Insights',
@@ -171,11 +170,6 @@ export default function HomePage() {
</ScrollRevealSection>
*/}
{/* AI Suggested Articles */}
<ScrollRevealSection className="section-enter section-enter-5" delay={1}>
<AISuggestedArticles variant="compact" />
</ScrollRevealSection>
{/* Article feed + sidebar */}
<ScrollRevealSection className="section-enter section-enter-5" delay={2}>
<Suspense fallback={<FeedSkeleton />}>