diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index debc544..9c61a06 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,10 +5,26 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PolicyContent from '@/components/sections/legal/PolicyContent'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function HomePage() { return ( - <> + + +
- +
); } \ No newline at end of file