Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-12 11:10:11 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}