diff --git a/src/app/lighting-control/page.tsx b/src/app/lighting-control/page.tsx index 9221681..4bbef89 100644 --- a/src/app/lighting-control/page.tsx +++ b/src/app/lighting-control/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import FooterCard from '@/components/sections/footer/FooterCard'; -import LegalSection from '@/components/ecommerce/legal/LegalSection'; +import LegalSection from '@/components/legal/LegalSection'; import { Camera, Image, Instagram } from "lucide-react"; export default function LightingControlPage() {