Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -25,7 +25,7 @@ export default function BestsellersPage() {
|
||||
onFavorite: () => console.log("Added to favorites: Stellar Pro Edition"),
|
||||
},
|
||||
{
|
||||
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Cosmos Elite Pack", onProductClick: () => console.log("View Cosmos Elite Pack"),
|
||||
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg?_wi=3", imageAlt: "Cosmos Elite Pack", onProductClick: () => console.log("View Cosmos Elite Pack"),
|
||||
onFavorite: () => console.log("Added to favorites: Cosmos Elite Pack"),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
onFavorite: () => console.log("Added to favorites: Stellar Pro Edition"),
|
||||
},
|
||||
{
|
||||
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Cosmos Elite Pack", onProductClick: () => window.open("/shop/cosmos-elite-pack", "_blank"),
|
||||
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg?_wi=1", imageAlt: "Cosmos Elite Pack", onProductClick: () => window.open("/shop/cosmos-elite-pack", "_blank"),
|
||||
onFavorite: () => console.log("Added to favorites: Cosmos Elite Pack"),
|
||||
},
|
||||
];
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function ShopPage() {
|
||||
onFavorite: () => console.log("Added to favorites: Stellar Pro Edition"),
|
||||
},
|
||||
{
|
||||
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "Cosmos Elite Pack", category: "luxury", onProductClick: () => console.log("View Cosmos Elite Pack"),
|
||||
id: "7", name: "Cosmos Elite Pack", price: "$229.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg?_wi=2", imageAlt: "Cosmos Elite Pack", category: "luxury", onProductClick: () => console.log("View Cosmos Elite Pack"),
|
||||
onFavorite: () => console.log("Added to favorites: Cosmos Elite Pack"),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user