Update product pages with proper formatting for descriptions

Converts markdown formatting in product descriptions to HTML paragraphs, headers, and lists across multiple HTML files.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 5f6e99e5-1011-4504-8bec-2abb363340ea
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/I3P2Jvw
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent
2026-07-05 21:04:48 +00:00
parent 752457032f
commit df76c6ad55
5 changed files with 93 additions and 77 deletions

View File

@@ -87,11 +87,17 @@
<div class="section-label">Rubik's Cube Mug</div>
<h1 class="product-title">3 Hours Later Rubik's Cube Mug</h1>
<div class="product-price" id="productPrice">$11.47</div>
<div class="product-description" id="productDescription">Warm-up with a nice cuppa out of this customized ceramic coffee mug. Personalize it with cool designs, photos or logos to make that "aaahhh!" moment even better. Its BPA and Lead-free, microwave & dishwasher-safe, and made of white, durable ceramic in 11-ounce and 15-ounce sizes. Thanks to the advanced printing tech, your designs come to life with incredibly vivid colors the perfect gift for coffee, tea, and chocolate lovers.
.: These mugs are made with durable white ceramic so that your prints can stand out.
.: Available in two sizes: 11oz (0.33 l) and 15oz (0.44 l)
.: All mugs feature a comfortable C-handle and a shiny finish so that they're both easy to use and great to look at.
.: Drink confidently on a daily basis as all mugs are lead and BPA-free.</div>
<div class="product-description" id="productDescription">
<p>Warm-up with a nice cuppa out of this customized ceramic coffee mug. Personalize it with cool designs, photos or logos to make that "aaahhh!" moment even better. It's BPA and Lead-free, microwave &amp; dishwasher-safe, and made of white, durable ceramic in 11-ounce and 15-ounce sizes. Thanks to the advanced printing tech, your designs come to life with incredibly vivid colors the perfect gift for coffee, tea, and chocolate lovers.</p>
<h3>Product Features</h3>
<ul>
<li>These mugs are made with durable white ceramic so that your prints can stand out</li>
<li>Available in two sizes: 11oz (0.33 l) and 15oz (0.44 l)</li>
<li>All mugs feature a comfortable C-handle and a shiny finish so that they're both easy to use and great to look at</li>
<li>Drink confidently on a daily basis as all mugs are lead and BPA-free</li>
</ul>
</div>
<a href="https://shop.justgoodcuber.com/products" target="_blank" rel="noopener" class="btn-primary">Buy on the Store ↗</a>
</div>
</div>