Merge version_1 into main #3
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية", id: "/"},
|
||||
{
|
||||
name: "عن الشركة", id: "/about"},
|
||||
{
|
||||
name: "الخدمات", id: "/services"},
|
||||
{
|
||||
name: "تواصل معنا", id: "/contact"},
|
||||
{ name: "الرئيسية", id: "/" },
|
||||
{ name: "عن الشركة", id: "/about" },
|
||||
{ name: "الخدمات", id: "/services" },
|
||||
{ name: "تواصل معنا", id: "/contact" },
|
||||
]}
|
||||
brandName="المنصة"
|
||||
/>
|
||||
@@ -44,8 +40,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="مستقبل التكنولوجيا في متناول يديك"
|
||||
description="حلول برمجية مبتكرة مصممة لدفع عجلة نمو أعمالك في العالم العربي."
|
||||
leftCarouselItems={[
|
||||
@@ -63,8 +58,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg", imageAlt: "Hero Item" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "ابدأ الآن", href: "/contact"},
|
||||
{ text: "ابدأ الآن", href: "/contact" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "User" },
|
||||
@@ -104,17 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "تحليل البيانات", description: "تحليلات دقيقة لاتخاذ قرارات أفضل.", bentoComponent: "animated-bar-chart", imageSrc: "http://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg", imageAlt: "modern dashboard ui"},
|
||||
title: "تحليل البيانات", description: "تحليلات دقيقة لاتخاذ قرارات أفضل.", bentoComponent: "animated-bar-chart" },
|
||||
{
|
||||
title: "أمن المعلومات", description: "حماية كاملة لبياناتك الحساسة.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg", imageAlt: "ai analytics dashboard"},
|
||||
title: "أمن المعلومات", description: "حماية كاملة لبياناتك الحساسة.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{
|
||||
title: "دعم فني متميز", description: "فريقنا معك على مدار الساعة.", bentoComponent: "chat", aiIcon: Bot,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{ userMessage: "كيف يمكنني المساعدة؟", aiResponse: "مرحباً! أنا هنا للمساعدة." },
|
||||
],
|
||||
placeholder: "اكتب رسالتك...", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business"},
|
||||
title: "دعم فني متميز", description: "فريقنا معك على مدار الساعة.", bentoComponent: "chat", aiIcon: Bot, userIcon: User, exchanges: [{ userMessage: "كيف يمكنني المساعدة؟", aiResponse: "مرحباً! أنا هنا للمساعدة." }], placeholder: "اكتب رسالتك..." },
|
||||
]}
|
||||
title="مميزات منصتنا"
|
||||
description="استكشف أدواتنا المتقدمة لتحويل مسار عملك."
|
||||
|
||||
Reference in New Issue
Block a user