Skip to content

Commit

Permalink
added more products
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika0104 committed May 14, 2024
1 parent 0436059 commit 7f2f090
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/pages/Shop/Shop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,30 @@ const data = [
price: 99,
name: "Red Casual Wear"
},
{
desc: "",
image: "https://images.unsplash.com/photo-1578996953841-b187dbe4bc8a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mzl8fGJsYXplcnxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60",
price: 20,
name: "Diamond Blue Suit"
},
{
desc: "",
image: "https://img.freepik.com/free-photo/model-suit-posing-studio_1303-12436.jpg?w=360&t=st=1708162653~exp=1708163253~hmac=04c46ae61b01bae7e68c3a3a52e084371b7529e79d0266419944786f5726b30b",
price: 99,
name: "Nomad Outfit"
},
{
desc: "",
image: "https://img.freepik.com/free-photo/full-shot-woman-posing-with-green-outfit_23-2150728960.jpg?w=360&t=st=1708162804~exp=1708163404~hmac=b8eed76bcc3e16b01902ab4b5993eacc511b701a7c8a21690277d73429c02907",
price: 56,
name: "Leaf Green Outfit"
},
{
desc: "",
image: "https://img.freepik.com/free-photo/full-shot-beautiful-lady_23-2148440576.jpg?w=360&t=st=1708162622~exp=1708163222~hmac=a0eb19d754c23e36840605ecb684ece75e8b20e74ba329c1d0958a10dec2824f",
price: 99,
name: "Red Casual Wear"
},
{
desc: "",
image: "https://images.unsplash.com/photo-1578996953841-b187dbe4bc8a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mzl8fGJsYXplcnxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=500&q=60",
Expand Down

0 comments on commit 7f2f090

Please sign in to comment.