Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Cloud, Cog, Lightbulb, Mail, ShieldCheck, Star } from "lucide-react";
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import { Star, Lightbulb, Cog, Cloud, ShieldCheck, Mail } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPageAR() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
@@ -27,302 +27,146 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="bold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "الرئيسية", id: "/ar" },
|
||||||
name: "Home",
|
{ name: "الرؤية", id: "/ar#vision-ar" },
|
||||||
id: "/en",
|
{ name: "الخدمات", id: "/ar#services-ar" },
|
||||||
},
|
{ name: "المشاريع", id: "/ar#portfolio-ar" },
|
||||||
{
|
{ name: "العملاء", id: "/ar#clients-ar" },
|
||||||
name: "Vision",
|
{ name: "تواصل معنا", id: "/ar#contact-ar" }
|
||||||
id: "/en#vision",
|
]}
|
||||||
},
|
brandName="Enkidu Soft"
|
||||||
{
|
button={{
|
||||||
name: "Services",
|
text: "تواصل معنا", href: "/ar#contact-ar"
|
||||||
id: "/en#services",
|
}}
|
||||||
},
|
animateOnLoad={true}
|
||||||
{
|
/>
|
||||||
name: "Portfolio",
|
</div>
|
||||||
id: "/en#portfolio",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Clients",
|
|
||||||
id: "/en#clients",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/en#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="Enkidu Soft"
|
|
||||||
button={{
|
|
||||||
text: "Get in Touch",
|
|
||||||
href: "/en#contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero-ar" data-section="hero-ar">
|
<div id="hero-ar" data-section="hero-ar">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{ variant: "downward-rays-animated" }}
|
||||||
variant: "downward-rays-animated",
|
title="التميز الهندسي يُقدم بموثوقية"
|
||||||
}}
|
description="تتعاون إنكيدو سوفت مع قادة المؤسسات لتصميم، بناء، وتوسيع حلول برمجية تحويلية. نجمع بين الانضباط الهندسي الصارم والرؤى العميقة للسوق لتحويل الرؤى الطموحة إلى منتجات جاهزة للسوق."
|
||||||
title="التميز الهندسي يُقدم بموثوقية"
|
tag="شريك مؤسسي موثوق به"
|
||||||
description="تتعاون إنكيدو سوفت مع قادة المؤسسات لتصميم، بناء، وتوسيع حلول برمجية تحويلية. نجمع بين الانضباط الهندسي الصارم والرؤى العميقة للسوق لتحويل الرؤى الطموحة إلى منتجات جاهزة للسوق."
|
tagIcon={Star}
|
||||||
tag="شريك مؤسسي موثوق به"
|
tagAnimation="slide-up"
|
||||||
tagIcon={Star}
|
buttons={[{ text: "استكشف أعمالنا", href: "/ar#portfolio-ar" }]}
|
||||||
tagAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
buttons={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572158.jpg", imageAlt: "تدفق بيانات مجرد وآمن" },
|
||||||
text: "استكشف أعمالنا",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/string-optical-fiber-lights-blue_23-2148241319.jpg", imageAlt: "رف خوادم حديث مع أضواء زرقاء متوهجة" }
|
||||||
href: "/ar#portfolio",
|
]}
|
||||||
},
|
mediaAnimation="slide-up"
|
||||||
]}
|
rating={5}
|
||||||
buttonAnimation="slide-up"
|
ratingText="تقييم 5/5 نجوم من قبل عملاء المؤسسات"
|
||||||
mediaItems={[
|
/>
|
||||||
{
|
</div>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572158.jpg",
|
|
||||||
imageAlt: "تدفق بيانات مجرد وآمن",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/string-optical-fiber-lights-blue_23-2148241319.jpg",
|
|
||||||
imageAlt: "رف خوادم حديث مع أضواء زرقاء متوهجة",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
rating={5}
|
|
||||||
ratingText="تقييم 5/5 نجوم من قبل عملاء المؤسسات"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="vision-ar" data-section="vision-ar">
|
<div id="vision-ar" data-section="vision-ar">
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="رؤيتنا المؤسسية وفلسفتنا الهندسية"
|
title="رؤيتنا المؤسسية وفلسفتنا الهندسية"
|
||||||
description="في إنكيدو سوفت، نلتزم بالصرامة الهندسية التي لا مثيل لها والنهج المرتكز على العميل. تتمحور فلسفتنا حول بناء حلول برمجية قوية، قابلة للتطوير، وآمنة تصمد أمام اختبار الزمن، وتمكن الشركات من تحقيق أهدافها الاستراتيجية بثقة وابتكار."
|
description="في إنكيدو سوفت، نلتزم بالصرامة الهندسية التي لا مثيل لها والنهج المرتكز على العميل. تتمحور فلسفتنا حول بناء حلول برمجية قوية، قابلة للتطوير، وآمنة تصمد أمام اختبار الزمن، وتمكن الشركات من تحقيق أهدافها الاستراتيجية بثقة وابتكار."
|
||||||
tag="هندسة رؤيوية"
|
tag="هندسة رؤيوية"
|
||||||
tagIcon={Lightbulb}
|
tagIcon={Lightbulb}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476132.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-chess-pieces-digital-art-style_23-2151476132.jpg"
|
||||||
imageAlt="تمثيل مجرد للرؤية المؤسسية والنمو الاستراتيجي"
|
imageAlt="تمثيل مجرد للرؤية المؤسسية والنمو الاستراتيجي"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services-ar" data-section="services-ar">
|
<div id="services-ar" data-section="services-ar">
|
||||||
<FeatureCardTwentyFive
|
<FeatureCardTwentyFive
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "هندسة أنظمة صارمة",
|
title: "هندسة أنظمة صارمة", description: "تصميم أسس قوية وقابلة للتطوير وآمنة لتطبيقاتك الأكثر أهمية، مما يضمن الأداء والموثوقية على المدى الطويل.", icon: Cog,
|
||||||
description: "تصميم أسس قوية وقابلة للتطوير وآمنة لتطبيقاتك الأكثر أهمية، مما يضمن الأداء والموثوقية على المدى الطويل.",
|
mediaItems: [
|
||||||
icon: Cog,
|
{ imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg", imageAlt: "محرر أكواد يظهر الهندسة الصارمة" },
|
||||||
mediaItems: [
|
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-toy-constructions-designed-shaped-light-toy-plastic-rubics-cube_140725-32065.jpg", imageAlt: "تصميم معماري مجرد للبيانات" }
|
||||||
{
|
]
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg",
|
},
|
||||||
imageAlt: "محرر أكواد يظهر الهندسة الصارمة",
|
{
|
||||||
},
|
title: "حلول سحابية قابلة للتطوير", description: "الاستفادة من قوة تقنيات السحابة الأصلية لبناء تطبيقات مرنة، قابلة للتطوير، وفعالة من حيث التكلفة تنمو مع عملك.", icon: Cloud,
|
||||||
{
|
mediaItems: [
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-toy-constructions-designed-shaped-light-toy-plastic-rubics-cube_140725-32065.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape-flat-style_23-2147831271.jpg", imageAlt: "أيقونة تمثل بنية تحتية سحابية قابلة للتطوير" },
|
||||||
imageAlt: "تصميم معماري مجرد للبيانات",
|
{ imageSrc: "http://img.b2bpic.net/free-vector/business-people-planning-work-tasks-sample-text_74855-3807.jpg", imageAlt: "بيئة تطوير تعاونية" }
|
||||||
},
|
]
|
||||||
],
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-background-technology-concept-connecting-dots-design_53876-153353.jpg?_wi=3",
|
{
|
||||||
imageAlt: "clean code editor dark theme",
|
title: "تطوير تطبيقات آمنة", description: "تطبيق أفضل ممارسات وبروتوكولات الأمان الرائدة في الصناعة لحماية بياناتك وضمان سلامة أصول برمجياتك.", icon: ShieldCheck,
|
||||||
},
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-vector/mobile-phishing-landing-page_23-2148546599.jpg", imageAlt: "واجهة مستخدم تعرض تشفير بيانات آمن" },
|
||||||
title: "حلول سحابية قابلة للتطوير",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/vimeo-icon-line-connection-circuit-board_1379-895.jpg", imageAlt: "تكامل سلس بين المنصات" }
|
||||||
description: "الاستفادة من قوة تقنيات السحابة الأصلية لبناء تطبيقات مرنة، قابلة للتطوير، وفعالة من حيث التكلفة تنمو مع عملك.",
|
]
|
||||||
icon: Cloud,
|
}
|
||||||
mediaItems: [
|
]}
|
||||||
{
|
title="قدرات تطوير برمجيات نخبوية"
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape-flat-style_23-2147831271.jpg",
|
description="نقدم خدمات تطوير برمجيات مخصصة شاملة، من التصميم المعماري الأولي إلى النشر المستمر. تمتد خبرتنا عبر تكامل الأنظمة المعقدة، حلول السحابة المتطورة، والتطبيقات عالية الأمان والقابلة للتطوير والمصممة لتلبية احتياجات عملك الفريدة."
|
||||||
imageAlt: "أيقونة تمثل بنية تحتية سحابية قابلة للتطوير",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-planning-work-tasks-sample-text_74855-3807.jpg",
|
|
||||||
imageAlt: "بيئة تطوير تعاونية",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-data-center-providing-cloud-services-enabling-businesses-access-computing-resources-storage-demand-internet-server-room-infrastructure-3d-render-animation_482257-65963.jpg?_wi=3",
|
|
||||||
imageAlt: "clean code editor dark theme",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "تطوير تطبيقات آمنة",
|
|
||||||
description: "تطبيق أفضل ممارسات وبروتوكولات الأمان الرائدة في الصناعة لحماية بياناتك وضمان سلامة أصول برمجياتك.",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
mediaItems: [
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phishing-landing-page_23-2148546599.jpg",
|
|
||||||
imageAlt: "واجهة مستخدم تعرض تشفير بيانات آمن",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vimeo-icon-line-connection-circuit-board_1379-895.jpg",
|
|
||||||
imageAlt: "تكامل سلس بين المنصات",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-red-cartoon-arrow_23-2148488394.jpg?_wi=3",
|
|
||||||
imageAlt: "clean code editor dark theme",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="قدرات تطوير برمجيات نخبوية"
|
|
||||||
description="نقدم خدمات تطوير برمجيات مخصصة شاملة، من التصميم المعماري الأولي إلى النشر المستمر. تمتد خبرتنا عبر تكامل الأنظمة المعقدة، حلول السحابة المتطورة، والتطبيقات عالية الأمان والقابلة للتطوير والمصممة لتلبية احتياجات عملك الفريدة."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="portfolio-ar" data-section="portfolio-ar">
|
<div id="portfolio-ar" data-section="portfolio-ar">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "جناح مالي للمؤسسات", price: "التقنية المالية", variant: "ويب، واجهة برمجة تطبيقات، سحابة", imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", imageAlt: "واجهة مستخدم لوحة تحكم مالية للمؤسسات" },
|
||||||
id: "p1",
|
{ id: "p2", name: "منصة لوجستية في الوقت الفعلي", price: "سلسلة التوريد", variant: "جوال، ويب، إنترنت الأشياء", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762839.jpg", imageAlt: "واجهة مستخدم لتطبيق جوال لتتبع اللوجستيات في الوقت الفعلي" },
|
||||||
name: "جناح مالي للمؤسسات",
|
{ id: "p3", name: "نظام إدارة الرعاية الصحية", price: "تقنية صحية", variant: "بوابة ويب، سجلات طبية إلكترونية", imageSrc: "http://img.b2bpic.net/free-photo/licensed-specialist-examine-healthcare-records-laptop-x-ray-scan-results_482257-123295.jpg", imageAlt: "بوابة ويب لنظام إدارة الرعاية الصحية" },
|
||||||
price: "التقنية المالية",
|
{ id: "p4", name: "محرك تحليلات مدعوم بالذكاء الاصطناعي", price: "علم البيانات", variant: "ذكاء اصطناعي/تعلم آلي، بيانات ضخمة", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-company-charts_482257-124401.jpg", imageAlt: "واجهة مستخدم لمنصة تحليلات مدعومة بالذكاء الاصطناعي" },
|
||||||
variant: "ويب، واجهة برمجة تطبيقات، سحابة",
|
{ id: "p5", name: "نظام إدارة خلفي للتجارة الإلكترونية العالمية", price: "تقنية التجزئة", variant: "واجهة برمجة تطبيقات، خدمات مصغرة", imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-concept-application_23-2148651947.jpg", imageAlt: "واجهة مستخدم لنظام إدارة خلفي للتجارة الإلكترونية" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
|
{ id: "p6", name: "منصة هوية البلوك تشين", price: "الأمن السيبراني", variant: "بلوك تشين، ويب 3", imageSrc: "http://img.b2bpic.net/free-vector/digital-privacy-personal-data-protection-set-four-horizontal-banners-with-isometric-icons-page-buttons_1284-62628.jpg", imageAlt: "واجهة مستخدم لمنصة التحقق من الهوية القائمة على البلوك تشين" }
|
||||||
imageAlt: "واجهة مستخدم لوحة تحكم مالية للمؤسسات",
|
]}
|
||||||
},
|
title="مشاريعنا الرائدة وتأثيرها"
|
||||||
{
|
description="اكتشف مجموعة مختارة من مشاريعنا التحويلية التي تبرهن على براعتنا التقنية والتأثير الملموس الذي نقدمه لعملاء المؤسسات. من المنصات المالية القوية إلى حلول الذكاء الاصطناعي الذكية، تعرض محفظتنا الابتكار والتميز الهندسي."
|
||||||
id: "p2",
|
/>
|
||||||
name: "منصة لوجستية في الوقت الفعلي",
|
</div>
|
||||||
price: "سلسلة التوريد",
|
|
||||||
variant: "جوال، ويب، إنترنت الأشياء",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762839.jpg",
|
|
||||||
imageAlt: "واجهة مستخدم لتطبيق جوال لتتبع اللوجستيات في الوقت الفعلي",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "نظام إدارة الرعاية الصحية",
|
|
||||||
price: "تقنية صحية",
|
|
||||||
variant: "بوابة ويب، سجلات طبية إلكترونية",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/licensed-specialist-examine-healthcare-records-laptop-x-ray-scan-results_482257-123295.jpg",
|
|
||||||
imageAlt: "بوابة ويب لنظام إدارة الرعاية الصحية",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "محرك تحليلات مدعوم بالذكاء الاصطناعي",
|
|
||||||
price: "علم البيانات",
|
|
||||||
variant: "ذكاء اصطناعي/تعلم آلي، بيانات ضخمة",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-company-charts_482257-124401.jpg",
|
|
||||||
imageAlt: "واجهة مستخدم لمنصة تحليلات مدعومة بالذكاء الاصطناعي",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "نظام إدارة خلفي للتجارة الإلكترونية العالمية",
|
|
||||||
price: "تقنية التجزئة",
|
|
||||||
variant: "واجهة برمجة تطبيقات، خدمات مصغرة",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-concept-application_23-2148651947.jpg",
|
|
||||||
imageAlt: "واجهة مستخدم لنظام إدارة خلفي للتجارة الإلكترونية",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "منصة هوية البلوك تشين",
|
|
||||||
price: "الأمن السيبراني",
|
|
||||||
variant: "بلوك تشين، ويب 3",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-privacy-personal-data-protection-set-four-horizontal-banners-with-isometric-icons-page-buttons_1284-62628.jpg",
|
|
||||||
imageAlt: "واجهة مستخدم لمنصة التحقق من الهوية القائمة على البلوك تشين",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="مشاريعنا الرائدة وتأثيرها"
|
|
||||||
description="اكتشف مجموعة مختارة من مشاريعنا التحويلية التي تبرهن على براعتنا التقنية والتأثير الملموس الذي نقدمه لعملاء المؤسسات. من المنصات المالية القوية إلى حلول الذكاء الاصطناعي الذكية، تعرض محفظتنا الابتكار والتميز الهندسي."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="clients-ar" data-section="clients-ar">
|
<div id="clients-ar" data-section="clients-ar">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={["حلول جلوبال كورب", "مشاريع إنوفيت", "تحليلات كوانتم", "تقنيات سينابس", "ديناميكيات هورايزن", "مجموعة بيك بيرفورمانس", "ابتكارات أيبكس", "شبكات كاتاليست"]}
|
||||||
"حلول جلوبال كورب",
|
title="موثوقة من قبل رواد الصناعة"
|
||||||
"مشاريع إنوفيت",
|
description="تؤكد شراكاتنا التعاونية مع الشركات الرائدة عبر مختلف القطاعات التزامنا بتقديم قيمة استثنائية وتعزيز العلاقات طويلة الأمد المبنية على الثقة والتميز التقني."
|
||||||
"تحليلات كوانتم",
|
speed={35}
|
||||||
"تقنيات سينابس",
|
/>
|
||||||
"ديناميكيات هورايزن",
|
</div>
|
||||||
"مجموعة بيك بيرفورمانس",
|
|
||||||
"ابتكارات أيبكس",
|
|
||||||
"شبكات كاتاليست",
|
|
||||||
]}
|
|
||||||
title="موثوقة من قبل رواد الصناعة"
|
|
||||||
description="تؤكد شراكاتنا التعاونية مع الشركات الرائدة عبر مختلف القطاعات التزامنا بتقديم قيمة استثنائية وتعزيز العلاقات طويلة الأمد المبنية على الثقة والتميز التقني."
|
|
||||||
speed={35}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-ar" data-section="contact-ar">
|
<div id="contact-ar" data-section="contact-ar">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "radial-gradient" }}
|
||||||
variant: "radial-gradient",
|
tag="تواصل معنا"
|
||||||
}}
|
title="حوّل رؤيتك إلى حقيقة"
|
||||||
tag="تواصل معنا"
|
description="هل أنت مستعد لمناقشة مشروعك البرمجي الطموح التالي؟ املأ النموذج أدناه، وسيتواصل فريقنا الخبير معك لتحديد موعد استشارة واستكشاف كيف يمكن لإنكيدو سوفت تسريع نجاحك."
|
||||||
title="حوّل رؤيتك إلى حقيقة"
|
tagIcon={Mail}
|
||||||
description="هل أنت مستعد لمناقشة مشروعك البرمجي الطموح التالي؟ املأ النموذج أدناه، وسيتواصل فريقنا الخبير معك لتحديد موعد استشارة واستكشاف كيف يمكن لإنكيدو سوفت تسريع نجاحك."
|
tagAnimation="slide-up"
|
||||||
tagIcon={Mail}
|
inputPlaceholder="بريدك الإلكتروني للعمل"
|
||||||
tagAnimation="slide-up"
|
buttonText="ابدأ مشروعًا"
|
||||||
inputPlaceholder="بريدك الإلكتروني للعمل"
|
termsText="بالضغط على 'ابدأ مشروعًا'، فإنك تؤكد موافقتك على سياسة الخصوصية وشروط الخدمة لدينا."
|
||||||
buttonText="ابدأ مشروعًا"
|
/>
|
||||||
termsText="بالضغط على 'ابدأ مشروعًا'، فإنك تؤكد موافقتك على سياسة الخصوصية وشروط الخدمة لدينا."
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer-ar" data-section="footer-ar">
|
<div id="footer-ar" data-section="footer-ar">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/25th-years-anniversary-celebration-3d-render_460848-10830.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/25th-years-anniversary-celebration-3d-render_460848-10830.jpg"
|
||||||
logoAlt="شعار إنكيدو سوفت"
|
logoAlt="شعار إنكيدو سوفت"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "الرئيسية", href: "/ar" }, { label: "الرؤية", href: "/ar#vision-ar" }, { label: "الخدمات", href: "/ar#services-ar" }] },
|
||||||
items: [
|
{ items: [{ label: "المشاريع", href: "/ar#portfolio-ar" }, { label: "العملاء", href: "/ar#clients-ar" }, { label: "اتصل بنا", href: "/ar#contact-ar" }] },
|
||||||
{
|
{ items: [{ label: "سياسة الخصوصية", href: "/ar/privacy" }, { label: "شروط الخدمة", href: "/ar/terms" }] }
|
||||||
label: "الرئيسية",
|
]}
|
||||||
href: "/ar",
|
logoText="التميز الهندسي، يُقدم بموثوقية."
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
label: "الرؤية",
|
|
||||||
href: "/ar#vision",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "الخدمات",
|
|
||||||
href: "/ar#services",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "المشاريع",
|
|
||||||
href: "/ar#portfolio",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "العملاء",
|
|
||||||
href: "/ar#clients",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "اتصل بنا",
|
|
||||||
href: "/ar#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "سياسة الخصوصية",
|
|
||||||
href: "/ar/privacy",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "شروط الخدمة",
|
|
||||||
href: "/ar/terms",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="التميز الهندسي، يُقدم بموثوقية."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -55,7 +55,11 @@ export default function LandingPage() {
|
|||||||
imageAlt="Network connections"
|
imageAlt="Network connections"
|
||||||
title="Our Story & Mission"
|
title="Our Story & Mission"
|
||||||
description="We are a company dedicated to innovation and excellence, striving to deliver cutting-edge solutions for our clients."
|
description="We are a company dedicated to innovation and excellence, striving to deliver cutting-edge solutions for our clients."
|
||||||
bulletPoints={["Innovation driven", "Client-focused", "Excellence in execution"]}
|
bulletPoints={[
|
||||||
|
{ title: "Innovation driven", description: "Driving innovation across all our solutions." },
|
||||||
|
{ title: "Client-focused", description: "Prioritizing client needs and delivering tailored results." },
|
||||||
|
{ title: "Excellence in execution", description: "Committing to high-quality execution in every project." }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -80,9 +84,11 @@ export default function LandingPage() {
|
|||||||
description="A dedicated group of professionals passionate about technology and innovation."
|
description="A dedicated group of professionals passionate about technology and innovation."
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", imageAlt: "John Doe, CEO"},
|
id: "john-doe", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", imageAlt: "John Doe, CEO", description: "Leading our company with vision and expertise."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-127024.jpg", imageAlt: "Jane Smith, CTO"},
|
id: "jane-smith", name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-127024.jpg", imageAlt: "Jane Smith, CTO", description: "Pioneering our technological advancements."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -95,10 +101,8 @@ export default function LandingPage() {
|
|||||||
author="Alice Johnson"
|
author="Alice Johnson"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", alt: "Alice Johnson"},
|
src: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", alt: "Alice Johnson"}
|
||||||
]}
|
]}
|
||||||
company="Innovate Solutions"
|
|
||||||
role="CEO"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,13 +112,12 @@ export default function LandingPage() {
|
|||||||
onClose={() => {}}
|
onClose={() => {}}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
id: "item1", name: "Sample Product", price: 99.99,
|
id: "item1", name: "Sample Product", price: "99.99", quantity: 1,
|
||||||
quantity: 1,
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Sample Product Image"}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241207.jpg", imageAlt: "Sample Product Image"},
|
|
||||||
]}
|
]}
|
||||||
total={99.99}
|
total="99.99"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Checkout", onClick: () => console.log("Checkout clicked") },
|
{ text: "Checkout", onClick: () => console.log("Checkout clicked") }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user