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={[ 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 (