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