"use client"; import Button from "@/app/components/Button"; import Select from "@/app/components/Select"; import { formatPrice, PRODUCT_PROFIT_PERCENT, STICKY_QUANTITY_OPTIONS, type QuantityTier } from "../constants"; type ProductOrderActionsProps = { selectedTier: QuantityTier; }; const ProductOrderActions = ({ selectedTier }: ProductOrderActionsProps) => { return (
{formatPrice(selectedTier.totalPrice)}﷼