From a2063bfa5cfeef083775f1f0cdea1a23bc09359c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 11:40:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebfca09..c0deae9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,19 +132,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Chef", company: "Local Restaurant Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg" }, { id: "2", name: "Michael Chen", role: "Nutritionist", company: "Wellness Center NYC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { id: "3", name: "Emily Rodriguez", role: "Home Cook", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg" }, { id: "4", name: "David Kim", role: "Farmers Market Regular", company: "Manhattan Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" } ]} kpiItems={[ -- 2.49.1 From 55ac86315d9a48e01329b790bb52d48edebf789e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 11:40:34 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index eb84447..b1dc115 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -18,7 +18,7 @@ function ShopPageContent() { } = useProductCatalog({ basePath: "/shop" }); const cartOpen = false; - const setCartOpen = () => {}; + const setCartOpen = (open: boolean) => {}; if (isLoading) { return ( -- 2.49.1