Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 05:32:28 +00:00
parent 57e6d6b614
commit 1ce3bd36dc

View File

@@ -51,16 +51,16 @@ export default function ProductsPage() {
{
id: "1", brand: "ASTERA Premium", name: "Specialty Tea Collection", price: "AED 149", rating: 5,
reviewCount: "127", imageSrc:
"http://img.b2bpic.net/free-vector/tea-leaflets-design_1322-57.jpg", imageAlt: "Premium specialty tea package with multiple blends"},
"http://img.b2bpic.net/free-vector/tea-leaflets-design_1322-57.jpg?_wi=2", imageAlt: "Premium specialty tea package with multiple blends"},
{
id: "2", brand: "ASTERA Goods", name: "Corporate Branded Merchandise", price: "AED 89", rating: 5,
reviewCount: "89", imageSrc:
"http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837354.jpg", imageAlt:
"http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837354.jpg?_wi=2", imageAlt:
"Corporate branded merchandise and promotional gifts"},
{
id: "3", brand: "ASTERA Premium", name: "Premium Fiber Products", price: "AED 199", rating: 4,
reviewCount: "64", imageSrc:
"http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg", imageAlt: "Premium fiber textile products for commercial use"},
"http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg?_wi=2", imageAlt: "Premium fiber textile products for commercial use"},
]}
/>
</div>