Update src/app/products/page.tsx

This commit is contained in:
2026-05-08 15:54:37 +00:00
parent 72dbbcd532
commit c780e2ae24

View File

@@ -37,10 +37,10 @@ export default function ProductPage() {
title="جميع العطور"
description="استكشف مجموعتنا الكاملة من العطور الفاخرة."
products={[
{ id: "1", name: "عود ملكي", price: "450 ر.س", variant: "50 مل", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420706.jpg" },
{ id: "2", name: "زهر الليمون", price: "320 ر.س", variant: "100 مل", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-pink-orchid_23-2148229270.jpg" },
{ id: "3", name: "مسك أبيض", price: "280 ر.س", variant: "50 مل", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-jasmine-flowers-white-background-copy-space_127032-1795.jpg" },
{ id: "4", name: "خشب الصندل", price: "380 ر.س", variant: "100 مل", imageSrc: "http://img.b2bpic.net/free-photo/cute-engagement-ring-made-white-gold-with-diamond-glass-bottle-perfume_8353-11279.jpg" }
{ id: "1", name: "عود ملكي", price: "450 ر.س", variant: "50 مل", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420706.jpg?_wi=3" },
{ id: "2", name: "زهر الليمون", price: "320 ر.س", variant: "100 مل", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-pink-orchid_23-2148229270.jpg?_wi=3" },
{ id: "3", name: "مسك أبيض", price: "280 ر.س", variant: "50 مل", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-jasmine-flowers-white-background-copy-space_127032-1795.jpg?_wi=3" },
{ id: "4", name: "خشب الصندل", price: "380 ر.س", variant: "100 مل", imageSrc: "http://img.b2bpic.net/free-photo/cute-engagement-ring-made-white-gold-with-diamond-glass-bottle-perfume_8353-11279.jpg?_wi=3" }
]}
/>
</div>