diff --git a/src/app/page.tsx b/src/app/page.tsx index 027ac0e..a397f36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,162 +33,62 @@ export default function LandingPage() {
@@ -197,26 +97,13 @@ export default function LandingPage() {
@@ -227,45 +114,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Foundational Math", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-vector/memphis-colorful-design-cover-collection_23-2148890383.jpg", - }, - { - id: "p2", - name: "Physics Essentials", - price: "$200", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-stars-background_23-2147730269.jpg", - }, - { - id: "p3", - name: "Literature Core", - price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/environment-education-day-concept_23-2148746466.jpg", - }, - { - id: "p4", - name: "Entrance Exam Prep", - price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/hand-writing-notebook-table_23-2147844854.jpg", - }, - { - id: "p5", - name: "Logic & Reasoning", - price: "$250", - imageSrc: "http://img.b2bpic.net/free-photo/set-with-notebook-stationery_23-2147851962.jpg", - }, - { - id: "p6", - name: "Language Arts", - price: "$190", - imageSrc: "http://img.b2bpic.net/free-photo/word-art-blackboard_23-2147654570.jpg", - }, + { id: "p1", name: "ریاضیات پایه", price: "۱۵۰ دلار", imageSrc: "http://img.b2bpic.net/free-vector/memphis-colorful-design-cover-collection_23-2148890383.jpg" }, + { id: "p2", name: "فیزیک کاربردی", price: "۲۰۰ دلار", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-stars-background_23-2147730269.jpg" }, + { id: "p3", name: "ادبیات فارسی", price: "۱۸۰ دلار", imageSrc: "http://img.b2bpic.net/free-photo/environment-education-day-concept_23-2148746466.jpg" }, ]} - title="Academic Programs" - description="Explore our comprehensive curriculum, from foundational concepts to advanced entrance prep." + title="برنامه‌های آموزشی" + description="برنامه درسی جامع ما را از مفاهیم پایه تا آمادگی پیشرفته کنکور کاوش کنید." />
@@ -273,46 +127,19 @@ export default function LandingPage() { @@ -322,74 +149,22 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Ali Reza", - handle: "@ali.math", - testimonial: "Classino helped me secure top ranks in my entrance exams. Simply the best!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-student-holding-smartphone_23-2149127098.jpg", - }, - { - id: "t2", - name: "Sara Ahmadi", - handle: "@sara.edu", - testimonial: "The teachers are incredibly clear. I finally understand subjects I used to fear.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cool-student-stylish-glasses-doing-home-assignment-desk-making-notes-listening-music-via-wireless-headphones-attractive-young-male-artist-with-earphones-sketching-notebook-smiling_343059-2024.jpg", - }, - { - id: "t3", - name: "Mohammad V.", - handle: "@mo.learn", - testimonial: "Highly structured and efficient learning paths. Worth every penny.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/concerned-male-teacher-wearing-glasses-holding-book-sitting-table-with-school-tools-classroom_141793-114077.jpg", - }, - { - id: "t4", - name: "Zahra Hosseini", - handle: "@zahra.study", - testimonial: "Great platform, helped me manage my primary schooling with ease.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379425.jpg", - }, - { - id: "t5", - name: "Reza K.", - handle: "@reza.prep", - testimonial: "The entrance exam prep courses are unmatched. Thank you!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371898.jpg", - }, + { id: "t1", name: "علی رضا", handle: "@ali.math", testimonial: "کلاسینو به من کمک کرد تا در کنکور رتبه‌های برتر را کسب کنم. عالی است!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-student-holding-smartphone_23-2149127098.jpg" }, + { id: "t2", name: "سارا احمدی", handle: "@sara.edu", testimonial: "تدریس اساتید بسیار شفاف است. بالاخره مباحثی که از آن‌ها می‌ترسیدم را درک کردم.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cool-student-stylish-glasses-doing-home-assignment-desk-making-notes-listening-music-via-wireless-headphones-attractive-young-male-artist-with-earphones-sketching-notebook-smiling_343059-2024.jpg" }, ]} showRating={true} - title="Success Stories" - description="Hear from students who achieved their dreams through Classino." + title="داستان‌های موفقیت" + description="از زبان دانش‌آموزانی که با کلاسینو به رویاهای خود رسیدند بشنوید." />
@@ -397,27 +172,14 @@ export default function LandingPage() {
@@ -426,40 +188,24 @@ export default function LandingPage() { ); -} +} \ No newline at end of file