Skip to content

Commit

Permalink
Update merchProducts.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Programmer-RD-AI committed Jul 30, 2024
1 parent 9179d8f commit 778efdb
Showing 1 changed file with 36 additions and 32 deletions.
68 changes: 36 additions & 32 deletions src/data/merchProducts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ export const products = [
image: "./merch/item1/Tshirt.png",
price: "1800.00 LKR",
allImages: [
"./merch/item1/img1.jpeg",
"./merch/item1/img2.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
],
description:
"A captivating maze pattern in a vibrant purple hue, representing the challenges of the MicroMaze competition.Color: Black with purple accents. High-quality, durable silicone.",
Expand All @@ -21,14 +22,15 @@ export const products = [
image: "./merch/item1/Wristband.png",
price: "250.00 LKR",
allImages: [
"./merch/item1/img1.jpeg",
"./merch/item1/img2.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
],
description:
"A captivating maze pattern in a vibrant purple hue, representing the challenges of the MicroMaze competition.Black with purple accents. High-quality, durable silicone.",
Expand All @@ -38,14 +40,15 @@ export const products = [
image: "./merch/item1/Combo.png",
price: "2000.00 LKR",
allImages: [
"./merch/item1/img1.jpeg",
"./merch/item1/img2.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
],
description:
"The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from 'de Finibus Bonorum et Malorum' by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.",
Expand All @@ -55,14 +58,15 @@ export const products = [
image: "./merch/item1/StickerBand.png",
price: "450.00 LKR",
allImages: [
"./merch/item1/img1.jpeg",
"./merch/item1/img2.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/img3.jpeg",
"./merch/item1/img4.jpeg",
"./merch/item1/StickerBand.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
"./merch/item1/Tshirt.png",
],
description:
"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.",
Expand Down

0 comments on commit 778efdb

Please sign in to comment.