diff --git a/src/app/unisex-collection/page.tsx b/src/app/unisex-collection/page.tsx new file mode 100644 index 0000000..23bb0cb --- /dev/null +++ b/src/app/unisex-collection/page.tsx @@ -0,0 +1,36 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FooterBase from '@/components/sections/footer/FooterBase'; + +export default function UnisexCollectionPage() { + return ( + + +
+ +
+ +
+ ); +} \ No newline at end of file