Update src/app/products/page.tsx
This commit is contained in:
@@ -26,8 +26,8 @@ export default function ProductsPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Manufacturing", id: "/" },
|
||||
{ name: "Capabilities", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Manufacturing", id: "/#features" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Plásticos Kame"
|
||||
@@ -54,12 +54,7 @@ export default function ProductsPage() {
|
||||
textboxLayout="default"
|
||||
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?_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" },
|
||||
]}
|
||||
products={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,7 +63,7 @@ export default function ProductsPage() {
|
||||
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: "/" }] },
|
||||
{ title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "/about" }, { label: "Custom Solutions", href: "/#features" }] },
|
||||
{ title: "Company", items: [{ label: "Inquiry", href: "/contact" }, { label: "Careers", href: "#" }, { label: "Support", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }, { label: "Certifications", href: "#" }] },
|
||||
]}
|
||||
@@ -77,4 +72,4 @@ export default function ProductsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user