Merge version_2 into main #1
386
src/app/page.tsx
386
src/app/page.tsx
@@ -33,162 +33,62 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "خانه", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "درباره ما", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "ویژگیها", id: "#features"},
|
||||
{
|
||||
name: "Courses",
|
||||
id: "#products",
|
||||
},
|
||||
name: "دورهها", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "تعرفهها", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "تماس با ما", id: "#contact"},
|
||||
]}
|
||||
brandName="Classino"
|
||||
brandName="کلاسینو"
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "ثبتنام", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Build Your Academic Future"
|
||||
description="Premium online classes from primary school to university entrance exams. Expert educators, interactive learning, and proven results."
|
||||
variant: "gradient-bars"}}
|
||||
title="آینده تحصیلی خود را بسازید"
|
||||
description="کلاسهای آنلاین باکیفیت از مقطع ابتدایی تا کنکور دانشگاه. آموزش توسط برترین اساتید با یادگیری تعاملی و نتایج تضمینی."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-papers-with-data-charts-desk-used-by-workmates-business-development-corporate-colleagues-working-project-presentation-management-marketing-strategy_482257-32053.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369872.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/e-learing-distance-education-icons-interface_53876-124201.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-couple-sitting-together-sofa-looking-digital-table_23-2148151865.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-biochemistry-study-scietific-research-laptop_53876-133746.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-papers-with-data-charts-desk-used-by-workmates-business-development-corporate-colleagues-working-project-presentation-management-marketing-strategy_482257-32053.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369872.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/e-learing-distance-education-icons-interface_53876-124201.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/teenage-couple-sitting-together-sofa-looking-digital-table_23-2148151865.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/illustration-biochemistry-study-scietific-research-laptop_53876-133746.jpg" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/training-study-knowledge-e-learning-concept_53876-120707.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-serious-woman-concentrated-tablet-screen-draws-pictures-with-stylus-poses-wooden-bench-dressed-hoodie-spends-leisure-time-outdoors-against-blurred-background-works-freelance_273609-57010.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-tablet-business-centre_176420-5796.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-looking-tablet_23-2149119414.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-writing-sticky-notes-remember-task-computer-business-woman-using-post-it-memo-paper-as-reminder-work-project-planning-company-efficiency-inspiration_482257-30592.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/training-study-knowledge-e-learning-concept_53876-120707.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-serious-woman-concentrated-tablet-screen-draws-pictures-with-stylus-poses-wooden-bench-dressed-hoodie-spends-leisure-time-outdoors-against-blurred-background-works-freelance_273609-57010.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-tablet-business-centre_176420-5796.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-looking-tablet_23-2149119414.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Courses",
|
||||
href: "#products",
|
||||
},
|
||||
text: "مشاهده دورهها", href: "#products"},
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649371.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-132153.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-headphones-analyzes-online-statistics_53876-94865.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-employee-working-with-charts-papers-computer-doing-annual-data-analysis-plan-business-project-woman-holding-files-with-financial-information-development_482257-32215.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 15,000+ satisfied students"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg",
|
||||
alt: "Partner 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/people-business-technology-communication_273609-6340.jpg",
|
||||
alt: "Partner 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/colleagues-studying-from-notebooks-study-session_23-2149265720.jpg",
|
||||
alt: "Partner 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-girl-helping-little-sister-using-tablet-online-school_23-2148827438.jpg",
|
||||
alt: "Partner 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/interracial-students-has-fun-laughs-cheerfully-park_1157-38390.jpg",
|
||||
alt: "Partner 5",
|
||||
},
|
||||
text: "پشتیبانی", href: "#contact"},
|
||||
]}
|
||||
avatarText="بیش از ۱۵,۰۰۰ دانشآموز موفق"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Excellence in Education"
|
||||
title="تعالی در آموزش"
|
||||
metrics={[
|
||||
{
|
||||
icon: GraduationCap,
|
||||
label: "Successful Students",
|
||||
value: "15k+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Top Rankings",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Course Modules",
|
||||
value: "120+",
|
||||
},
|
||||
{ icon: GraduationCap, label: "دانشآموزان موفق", value: "۱۵k+" },
|
||||
{ icon: Award, label: "رتبههای برتر", value: "۵۰۰+" },
|
||||
{ icon: BookOpen, label: "پودمان آموزشی", value: "۱۲۰+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -197,26 +97,13 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interactive Lessons",
|
||||
description: "Engage with live sessions and interactive digital tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-back-school-writing_23-2147864636.jpg",
|
||||
},
|
||||
{
|
||||
title: "Personalized Plans",
|
||||
description: "Custom learning paths tailored to your academic needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-doing-online-classes-tablet_23-2149114302.jpg",
|
||||
},
|
||||
{
|
||||
title: "Expert Educators",
|
||||
description: "Learn from the top minds in the country.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-tablet-with-empty-screen_23-2148668561.jpg",
|
||||
},
|
||||
{ title: "درسهای تعاملی", description: "با جلسات زنده و ابزارهای دیجیتال تعاملی مشارکت کنید.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-back-school-writing_23-2147864636.jpg" },
|
||||
{ title: "برنامههای شخصیسازی شده", description: "مسیرهای یادگیری سفارشی متناسب با نیازهای تحصیلی شما.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-doing-online-classes-tablet_23-2149114302.jpg" },
|
||||
{ title: "اساتید متخصص", description: "از برترین ذهنهای کشور بیاموزید.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-tablet-with-empty-screen_23-2148668561.jpg" },
|
||||
]}
|
||||
title="Why Choose Classino?"
|
||||
description="We blend innovative pedagogy with academic rigour to ensure every student reaches their full potential."
|
||||
title="چرا کلاسینو؟"
|
||||
description="ما آموزش نوآورانه را با دقت علمی ترکیب میکنیم تا اطمینان حاصل کنیم که هر دانشآموز به پتانسیل کامل خود میرسد."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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="برنامه درسی جامع ما را از مفاهیم پایه تا آمادگی پیشرفته کنکور کاوش کنید."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -273,46 +127,19 @@ export default function LandingPage() {
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$199",
|
||||
subtitle: "For fundamental learning",
|
||||
features: [
|
||||
"Access to modules",
|
||||
"Practice tests",
|
||||
"Community support",
|
||||
],
|
||||
id: "basic", badge: "پایه", price: "۱۹۹ دلار", subtitle: "برای یادگیری بنیادی", features: ["دسترسی به پودمانها", "آزمونهای تمرینی", "پشتیبانی انجمن"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Advanced",
|
||||
price: "$399",
|
||||
subtitle: "Best for exam prep",
|
||||
features: [
|
||||
"Live coaching",
|
||||
"Advanced materials",
|
||||
"Progress reports",
|
||||
"Personal mentor",
|
||||
],
|
||||
id: "pro", badge: "پیشرفته", price: "۳۹۹ دلار", subtitle: "مناسب برای آمادگی آزمون", features: ["کلاسهای آنلاین", "منابع پیشرفته", "گزارش پیشرفت", "منتور شخصی"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite",
|
||||
price: "$699",
|
||||
subtitle: "The ultimate success package",
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"One-on-one sessions",
|
||||
"Career guidance",
|
||||
"Priority help",
|
||||
],
|
||||
id: "elite", badge: "طلایی", price: "۶۹۹ دلار", subtitle: "بسته نهایی موفقیت", features: ["همه امکانات پیشرفته", "جلسات خصوصی", "مشاوره شغلی", "پشتیبانی ویژه"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path"
|
||||
description="Flexible subscription tiers designed to fit your academic goals."
|
||||
title="مسیر خود را انتخاب کنید"
|
||||
description="اشتراکهای انعطافپذیر متناسب با اهداف تحصیلی شما."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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="از زبان دانشآموزانی که با کلاسینو به رویاهای خود رسیدند بشنوید."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do live classes work?",
|
||||
content: "Classes are held via our secure platform with interactive features.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I cancel my plan?",
|
||||
content: "Yes, you can cancel your subscription at any time without penalties.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide study materials?",
|
||||
content: "Yes, all students get unlimited access to digital course materials.",
|
||||
},
|
||||
{ id: "q1", title: "کلاسهای زنده چگونه برگزار میشوند؟", content: "کلاسها از طریق پلتفرم امن ما با ویژگیهای تعاملی برگزار میشوند." },
|
||||
{ id: "q2", title: "آیا میتوانم طرح اشتراک خود را لغو کنم؟", content: "بله، شما میتوانید در هر زمان اشتراک خود را بدون جریمه لغو کنید." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideTitle="سوالات متداول"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -397,27 +172,14 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Start Your Journey"
|
||||
description="Have questions? Get in touch with our admissions team today."
|
||||
title="شروع مسیر موفقیت"
|
||||
description="سوالی دارید؟ امروز با تیم پذیرش ما تماس بگیرید."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "نام و نام خانوادگی", required: true },
|
||||
{ name: "email", type: "email", placeholder: "ایمیل", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "چگونه میتوانیم به شما کمک کنیم؟", required: true }}
|
||||
buttonText="ارسال پیام"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-with-empty-chairs-computers-generated-by-ai_188544-22073.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -426,40 +188,24 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "دسترسی سریع", items: [
|
||||
{ label: "خانه", href: "#hero" },
|
||||
{ label: "درباره ما", href: "#about" },
|
||||
{ label: "تعرفهها", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "اطلاعات تماس", items: [
|
||||
{ label: "تلفن: ۰۲۱-۱۲۳۴۵۶۷۸", href: "tel:02112345678" },
|
||||
{ label: "ایمیل: info@classino.ir", href: "mailto:info@classino.ir" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Classino"
|
||||
logoText="کلاسینو"
|
||||
copyrightText="© ۲۰۲۵ | کلاسینو"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user