diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 23c1aca..0b9bb06 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -19,32 +19,15 @@ export default function ProductsPage() { ]; const navButton = { - text: "Explore Our Collection", - href: "/products", - }; + text: "Explore Our Collection", href: "/products"}; const productItems = [ { - id: "1", - name: "Premium Cutlery", - price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=2", - imageAlt: "Premium cutlery collection", - }, + id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg", imageAlt: "Premium cutlery collection"}, { - id: "2", - name: "Industrial Footwear", - price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=3", - imageAlt: "Industrial footwear range", - }, + id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear range"}, { - id: "3", - name: "Specialty Salt & Crafts", - price: "Custom Bulk Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=3", - imageAlt: "Specialty salt products", - }, + id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Specialty salt products"}, ]; const performanceMetrics = [ @@ -55,26 +38,10 @@ export default function ProductsPage() { ]; const socialProofLogos = [ - "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", - "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", - "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", - "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", - "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", - "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", - "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", - "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", - ]; + "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg"]; const socialProofNames = [ - "Global Trade Partners", - "International Logistics", - "Continental Distribution", - "Enterprise Supply Chain", - "Pacific Procurement", - "European Export Alliance", - "Middle East Commerce", - "Asia Distribution Network", - ]; + "Global Trade Partners", "International Logistics", "Continental Distribution", "Enterprise Supply Chain", "Pacific Procurement", "European Export Alliance", "Middle East Commerce", "Asia Distribution Network"]; return (