diff --git a/src/pages/InventoryPage.tsx b/src/pages/InventoryPage.tsx index f44f9ab..0ec09a8 100644 --- a/src/pages/InventoryPage.tsx +++ b/src/pages/InventoryPage.tsx @@ -1,107 +1,15 @@ -import React from "react"; -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBrand from "@/components/sections/hero/HeroBrand"; -import ProductVariantCards from "@/components/sections/product/ProductVariantCards"; -import FooterMinimal from "@/components/sections/footer/FooterMinimal"; -import NoiseBackground from "@/components/ui/NoiseBackground"; +import { ArrowUpRight, Loader2 } from "lucide-react"; +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; +import ScrollReveal from "@/components/ui/ScrollReveal"; +import useProducts from "@/hooks/useProducts"; export default function InventoryPage() { return ( -