Merge version_2 into main #2
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "من نحن", id: "#about"},
|
||||
{
|
||||
name: "المسارات", id: "#features"},
|
||||
{
|
||||
name: "الخطط", id: "#pricing"},
|
||||
{
|
||||
name: "اتصل بنا", id: "#contact"},
|
||||
{ name: "من نحن", id: "#about" },
|
||||
{ name: "المسارات", id: "#features" },
|
||||
{ name: "الخطط", id: "#pricing" },
|
||||
{ name: "اتصل بنا", id: "#contact" },
|
||||
]}
|
||||
brandName="منصتي"
|
||||
/>
|
||||
@@ -46,14 +42,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="أتقن إدارة الأعمال باللغة العربية"
|
||||
description="دورات عملية ومرنة مصممة خصيصاً للمتعلمين العرب. من الأساسيات إلى الإستراتيجيات المتقدمة - تعلم وفق وتيرتك الخاصة مع خبراء متخصصين وحالات دراسية واقعية."
|
||||
buttons={[
|
||||
{
|
||||
text: "ابدأ التعلم مجاناً", href: "#contact"},
|
||||
]}
|
||||
buttons={[{ text: "ابدأ التعلم مجاناً", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/attractive-graphic-designer-female-draws-sketches-new-logo-dental-clinic-sitting-desk-with-pc-computer-documents-colored-stationery-copy-space-wall-advertising-content-text_344912-92.jpg", imageAlt: "Business learning dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49260.jpg", imageAlt: "Professional students" }
|
||||
@@ -153,7 +145,9 @@ export default function LandingPage() {
|
||||
tag="تواصل معنا"
|
||||
title="ابدأ مسيرتك المهنية"
|
||||
description="انضم إلى منصتنا اليوم وابدأ رحلة التميز في إدارة الأعمال."
|
||||
buttons={[{ text: "سجل الآن" }]}
|
||||
buttons={[{ text: "سجل الآن" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user