From f6697ea72490e9dcae48d22123e4fd9bb831bbfb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:35:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 143 +++++++++++++++-------------------------------- 1 file changed, 46 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05d1f4b..c4319a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,13 +32,13 @@ export default function LandingPage() { @@ -46,29 +46,19 @@ export default function LandingPage() { @@ -77,12 +67,12 @@ export default function LandingPage() { @@ -132,15 +100,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "AI Basics Part 1", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-soft-red-background-christmas-valentines-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-87896.jpg" }, - { id: "2", name: "Seminary Life", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-tech-repair-infographic_23-2150054248.jpg" }, - { id: "3", name: "Logic Basics", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-neon-light-strings_23-2148328050.jpg" }, - { id: "4", name: "Future Coding", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/girl-student-is-talking-phone-home-conversation-phone_169016-68055.jpg" }, - { id: "5", name: "Ethics & Tech", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-talking-with-employees-online-videocall_482257-123578.jpg" }, - { id: "6", name: "Data Analysis", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg" }, + { id: "1", name: "مبانی هوش مصنوعی - ۱", price: "رایگان", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-soft-red-background-christmas-valentines-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color_1258-87896.jpg" }, + { id: "2", name: "زیست حوزوی", price: "رایگان", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-tech-repair-infographic_23-2150054248.jpg" }, + { id: "3", name: "منطق کاربردی", price: "رایگان", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-neon-light-strings_23-2148328050.jpg" }, ]} - title="Upcoming Video Archive" - description="Building a library of accessible education for all." + title="بایگانی ویدیوهای آموزشی" + description="تلاش برای ساخت کتابخانه‌ای از دانش فنی و اخلاقی." /> @@ -151,28 +116,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { id: "1", value: "150+", title: "Students", description: "Engaged in AI literacy.", icon: Users }, - { id: "2", value: "12", title: "Curriculum Modules", description: "Deeply researched units.", icon: BookOpen }, - { id: "3", value: "400+", title: "Research Hours", description: "Managing seminary operations.", icon: Clock }, + { id: "1", value: "۱۵۰+", title: "دانش‌آموز", description: "فعال در حوزه هوش مصنوعی.", icon: Users }, + { id: "2", value: "۱۲", title: "واحد درسی", description: "پژوهش‌های تخصصی.", icon: BookOpen }, + { id: "3", value: "۴۰۰+", title: "ساعت پژوهش", description: "مدیریت اجرایی حوزوی.", icon: Clock }, ]} - title="Impact Overview" - description="Measured in curious minds and organized research hours." - /> - - -
-
@@ -181,12 +130,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "1", title: "Why teach AI to children?", content: "To foster logical thinking from a young age." }, - { id: "2", title: "Do you focus on programming?", content: "Concepts are taught visually without deep code." }, - { id: "3", title: "Can I access your lectures?", content: "Yes, once uploaded to the video portal." }, + { id: "1", title: "چرا هوش مصنوعی برای کودکان؟", content: "برای پرورش تفکر منطقی از سنین پایین." }, + { id: "2", title: "آیا فقط برنامه‌نویسی است؟", content: "مفاهیم به صورت بصری و بدون نیاز به کدنویسی عمیق تدریس می‌شوند." }, + { id: "3", title: "چگونه به ویدیوها دسترسی پیدا کنم؟", content: "به محض بارگذاری در پرتال آموزشی در دسترس خواهند بود." }, ]} - title="Common Questions" - description="Bridging the gap between theory and practice." + title="سوالات متداول" + description="پل زدن بین نظریه و عمل در دنیای هوش مصنوعی." faqsAnimation="blur-reveal" /> @@ -195,20 +144,20 @@ export default function LandingPage() { -- 2.49.1