diff --git a/src/app/page.tsx b/src/app/page.tsx index efcfd29..eda4b42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,9 +31,7 @@ export default function HomePage() { brandName="أوائل الشهادة" navItems={navItems} button={{ - text: "تسجيل الدخول", - href: "/login", - }} + text: "تسجيل الدخول", href: "/login"}} animateOnLoad={true} /> @@ -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"