diff --git a/src/app/page.tsx b/src/app/page.tsx index eecd6ae..e999fe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6ac4c3d..4de48cd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,12 +38,12 @@ export default function ShopPage() { {} }