Merge version_1 into main #2
@@ -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={[
|
||||
|
||||
@@ -18,7 +18,7 @@ function ShopPageContent() {
|
||||
} = useProductCatalog({ basePath: "/shop" });
|
||||
|
||||
const cartOpen = false;
|
||||
const setCartOpen = () => {};
|
||||
const setCartOpen = (open: boolean) => {};
|
||||
|
||||
if (isLoading) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user