Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-21 07:06:57 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -116,12 +116,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Fluoride Plus™ Filter", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096560.jpg" },
{ id: "p2", name: "British Berkefeld System", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/various-bowls-pottery-concept_23-2148679124.jpg" },
{ id: "p3", name: "Ceramic Dispenser Base", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-water_1339-7629.jpg" },
{ id: "p4", name: "Replacement Filter Cartridge", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-water_23-2148113513.jpg" },
{ id: "p5", name: "Small Pottery Set", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/boiling-hot-water-tea-arrangement_23-2149088650.jpg" },
{ id: "p6", name: "Large Decorative Vessel", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-water-table_23-2148863430.jpg" }
{ id: "p1", name: "Fluoride Plus™ Filter", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096560.jpg?_wi=1" },
{ id: "p2", name: "British Berkefeld System", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/various-bowls-pottery-concept_23-2148679124.jpg?_wi=1" },
{ id: "p3", name: "Ceramic Dispenser Base", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-water_1339-7629.jpg?_wi=1" },
{ id: "p4", name: "Replacement Filter Cartridge", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-water_23-2148113513.jpg?_wi=1" },
{ id: "p5", name: "Small Pottery Set", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/boiling-hot-water-tea-arrangement_23-2149088650.jpg?_wi=1" },
{ id: "p6", name: "Large Decorative Vessel", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-water-table_23-2148863430.jpg?_wi=1" }
]}
title="Featured Collections"
description="Explore our hand-selected range of advanced ceramic filtration systems and pottery essentials."

View File

@@ -38,12 +38,12 @@ export default function ShopPage() {
<ProductCatalog
layout="page"
products={[
{ id: "p1", name: "Fluoride Plus™ Filter", price: "$89.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096560.jpg" },
{ id: "p2", name: "British Berkefeld System", price: "$249.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/various-bowls-pottery-concept_23-2148679124.jpg" },
{ id: "p3", name: "Ceramic Dispenser Base", price: "$129.00", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/glass-water_1339-7629.jpg" },
{ id: "p4", name: "Replacement Filter Cartridge", price: "$59.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-water_23-2148113513.jpg" },
{ id: "p5", name: "Small Pottery Set", price: "$199.00", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/boiling-hot-water-tea-arrangement_23-2149088650.jpg" },
{ id: "p6", name: "Large Decorative Vessel", price: "$299.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-with-water-table_23-2148863430.jpg" }
{ id: "p1", name: "Fluoride Plus™ Filter", price: "$89.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096560.jpg?_wi=2" },
{ id: "p2", name: "British Berkefeld System", price: "$249.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/various-bowls-pottery-concept_23-2148679124.jpg?_wi=2" },
{ id: "p3", name: "Ceramic Dispenser Base", price: "$129.00", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/glass-water_1339-7629.jpg?_wi=2" },
{ id: "p4", name: "Replacement Filter Cartridge", price: "$59.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-water_23-2148113513.jpg?_wi=2" },
{ id: "p5", name: "Small Pottery Set", price: "$199.00", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/boiling-hot-water-tea-arrangement_23-2149088650.jpg?_wi=2" },
{ id: "p6", name: "Large Decorative Vessel", price: "$299.00", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glass-with-water-table_23-2148863430.jpg?_wi=2" }
]}
filters={[
{ label: "Category", options: ["All", "Filters", "Vessels", "Sets"], selected: "All", onChange: (v) => {} }