From 160007c33c2fdbb08a799db88ddbc3063a8e4f8b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 09:57:30 +0000 Subject: [PATCH 1/2] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index f7d769f..c11e9ed 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -57,9 +57,9 @@ export default function DashboardPage() { title="Product Inventory" description="Manage your catalog items." products={[ - { id: "p1", name: "Minimalist Watch", price: "$129", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg" }, - { id: "p2", name: "Leather Wallet", price: "$59", variant: "Low Stock", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg" }, - { id: "p3", name: "Smart Speaker", price: "$199", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg" } + { id: "p1", name: "Minimalist Watch", price: "$129", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg?_wi=2" }, + { id: "p2", name: "Leather Wallet", price: "$59", variant: "Low Stock", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg?_wi=2" }, + { id: "p3", name: "Smart Speaker", price: "$199", variant: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=2" } ]} /> From 3eb9c86bc372285750f2c9ad95d4454f2491af1f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 09:57:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c4b034..204d0d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,11 +118,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Minimalist Watch", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg"}, + id: "1", name: "Minimalist Watch", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43225.jpg?_wi=1"}, { - id: "2", name: "Leather Wallet", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg"}, + id: "2", name: "Leather Wallet", price: "$59.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936068.jpg?_wi=1"}, { - id: "3", name: "Smart Speaker", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg"}, + id: "3", name: "Smart Speaker", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg?_wi=1"}, { id: "4", name: "Ceramic Mug", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084003.jpg"}, {