Update src/app/page.tsx

This commit is contained in:
2026-03-10 06:28:31 +00:00
parent 8433a0c7b6
commit 6255dbecad

View File

@@ -31,9 +31,7 @@ export default function HomePage() {
brandName="أوائل الشهادة"
navItems={navItems}
button={{
text: "تسجيل الدخول",
href: "/login",
}}
text: "تسجيل الدخول", href: "/login"}}
animateOnLoad={true}
/>
</div>
@@ -44,18 +42,13 @@ export default function HomePage() {
description="منصة تعليمية حديثة توفر أفضل الشروحات والمواد الدراسية من أفضل الأساتذة"
buttons={[
{
text: "ابدأ الآن",
href: "/signup",
},
text: "ابدأ الآن", href: "/signup"},
{
text: "تصفح الأساتذة",
href: "/teachers",
},
text: "تصفح الأساتذة", href: "/teachers"},
]}
background={{
variant: "circleGradient",
}}
imageSrc="http://img.b2bpic.net/free-photo/education-concept-student-studying-brainstorming-campus-concept-close-up-students-discussing-their-subject-books-textbooks-selective-focus_1418-657.jpg?_wi=1"
variant: "plain"}}
imageSrc="http://img.b2bpic.net/free-photo/education-concept-student-studying-brainstorming-campus-concept-close-up-students-discussing-their-subject-books-textbooks-selective-focus_1418-657.jpg"
imageAlt="منصة أوائل الشهادة التعليمية"
frameStyle="card"
mediaAnimation="slide-up"