Skip to content

Commit

Permalink
Product Image Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Souviksamanta34 committed Oct 4, 2024
1 parent 4b1eeb6 commit f773d5d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@ function Home() {
<div className="home__row">
<Product
id="12321341"
title="The Lean Startup: How Constant Innovation Creates Radically Successful Businesses Paperback"
price={11.96}
title="High-quality, reusable bags for a sustainable lifestyle - Gruham Bag."
price={3.96}
rating={5}
image="https://images-na.ssl-images-amazon.com/images/I/51Zymoq7UnL._SX325_BO1,204,203,200_.jpg"
image="https://i.ibb.co/8j03xsW/bag-removebg-preview.png"
/>
<Product
id="49538094"
title="Kenwood kMix Stand Mixer for Baking, Stylish Kitchen Mixer with K-beater, Dough Hook and Whisk, 5 Litre Glass Bowl"
price={239.0}
title="Shop in style, wear your brand - Gruham T-shirt."
price={39.0}
rating={4}
image="https://images-na.ssl-images-amazon.com/images/I/81O%2BGNdkzKL._AC_SX450_.jpg"
image="https://i.ibb.co/hYQKs8H/t-shirt-2-removebg-preview.png"
/>
</div>

<div className="home__row">
<Product
id="4903850"
title="Samsung LC49RG90SSUXEN 49' Curved LED Gaming Monitor"
price={199.99}
title="Gruham: Your go-to for everyday essentials."
price={99.99}
rating={3}
image="https://images-na.ssl-images-amazon.com/images/I/71Swqqe7XAL._AC_SX466_.jpg"
image="https://i.ibb.co/f2dc0PV/t-shirt-removebg-preview.png"
/>
<Product
id="23445930"
title="Amazon Echo (3rd generation) | Smart speaker with Alexa, Charcoal Fabric"
price={98.99}
title="High-quality notebook and pen set - Stylish and functional, perfect for students and professionals - Gruham Notebook."
price={28.99}
rating={5}
image="https://media.very.co.uk/i/very/P6LTG_SQ1_0000000071_CHARCOAL_SLf?$300x400_retinamobilex2$"
image="https://i.ibb.co/64nV42Q/notebook-removebg-preview.png"
/>
<Product
id="3254354345"
title="New Apple iPad Pro (12.9-inch, Wi-Fi, 128GB) - Silver (4th Generation)"
price={598.99}
title="High-quality mug and water bottle set - Perfect for coffee and tea lovers - Gruham Mug and Bottle."
price={38.99}
rating={4}
image="https://images-na.ssl-images-amazon.com/images/I/816ctt5WV5L._AC_SX385_.jpg"
image="https://i.ibb.co/J5ZHr16/bottle-removebg-preview.png"
/>
</div>

<div className="home__row">
<Product
id="90829332"
title="Samsung LC49RG90SSUXEN 49' Curved LED Gaming Monitor - Super Ultra Wide Dual WQHD 5120 x 1440"
title="High-quality laptop and earbuds set - Perfect for work and play - Gruham Laptop and Earbuds."
price={1094.98}
rating={4}
image="https://images-na.ssl-images-amazon.com/images/I/6125mFrzr6L._AC_SX355_.jpg"
image="https://i.ibb.co/zsdDhDF/sticker-removebg-preview.png"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin-top: 20px;
margin-bottom: 20px;
object-fit: contain;
width: 100px;
width: 200px;
margin-right: auto;
margin-left: auto;
}
Expand Down
4 changes: 2 additions & 2 deletions src/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function Login() {
<Link to='/'>
<img
className="login__logo"
src='https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Amazon_logo.svg/1024px-Amazon_logo.svg.png'
alt="Amazon Logo"
src='https://i.ibb.co/9q1pG9C/logo-removebg-preview.png'
alt="Gruham Logo"
/>
</Link>

Expand Down

0 comments on commit f773d5d

Please sign in to comment.