import CartPage from 'components/cart/CartPage'; export const metadata = { title: 'Cart', description: 'View your shopping cart and proceed to checkout.', }; export default function Cart() { return ; }