'use client'; import { Button } from 'primereact/button'; import { Dropdown } from 'primereact/dropdown'; import React, { useState } from 'react'; function ShoppingCart() { const quantityOptions = [ { label: '1', value: 1 }, { label: '2', value: 2 }, { label: '3', value: 3 }, { label: '4', value: 4 } ]; const [selectedQuantity, setselectedQuantity] = useState(1); const [selectedQuantity2, setselectedQuantity2] = useState(1); return (
FREE SHIPPING AND RETURN