diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b71ef41..3fe98c7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,10 +7,22 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function HomePage() { return ( - <> +
- +
); }