refactor: update product-detail layout and enhance product descriptions in products.json

- Adjusted CSS for product-detail.html to center-align product descriptions for improved readability.
- Removed redundant size and color options from products.json to streamline product entries.
- Enhanced product descriptions for clarity and engagement, while standardizing warranty information across all products.
- Improved overall consistency in product specifications to reflect modern design and usage contexts.
This commit is contained in:
George Birikorang 2025-09-18 01:49:36 -07:00
parent 184324eed9
commit a8c96b81c2
2 changed files with 199 additions and 3769 deletions

File diff suppressed because it is too large Load diff

View file

@ -272,7 +272,7 @@
<!-- Copy --> <!-- Copy -->
<div <div
class="max-w-5xl mx-auto space-y-6" class="max-w-5xl mx-auto space-y-6 text-center"
id="product-description-content" id="product-description-content"
> >
<!-- Product description content will be populated dynamically --> <!-- Product description content will be populated dynamically -->