Merge version_1 into main #3
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "منصة التسوق الذكية", logoIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-interface_23-2148655476.jpg", searchPlaceholder: "الصق رابط منتج من AliExpress", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-app-interface_23-2148655476.jpg?_wi=1", searchPlaceholder: "الصق رابط منتج من AliExpress", buttons: [
|
||||
{ text: "بحث", href: "#" },
|
||||
{ text: "مساعد شخصي", href: "#contact" },
|
||||
],
|
||||
@@ -146,19 +146,19 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "هاتف ذكي 5G حديث", price: "45,999 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", imageAlt: "هاتف ذكي حديث", initialQuantity: 1,
|
||||
id: "1", name: "هاتف ذكي 5G حديث", price: "45,999 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=1", imageAlt: "هاتف ذكي حديث", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "سماعات لاسلكية احترافية", price: "8,499 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", imageAlt: "سماعات بلوتوث", initialQuantity: 1,
|
||||
id: "2", name: "سماعات لاسلكية احترافية", price: "8,499 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=2", imageAlt: "سماعات بلوتوث", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "حقيبة جينز أنيقة", price: "3,299 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg", imageAlt: "حقيبة جينز", initialQuantity: 1,
|
||||
id: "3", name: "حقيبة جينز أنيقة", price: "3,299 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg?_wi=1", imageAlt: "حقيبة جينز", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4", name: "كاميرا رقمية فوتوغرافية", price: "62,500 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", imageAlt: "كاميرا رقمية", initialQuantity: 1,
|
||||
id: "4", name: "كاميرا رقمية فوتوغرافية", price: "62,500 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=3", imageAlt: "كاميرا رقمية", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5", name: "حزام جلدي فاخر", price: "2,199 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg", imageAlt: "حزام جلدي", initialQuantity: 1,
|
||||
id: "5", name: "حزام جلدي فاخر", price: "2,199 د.ج", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176657.jpg?_wi=2", imageAlt: "حزام جلدي", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6", name: "ملحقات سيارة احترافية", price: "5,999 د.ج", imageSrc: "http://img.b2bpic.net/free-psd/car-rental-automotive-facebook-cover-template_120329-4438.jpg", imageAlt: "ملحقات سيارة", initialQuantity: 1,
|
||||
@@ -300,7 +300,7 @@ export default function LandingPage() {
|
||||
description="هل لديك سؤال أو تحتاج إلى مساعدة؟ فريقنا هنا لمساعدتك بسرعة في أي وقت. استفسر أو اطلب الدعم عبر رقمك المفضل."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/fashion-shopping-app-interface_23-2148655476.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/fashion-shopping-app-interface_23-2148655476.jpg?_wi=2"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="أدخل بريدك الإلكتروني"
|
||||
|
||||
Reference in New Issue
Block a user