'use client'; import { Button } from 'primereact/button'; import { classNames } from 'primereact/utils'; import React from 'react'; function OrderSummary() { const products = [ { name: 'Cotton Sweatshirt', size: 'Medium', color: 'White', price: '$12', quantity: '1', image: '/demo/images/ecommerce/ordersummary/order-summary-1-1.png' }, { name: 'Regular Jeans', size: 'Large', color: 'Black', price: '$24', quantity: '1', image: '/demo/images/ecommerce/ordersummary/order-summary-1-2.png' } ]; return ( <>
Your order is on the way. It‘ll be shipped today. We‘ll inform you.