Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -120,9 +120,9 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
products={[
|
||||
{ id: "prod-1", name: "لابتوب ألعاب متطور RTX 4070", price: "75,000 جنيه مصري", rating: 5, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/gamer-girl-losing-video-game-tournament-while-playing-with-vr-headset-late-night-her-room_482257-23348.jpg", imageAlt: "Gaming Laptop RTX 4070" },
|
||||
{ id: "prod-2", name: "كيبورد ميكانيكي RGB", price: "1,800 جنيه مصري", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg", imageAlt: "RGB Mechanical Keyboard" },
|
||||
{ id: "prod-2", name: "كيبورد ميكانيكي RGB", price: "1,800 جنيه مصري", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg?_wi=1", imageAlt: "RGB Mechanical Keyboard" },
|
||||
{ id: "prod-3", name: "ماوس ألعاب لاسلكي احترافي", price: "950 جنيه مصري", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-tablet_23-2148128748.jpg", imageAlt: "Wireless Gaming Mouse" },
|
||||
{ id: "prod-4", name: "شاشة ألعاب 27 بوصة 144Hz", price: "6,500 جنيه مصري", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833343.jpg", imageAlt: "27-inch 144Hz Gaming Monitor" },
|
||||
{ id: "prod-4", name: "شاشة ألعاب 27 بوصة 144Hz", price: "6,500 جنيه مصري", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833343.jpg?_wi=1", imageAlt: "27-inch 144Hz Gaming Monitor" },
|
||||
{ id: "prod-5", name: "سماعة رأس ألعاب لاسلكية 7.1", price: "2,200 جنيه مصري", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-blue-sweatshirt-holding-headphones-gets-ready-wear-them-listen-music_114579-27218.jpg", imageAlt: "Wireless Gaming Headset 7.1" },
|
||||
{ id: "prod-6", name: "كمبيوتر مكتبي للألعاب (Ryzen 9)", price: "90,000 جنيه مصري", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg", imageAlt: "Desktop Gaming PC Ryzen 9" }
|
||||
]}
|
||||
@@ -142,8 +142,8 @@ export default function LandingPage() {
|
||||
description="لا تفوت فرصة الحصول على أفضل الصفقات! خصم خاص لمدة 24 ساعة فقط."
|
||||
products={[
|
||||
{ id: "deal-1", name: "سماعة ألعاب لاسلكية 7.1 Surround Sound", price: "1,850 جنيه مصري", variant: "في المخزون", imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-45.jpg", imageAlt: "Gaming Headset 7.1 Wireless" },
|
||||
{ id: "deal-2", name: "كيبورد ميكانيكي RGB بخصم", price: "1,500 جنيه مصري", variant: "حصري أونلاين", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg", imageAlt: "RGB Mechanical Keyboard Discount" },
|
||||
{ id: "deal-3", name: "شاشة ألعاب 24 بوصة 75Hz", price: "2,800 جنيه مصري", variant: "عرض نهاية الأسبوع", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833343.jpg", imageAlt: "Gaming Monitor Weekend Deal" }
|
||||
{ id: "deal-2", name: "كيبورد ميكانيكي RGB بخصم", price: "1,500 جنيه مصري", variant: "حصري أونلاين", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg?_wi=2", imageAlt: "RGB Mechanical Keyboard Discount" },
|
||||
{ id: "deal-3", name: "شاشة ألعاب 24 بوصة 75Hz", price: "2,800 جنيه مصري", variant: "عرض نهاية الأسبوع", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-indoors_23-2151833343.jpg?_wi=2", imageAlt: "Gaming Monitor Weekend Deal" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user