Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4f7e01633 | |||
| f93efb3e16 | |||
| 253aaa9aba |
@@ -163,17 +163,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "كرسي تنفيذي", price: "1200 SAR", imageSrc: "http://img.b2bpic.net/free-photo/comfy-wing-chair-carpenter-s-workshop_181624-45038.jpg"},
|
||||
id: "1", name: "فيذي", price: "120 OMR", imageSrc: "http://img.b2bpic.net/free-photo/comfy-wing-chair-carpenter-s-workshop_181624-45038.jpg"},
|
||||
{
|
||||
id: "2", name: "مصباح مكتبي", price: "350 SAR", imageSrc: "http://img.b2bpic.net/free-photo/desk-lamp-with-minimalist-monochrome-background_23-2150763366.jpg"},
|
||||
id: "2", name: " مكتبي", price: "35 OMR", imageSrc: "http://img.b2bpic.net/free-photo/desk-lamp-with-minimalist-monochrome-background_23-2150763366.jpg"},
|
||||
{
|
||||
id: "3", name: "منظم مكتبي", price: "150 SAR", imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-notebook-mobile-phone_23-2148128812.jpg"},
|
||||
id: "3", name: "منظم مكتبي", price: "15 OMR", imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-notebook-mobile-phone_23-2148128812.jpg"},
|
||||
{
|
||||
id: "4", name: "جهاز لوحي", price: "2500 SAR", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg"},
|
||||
id: "4", name: "جهاز لوحي", price: "250 OMR", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg"},
|
||||
{
|
||||
id: "5", name: "لوحة مفاتيح", price: "600 SAR", imageSrc: "http://img.b2bpic.net/free-photo/closeup-retro-mint-typewriter_53876-160514.jpg"},
|
||||
id: "5", name: "لوحة مفاتيح", price: "60 OMR", imageSrc: "http://img.b2bpic.net/free-photo/closeup-retro-mint-typewriter_53876-160514.jpg"},
|
||||
{
|
||||
id: "6", name: "ساعة مكتبية", price: "450 SAR", imageSrc: "http://img.b2bpic.net/free-photo/gray-minimalist-wall-clock_187299-47589.jpg"},
|
||||
id: "6", name: "ساعة مكتبية", price: "45 OMR", imageSrc: "http://img.b2bpic.net/free-photo/gray-minimalist-wall-clock_187299-47589.jpg"},
|
||||
]}
|
||||
title="معرض المنتجات"
|
||||
description="أرقى التجهيزات المكتبية والتقنيات."
|
||||
@@ -273,4 +273,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user