Update src/app/products/page.tsx
This commit is contained in:
@@ -55,17 +55,17 @@ export default function ProductsPage() {
|
||||
title="Product Catalog"
|
||||
description="Explore our premium line of high-durability plastic containers, closures, and industrial components."
|
||||
products={[
|
||||
{ id: "p1", name: "Pharmaceutical Grade Bottle", price: "$0.45", variant: "Clear PET", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-children-jars-arrangement_23-2149512844.jpg" },
|
||||
{ id: "p2", name: "Cosmetic Cream Container", price: "$0.62", variant: "HDPE", imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg" },
|
||||
{ id: "p3", name: "Industrial Storage Bin", price: "$12.50", variant: "High Density", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974241.jpg" },
|
||||
{ id: "p4", name: "Security Closure Cap", price: "$0.15", variant: "Tamper-proof", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-blue-background-high-angle_23-2149449759.jpg" },
|
||||
{ id: "p1", name: "Pharmaceutical Grade Bottle", price: "$0.45", variant: "Clear PET", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-children-jars-arrangement_23-2149512844.jpg?_wi=2" },
|
||||
{ id: "p2", name: "Cosmetic Cream Container", price: "$0.62", variant: "HDPE", imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Industrial Storage Bin", price: "$12.50", variant: "High Density", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974241.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Security Closure Cap", price: "$0.15", variant: "Tamper-proof", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-blue-background-high-angle_23-2149449759.jpg?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281305.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281305.jpg?_wi=2"
|
||||
logoText="Plásticos Kame"
|
||||
columns={[
|
||||
{ title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "/" }, { label: "Custom Solutions", href: "/" }] },
|
||||
|
||||
Reference in New Issue
Block a user