From 7f2f090cc7df8f2edc615485ce0155196d6460df Mon Sep 17 00:00:00 2001 From: Niharika Goulikar Date: Tue, 14 May 2024 17:02:58 +0530 Subject: [PATCH] added more products --- src/pages/Shop/Shop.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/pages/Shop/Shop.tsx b/src/pages/Shop/Shop.tsx index 4b1597a..0e2f4f1 100644 --- a/src/pages/Shop/Shop.tsx +++ b/src/pages/Shop/Shop.tsx @@ -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",