diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8b8e72b..57c655b 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -25,10 +25,10 @@ export default function ProductsPage() { @@ -43,22 +43,22 @@ export default function ProductsPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "oil_engine_synthetic", name: "زيت محركات اصطناعي 5W-30", price: "SAR 120.00", imageSrc: "https://img.b2bpic.net/free-photo/synthetic-engine-oil-bottle_123456789.jpg", imageAlt: "زيت محركات اصطناعي 5W-30", priceButtonProps: { text: "تفاصيل المنتج", icon: ArrowUpRight, href: "#" } + id: "oil_engine_synthetic", name: "زيت محركات اصطناعي 5W-30", price: "SAR 120.00", imageSrc: "https://img.b2bpic.net/free-photo/synthetic-engine-oil-bottle_123456789.jpg", imageAlt: "زيت محركات اصطناعي 5W-30", priceButtonProps: { text: "تفاصيل المنتج", href: "#" } }, { - id: "oil_engine_conventional", name: "زيت محركات تقليدي 10W-40", price: "SAR 80.00", imageSrc: "https://img.b2bpic.net/free-photo/conventional-engine-oil_987654321.jpg", imageAlt: "زيت محركات تقليدي 10W-40", priceButtonProps: { text: "تفاصيل المنتج", icon: ArrowUpRight, href: "#" } + id: "oil_engine_conventional", name: "زيت محركات تقليدي 10W-40", price: "SAR 80.00", imageSrc: "https://img.b2bpic.net/free-photo/conventional-engine-oil_987654321.jpg", imageAlt: "زيت محركات تقليدي 10W-40", priceButtonProps: { text: "تفاصيل المنتج", href: "#" } }, { - id: "oil_hydraulic_industrial", name: "زيت هيدروليكي صناعي AW-68", price: "SAR 150.00", imageSrc: "https://img.b2bpic.net/free-photo/industrial-hydraulic-oil_112233445.jpg", imageAlt: "زيت هيدروليكي صناعي AW-68", priceButtonProps: { text: "تفاصيل المنتج", icon: ArrowUpRight, href: "#" } + id: "oil_hydraulic_industrial", name: "زيت هيدروليكي صناعي AW-68", price: "SAR 150.00", imageSrc: "https://img.b2bpic.net/free-photo/industrial-hydraulic-oil_112233445.jpg", imageAlt: "زيت هيدروليكي صناعي AW-68", priceButtonProps: { text: "تفاصيل المنتج", href: "#" } }, { - id: "oil_gear_automotive", name: "زيت ناقل حركة (جير) GL-4", price: "SAR 95.00", imageSrc: "https://img.b2bpic.net/free-photo/automotive-gear-oil_556677889.jpg", imageAlt: "زيت ناقل حركة (جير) GL-4", priceButtonProps: { text: "تفاصيل المنتج", icon: ArrowUpRight, href: "#" } + id: "oil_gear_automotive", name: "زيت ناقل حركة (جير) GL-4", price: "SAR 95.00", imageSrc: "https://img.b2bpic.net/free-photo/automotive-gear-oil_556677889.jpg", imageAlt: "زيت ناقل حركة (جير) GL-4", priceButtonProps: { text: "تفاصيل المنتج", href: "#" } }, { - id: "oil_industrial_compressor", name: "زيت ضواغط صناعية ISO VG 46", price: "SAR 180.00", imageSrc: "https://img.b2bpic.net/free-photo/industrial-compressor-oil_001122334.jpg", imageAlt: "زيت ضواغط صناعية ISO VG 46", priceButtonProps: { text: "تفاصيل المنتج", icon: ArrowUpRight, href: "#" } + id: "oil_industrial_compressor", name: "زيت ضواغط صناعية ISO VG 46", price: "SAR 180.00", imageSrc: "https://img.b2bpic.net/free-photo/industrial-compressor-oil_001122334.jpg", imageAlt: "زيت ضواغط صناعية ISO VG 46", priceButtonProps: { text: "تفاصيل المنتج", href: "#" } }, { - id: "oil_marine_engine", name: "زيت محركات بحرية API CF-4", price: "SAR 220.00", imageSrc: "https://img.b2bpic.net/free-photo/marine-engine-oil_678901234.jpg", imageAlt: "زيت محركات بحرية API CF-4", priceButtonProps: { text: "تفاصيل المنتج", icon: ArrowUpRight, href: "#" } + id: "oil_marine_engine", name: "زيت محركات بحرية API CF-4", price: "SAR 220.00", imageSrc: "https://img.b2bpic.net/free-photo/marine-engine-oil_678901234.jpg", imageAlt: "زيت محركات بحرية API CF-4", priceButtonProps: { text: "تفاصيل المنتج", href: "#" } } ]} />