Update src/app/products/page.tsx

This commit is contained in:
2026-03-20 00:16:19 +00:00
parent c6aa9d42a4
commit 0d6f1bd170

View File

@@ -105,32 +105,32 @@ export default function ProductsPage() {
carouselItems={[
{
id: "carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg?_wi=2",
imageAlt: "Product distribution and logistics",
},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg?_wi=3",
imageAlt: "Consumer goods marketplace",
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg?_wi=3",
imageAlt: "Healthcare and pharmaceutical products",
},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg?_wi=3",
imageAlt: "Office and tech products",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-office_1139-254.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-office_1139-254.jpg?_wi=2",
imageAlt: "Business solutions and services",
},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg?_wi=3",
imageAlt: "Warehouse and inventory management",
},
]}
@@ -163,21 +163,21 @@ export default function ProductsPage() {
id: "product-cat-1",
name: "Consumer Goods",
price: "Wholesale Available",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg?_wi=4",
imageAlt: "Consumer goods and packaged products",
},
{
id: "product-cat-2",
name: "Industrial Equipment",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg?_wi=4",
imageAlt: "Industrial equipment and machinery",
},
{
id: "product-cat-3",
name: "Specialty Products",
price: "Bulk Discounts",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg?_wi=4",
imageAlt: "Specialty and premium products",
},
]}
@@ -220,7 +220,7 @@ export default function ProductsPage() {
content: "Our optimized distribution network with real-time tracking ensures products reach your location on time with minimal handling and maximum care.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg"
imageSrc="http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg?_wi=4"
imageAlt="Advanced warehouse and product management"
mediaAnimation="slide-up"
useInvertedBackground={false}