Update src/app/products/page.tsx
This commit is contained in:
@@ -38,6 +38,7 @@ export default function ProductsPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "zintak", brand: "Zintak", name: "Zintak Jeera Lime", price: "₹30", rating: 5,
|
||||
@@ -46,6 +47,9 @@ export default function ProductsPage() {
|
||||
{
|
||||
id: "tandav", brand: "Tandav", name: "Tandav Strong Cola", price: "₹35", rating: 5,
|
||||
reviewCount: "850", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLN3xqyz0C03KvKH2ZxXhJR89k/uploaded-1778058484339-pi99a1to.png?_wi=1", onProductClick: () => window.location.href = "/products/tandav"
|
||||
},
|
||||
{
|
||||
id: "fizz", brand: "Foozzie", name: "Orange Fizz", price: "₹40", rating: 4, reviewCount: "300", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLN3xqyz0C03KvKH2ZxXhJR89k/uploaded-1778058484338-u90g4slm.png?_wi=1", onProductClick: () => window.location.href = "/products/fizz"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user