Update src/app/distributor/page.tsx
This commit is contained in:
@@ -89,42 +89,42 @@ export default function DistributorPage() {
|
||||
id: "1",
|
||||
name: "Floor Cleaner - 5L Bulk",
|
||||
price: "₹899",
|
||||
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=3",
|
||||
imageAlt: "Floor Cleaner bulk bottle",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Phenyl - 10L Container",
|
||||
price: "₹1299",
|
||||
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=3",
|
||||
imageAlt: "Phenyl bulk container",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Toilet Cleaner - 5L Bulk",
|
||||
price: "₹799",
|
||||
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=3",
|
||||
imageAlt: "Toilet Cleaner bulk",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Glass Cleaner - 5L Bulk",
|
||||
price: "₹749",
|
||||
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=3",
|
||||
imageAlt: "Glass Cleaner bulk",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dishwash Gel - 5L Bulk",
|
||||
price: "₹649",
|
||||
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=3",
|
||||
imageAlt: "Dishwash Gel bulk",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bathroom Cleaner - 5L Bulk",
|
||||
price: "₹899",
|
||||
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=3",
|
||||
imageAlt: "Bathroom Cleaner bulk",
|
||||
},
|
||||
]}
|
||||
@@ -196,7 +196,7 @@ export default function DistributorPage() {
|
||||
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=3"
|
||||
imageAlt="Premium cleaning products for distribution"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user