diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 7f5d788..08689d7 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -3,25 +3,21 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCart from '@/components/ecommerce/cart/ProductCart'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function CartPage() { return ( - + - + - {}} - items={[]} - total="$0" - buttons={[{ text: "Proceed to Checkout", href: "/checkout" }]} - /> - + /> + + );