temporarily hide SpotlightCarousel (old stories)
This commit is contained in:
@@ -167,12 +167,13 @@ export default function HomePage() {
|
|||||||
</Suspense>
|
</Suspense>
|
||||||
</ScrollRevealSection>
|
</ScrollRevealSection>
|
||||||
|
|
||||||
{/* Spotlight carousel — dark navy band */}
|
{/* Spotlight carousel — temporarily hidden (old stories)
|
||||||
<ScrollRevealSection className="section-enter section-enter-4" delay={1}>
|
<ScrollRevealSection className="section-enter section-enter-4" delay={1}>
|
||||||
<Suspense fallback={<CarouselSkeleton />}>
|
<Suspense fallback={<CarouselSkeleton />}>
|
||||||
<SpotlightCarousel />
|
<SpotlightCarousel />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
</ScrollRevealSection>
|
</ScrollRevealSection>
|
||||||
|
*/}
|
||||||
|
|
||||||
{/* AI Suggested Articles */}
|
{/* AI Suggested Articles */}
|
||||||
<ScrollRevealSection className="section-enter section-enter-5" delay={1}>
|
<ScrollRevealSection className="section-enter section-enter-5" delay={1}>
|
||||||
|
|||||||
Reference in New Issue
Block a user