Cart fixes (backend), adjusted header, added footer, mobile formatting updates

This commit is contained in:
augmentedpotato
2026-04-14 05:24:40 -06:00
parent 8e205ebca2
commit 7bddd74a6e
13 changed files with 769 additions and 107 deletions

View File

@@ -41,6 +41,7 @@ export default function ProductDetailPage() {
{!loading && !error && product && (
<ProductProfile
prodId={product.prodId}
prodName={product.prodName}
categoryName={product.categoryName}
prodDesc={product.prodDesc}