Update src/app/shop/page.tsx
This commit is contained in:
@@ -32,9 +32,9 @@ export default function ShopPage() {
|
||||
<ProductCatalog
|
||||
layout="page"
|
||||
products={[
|
||||
{ id: "1", name: "Luxe Lace Bralette", price: "$89", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/lingerie-set-on-a-clean-soft-background--1774608480054-6a6077dc.png", imageAlt: "Lingerie set on a clean, soft background" },
|
||||
{ id: "2", name: "Silk Comfort Shapewear", price: "$65", rating: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/comfortable-shapewear-piece-modern-displ-1774608478965-7c91f17a.png", imageAlt: "Comfortable shapewear piece, modern display" },
|
||||
{ id: "3", name: "Signature Thong Set", price: "$45", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/delicate-thongs-and-panties-set-aestheti-1774608479170-ecc1d1e8.png", imageAlt: "Delicate thongs and panties set" }
|
||||
{ id: "1", name: "Luxe Lace Bralette", price: "$89", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/lingerie-set-on-a-clean-soft-background--1774608480054-6a6077dc.png?_wi=2", imageAlt: "Lingerie set on a clean, soft background" },
|
||||
{ id: "2", name: "Silk Comfort Shapewear", price: "$65", rating: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/comfortable-shapewear-piece-modern-displ-1774608478965-7c91f17a.png?_wi=2", imageAlt: "Comfortable shapewear piece, modern display" },
|
||||
{ id: "3", name: "Signature Thong Set", price: "$45", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/delicate-thongs-and-panties-set-aestheti-1774608479170-ecc1d1e8.png?_wi=2", imageAlt: "Delicate thongs and panties set" }
|
||||
]}
|
||||
searchPlaceholder="Search for your perfect fit..."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user