"use client"; import { InterestingCarousel } from "#/components/Discovery/InterestingCarousel"; export const DiscoverPage = () => { return ( <> ); };