Update src/app/products/page.tsx

This commit is contained in:
2026-06-03 16:05:19 +00:00
parent 2db8d0ea57
commit abe7fb7877

View File

@@ -25,10 +25,10 @@ export default function ProductsPage() {
<NavbarLayoutFloatingOverlay
brandName="الحسام للزيوت"
navItems={[
{ name: "منتجاتنا", id: "products", href: "/products" },
{ name: "خدماتنا", id: "services", href: "/#services" },
{ name: "من نحن", id: "about", href: "/#about" },
{ name: "اتصل بنا", id: "contact", href: "/#contact" }
{ name: "منتجاتنا", id: "/products" },
{ name: "خدماتنا", id: "/#services" },
{ name: "من نحن", id: "/#about" },
{ name: "اتصل بنا", id: "/#contact" }
]}
button={{ text: "احجز الآن", href: "/#contact" }}
/>
@@ -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: "#" }
}
]}
/>