import { useProductGuidesContext } from '@/landings/components/ProductGuidesContext' import { LearningTrack } from '@/learning-track/components/guides/LearningTrack' export const LearningTracks = () => { const { learningTracks } = useProductGuidesContext() return (