diff --git a/src/App.tsx b/src/App.tsx index 224edf5..50abb73 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,10 @@ import MyPromptsPage from '@/pages/MyPromptsPage' import DocsPage from '@/pages/DocsPage' import { useTheme } from '@/context/ThemeContext' +/** + * HomePage component - renders the landing page with Hero section + * @returns {JSX.Element} The home page component + */ function HomePage() { return }