Update src/app/products/page.tsx
This commit is contained in:
@@ -85,42 +85,42 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Floor Cleaner",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laundry-detergent-disinfectant-labels-design-template_1017-25958.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/laundry-detergent-disinfectant-labels-design-template_1017-25958.jpg?_wi=2",
|
||||
imageAlt: "Floor Cleaner bottle",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Phenyl",
|
||||
price: "₹149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992134.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-dispenser-bottle_23-2150992134.jpg?_wi=2",
|
||||
imageAlt: "Phenyl concentrate",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Toilet Cleaner",
|
||||
price: "₹179",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-plastic-bottle-with-copy-space_23-2149449753.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-plastic-bottle-with-copy-space_23-2149449753.jpg?_wi=2",
|
||||
imageAlt: "Toilet Cleaner",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Glass Cleaner",
|
||||
price: "₹159",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-surgical-glove-holding-alcohol-bottle_23-2148571873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-with-surgical-glove-holding-alcohol-bottle_23-2148571873.jpg?_wi=2",
|
||||
imageAlt: "Glass Cleaner spray",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dishwash Gel",
|
||||
price: "₹139",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-lotion-body-skin-care_1150-38269.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomato-lotion-body-skin-care_1150-38269.jpg?_wi=2",
|
||||
imageAlt: "Dishwash Gel",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bathroom Cleaner",
|
||||
price: "₹189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-friendly-cleaning-brushes-with-ablution_23-2148818466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-friendly-cleaning-brushes-with-ablution_23-2148818466.jpg?_wi=2",
|
||||
imageAlt: "Bathroom Cleaner",
|
||||
},
|
||||
]}
|
||||
@@ -149,7 +149,7 @@ export default function ProductsPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133319.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133319.jpg?_wi=2"
|
||||
imageAlt="Professional cleaning supplies arrangement display"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user