From e8222b90a2ecd3bb8fec247e98602f9165340dd1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 11:10:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76bc960..b12b858 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,17 +202,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "math", name: "الرياضيات", price: "دورة كاملة", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-school-supplies-assortment_23-2148981739.jpg", imageAlt: "Mathematics course graphic"}, + id: "math", name: "الرياضيات", price: "50000 دينار عراقي", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-school-supplies-assortment_23-2148981739.jpg", imageAlt: "Mathematics course graphic"}, { - id: "physics", name: "الفيزياء", price: "دورة كاملة", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139253.jpg", imageAlt: "Physics course graphic"}, + id: "physics", name: "الفيزياء", price: "50000 دينار عراقي", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139253.jpg", imageAlt: "Physics course graphic"}, { - id: "chemistry", name: "الكيمياء", price: "دورة كاملة", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-chemist-taking-some-notes-about-chemicals_140725-37573.jpg", imageAlt: "Chemistry course graphic"}, + id: "chemistry", name: "الكيمياء", price: "50000 دينار عراقي", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-chemist-taking-some-notes-about-chemicals_140725-37573.jpg", imageAlt: "Chemistry course graphic"}, { - id: "biology", name: "الأحياء", price: "دورة كاملة", imageSrc: "http://img.b2bpic.net/free-photo/anatomy-drawing-vintage-style_23-2151782889.jpg", imageAlt: "Biology course graphic"}, + id: "biology", name: "الأحياء", price: "50000 دينار عراقي", imageSrc: "http://img.b2bpic.net/free-photo/anatomy-drawing-vintage-style_23-2151782889.jpg", imageAlt: "Biology course graphic"}, { - id: "arabic", name: "اللغة العربية", price: "دورة كاملة", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-together_23-2150751935.jpg", imageAlt: "Arabic Language course graphic"}, + id: "arabic", name: "اللغة العربية", price: "متاح ضمن الباقة", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-studying-together_23-2150751935.jpg", imageAlt: "Arabic Language course graphic"}, { - id: "social", name: "الاجتماعيات والتاريخ", price: "دورة كاملة", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-desk-globe-with-blurred-background_181624-4292.jpg", imageAlt: "Social Studies and History course graphic"}, + id: "social", name: "الاجتماعيات والتاريخ", price: "مجاني", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-desk-globe-with-blurred-background_181624-4292.jpg", imageAlt: "Social Studies and History course graphic"}, ]} title="استكشف مقرراتنا الدراسية" description="نقدم مجموعة شاملة من المقررات المصممة بعناية لتغطية جميع مواد الصفوف الثانوية في قضاء سوق الشيوخ، مع شروحات واضحة وتمارين مكثفة." @@ -316,4 +316,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1