Update src/app/page.tsx

This commit is contained in:
2026-03-08 16:09:48 +00:00
parent eb5c74b099
commit e731fa64bc

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/providers/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import ProductCardThree from "@/components/sections/product/ProductCardThree";