Update src/app/page.tsx

This commit is contained in:
2026-03-05 13:13:45 +00:00
parent e60d001cb3
commit 3e56393ec7

View File

@@ -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"),
},
];