Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-02-25 11:40:39 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -18,7 +18,7 @@ function ShopPageContent() {
} = useProductCatalog({ basePath: "/shop" });
const cartOpen = false;
const setCartOpen = () => {};
const setCartOpen = (open: boolean) => {};
if (isLoading) {
return (