Merge version_3 into main #7

Merged
bender merged 3 commits from version_3 into main 2026-05-23 01:29:16 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ export default function ContactPage() {
<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=3"
logoText="Plásticos Kame"
columns={[
{ title: "Contact Info", items: [

View File

@@ -87,10 +87,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "KameIndustrial", name: "Pharmaceutical Grade Bottle", price: "From $0.45", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-children-jars-arrangement_23-2149512844.jpg" },
{ id: "p2", brand: "KameIndustrial", name: "Cosmetic Cream Container", price: "From $0.62", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg" },
{ id: "p3", brand: "KameIndustrial", name: "Industrial Storage Bin", price: "From $12.50", rating: 4, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974241.jpg" },
{ id: "p4", brand: "KameIndustrial", name: "Security Closure Cap", price: "From $0.15", rating: 5, reviewCount: "212", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-blue-background-high-angle_23-2149449759.jpg" },
{ id: "p1", brand: "KameIndustrial", name: "Pharmaceutical Grade Bottle", price: "From $0.45", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-children-jars-arrangement_23-2149512844.jpg?_wi=1" },
{ id: "p2", brand: "KameIndustrial", name: "Cosmetic Cream Container", price: "From $0.62", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/kegs-beer-regular-rows_1398-2536.jpg?_wi=1" },
{ id: "p3", brand: "KameIndustrial", name: "Industrial Storage Bin", price: "From $12.50", rating: 4, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974241.jpg?_wi=1" },
{ id: "p4", brand: "KameIndustrial", name: "Security Closure Cap", price: "From $0.15", rating: 5, reviewCount: "212", imageSrc: "http://img.b2bpic.net/free-photo/plastic-bottles-blue-background-high-angle_23-2149449759.jpg?_wi=1" },
{ id: "p5", brand: "KameIndustrial", name: "Logistics Crate", price: "From $8.90", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/plastic-storage-case_1339-5894.jpg" },
{ id: "p6", brand: "KameIndustrial", name: "Sensor Housing Part", price: "From $2.10", rating: 4, reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062981.jpg" },
]}
@@ -170,7 +170,7 @@ export default function LandingPage() {
<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=1"
logoText="Plásticos Kame"
columns={[
{ title: "Platform", items: [{ label: "Shop", href: "/products" }, { label: "About", href: "#" }, { label: "Custom Solutions", href: "/#features" }] },

View File

@@ -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: "/" }] },