Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ <h3>Bouncy Balls: Space First Edition</h3>
</div>
<button class="cart-btn"><i class="fas fa-shopping-cart"></i> Add to Cart</button>
<h3>Giddy Tee: Teleport</h3>
<div class="price"><i class="fas fa-lightbulb"></i> $10.00 CAD / GIDDY</div>
<div class="price"><i class="fas fa-lightbulb"></i> $30.00 CAD / GIDDY</div>
</div>

<!-- Product 4 -->
Expand All @@ -657,7 +657,7 @@ <h3>Giddy Tee: Teleport</h3>
</div>
<button class="cart-btn"><i class="fas fa-shopping-cart"></i> Add to Cart</button>
<h3>Colouring Book: Dinner Time</h3>
<div class="price"><i class="fas fa-lightbulb"></i> $40.00 CAD / GIDDY</div>
<div class="price"><i class="fas fa-lightbulb"></i> $10.00 CAD / GIDDY</div>
</div>

</div>
Expand Down Expand Up @@ -745,18 +745,18 @@ <h2>Payment Summary</h2>
3: {
title: "Giddy Tee: Teleport",
price: "$30.00 CAD / GIDDY",
fixedDesc: "Premium quality children's T-shirt featuring the 'Teleport' design. Super soft fabric, vibrant print, and built to last. Perfect for everyday adventures!",
fixedDesc: "Premium quality adult T-shirt featuring the 'Teleport' design. Super soft fabric, vibrant print, and built to last. Perfect for everyday adventures!",
previews: [
{ src: "/assets/images/webp/products/product-giddy-tee-teleport-1.webp", text: "Front view — Teleport design" },
{ src: "/assets/images/300x300-solana.png", text: "Back view with details" },
{ src: "/assets/images/300x300-solana.png", text: "Worn by a happy kid" },
{ src: "/assets/images/webp/products/product-giddy-tee-teleport-1.webp", text: "Rear view — Teleport design" },
{ src: "/assets/images/300x300-solana.png", text: "Front view with details" },
{ src: "/assets/images/300x300-solana.png", text: "Worn by a happy adult" },
{ src: "/assets/images/300x300-solana.png", text: "Close-up of print quality" }
]
},
4: {
title: "Colouring Book: Dinner Time",
price: "$10.00 CAD / GIDDY",
fixedDesc: "Magical colouring book for ages 2-5. Each page features fun scenes from Giddy's adventures. Comes with a set of vibrant crayons and hidden codes for exclusive digital rewards!",
fixedDesc: "Magical colouring book for ages 2-5. Each page features fun scenes from Giddy's adventures. Comes with a set of vibrant crayons and hidden codes for exclusive digital gift credits!",
previews: [
{ src: "/assets/images/webp/products/product-clr-bk-dinner-time-2-5.webp", text: "Front cover — colourful and inviting" },
{ src: "/assets/images/300x300-solana.png", text: "Sample colouring page" },
Expand Down
Loading