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"
|
||||||
@@ -30,35 +30,16 @@ export default function LandingPage() {
|
|||||||
<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",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "/en#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Portfolio",
|
|
||||||
id: "/en#portfolio",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Clients",
|
|
||||||
id: "/en#clients",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/en#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Enkidu Soft"
|
brandName="Enkidu Soft"
|
||||||
button={{
|
button={{
|
||||||
text: "Get in Touch",
|
text: "تواصل معنا", href: "/ar#contact-ar"
|
||||||
href: "/en#contact",
|
|
||||||
}}
|
}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
@@ -66,30 +47,17 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<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="التميز الهندسي يُقدم بموثوقية"
|
title="التميز الهندسي يُقدم بموثوقية"
|
||||||
description="تتعاون إنكيدو سوفت مع قادة المؤسسات لتصميم، بناء، وتوسيع حلول برمجية تحويلية. نجمع بين الانضباط الهندسي الصارم والرؤى العميقة للسوق لتحويل الرؤى الطموحة إلى منتجات جاهزة للسوق."
|
description="تتعاون إنكيدو سوفت مع قادة المؤسسات لتصميم، بناء، وتوسيع حلول برمجية تحويلية. نجمع بين الانضباط الهندسي الصارم والرؤى العميقة للسوق لتحويل الرؤى الطموحة إلى منتجات جاهزة للسوق."
|
||||||
tag="شريك مؤسسي موثوق به"
|
tag="شريك مؤسسي موثوق به"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[{ text: "استكشف أعمالنا", href: "/ar#portfolio-ar" }]}
|
||||||
{
|
|
||||||
text: "استكشف أعمالنا",
|
|
||||||
href: "/ar#portfolio",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572158.jpg", imageAlt: "تدفق بيانات مجرد وآمن" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572158.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/string-optical-fiber-lights-blue_23-2148241319.jpg", imageAlt: "رف خوادم حديث مع أضواء زرقاء متوهجة" }
|
||||||
imageAlt: "تدفق بيانات مجرد وآمن",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/string-optical-fiber-lights-blue_23-2148241319.jpg",
|
|
||||||
imageAlt: "رف خوادم حديث مع أضواء زرقاء متوهجة",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -116,56 +84,26 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "هندسة أنظمة صارمة",
|
title: "هندسة أنظمة صارمة", description: "تصميم أسس قوية وقابلة للتطوير وآمنة لتطبيقاتك الأكثر أهمية، مما يضمن الأداء والموثوقية على المدى الطويل.", icon: Cog,
|
||||||
description: "تصميم أسس قوية وقابلة للتطوير وآمنة لتطبيقاتك الأكثر أهمية، مما يضمن الأداء والموثوقية على المدى الطويل.",
|
|
||||||
icon: Cog,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg", imageAlt: "محرر أكواد يظهر الهندسة الصارمة" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-toy-constructions-designed-shaped-light-toy-plastic-rubics-cube_140725-32065.jpg", imageAlt: "تصميم معماري مجرد للبيانات" }
|
||||||
imageAlt: "محرر أكواد يظهر الهندسة الصارمة",
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-toy-constructions-designed-shaped-light-toy-plastic-rubics-cube_140725-32065.jpg",
|
title: "حلول سحابية قابلة للتطوير", description: "الاستفادة من قوة تقنيات السحابة الأصلية لبناء تطبيقات مرنة، قابلة للتطوير، وفعالة من حيث التكلفة تنمو مع عملك.", icon: Cloud,
|
||||||
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: Cloud,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape-flat-style_23-2147831271.jpg", imageAlt: "أيقونة تمثل بنية تحتية سحابية قابلة للتطوير" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape-flat-style_23-2147831271.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-vector/business-people-planning-work-tasks-sample-text_74855-3807.jpg", imageAlt: "بيئة تطوير تعاونية" }
|
||||||
imageAlt: "أيقونة تمثل بنية تحتية سحابية قابلة للتطوير",
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/business-people-planning-work-tasks-sample-text_74855-3807.jpg",
|
title: "تطوير تطبيقات آمنة", description: "تطبيق أفضل ممارسات وبروتوكولات الأمان الرائدة في الصناعة لحماية بياناتك وضمان سلامة أصول برمجياتك.", icon: ShieldCheck,
|
||||||
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: [
|
mediaItems: [
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-vector/mobile-phishing-landing-page_23-2148546599.jpg", imageAlt: "واجهة مستخدم تعرض تشفير بيانات آمن" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/mobile-phishing-landing-page_23-2148546599.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/vimeo-icon-line-connection-circuit-board_1379-895.jpg", imageAlt: "تكامل سلس بين المنصات" }
|
||||||
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="قدرات تطوير برمجيات نخبوية"
|
title="قدرات تطوير برمجيات نخبوية"
|
||||||
description="نقدم خدمات تطوير برمجيات مخصصة شاملة، من التصميم المعماري الأولي إلى النشر المستمر. تمتد خبرتنا عبر تكامل الأنظمة المعقدة، حلول السحابة المتطورة، والتطبيقات عالية الأمان والقابلة للتطوير والمصممة لتلبية احتياجات عملك الفريدة."
|
description="نقدم خدمات تطوير برمجيات مخصصة شاملة، من التصميم المعماري الأولي إلى النشر المستمر. تمتد خبرتنا عبر تكامل الأنظمة المعقدة، حلول السحابة المتطورة، والتطبيقات عالية الأمان والقابلة للتطوير والمصممة لتلبية احتياجات عملك الفريدة."
|
||||||
@@ -179,54 +117,12 @@ export default function LandingPage() {
|
|||||||
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: "واجهة مستخدم لوحة تحكم مالية للمؤسسات",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "منصة لوجستية في الوقت الفعلي",
|
|
||||||
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="مشاريعنا الرائدة وتأثيرها"
|
title="مشاريعنا الرائدة وتأثيرها"
|
||||||
description="اكتشف مجموعة مختارة من مشاريعنا التحويلية التي تبرهن على براعتنا التقنية والتأثير الملموس الذي نقدمه لعملاء المؤسسات. من المنصات المالية القوية إلى حلول الذكاء الاصطناعي الذكية، تعرض محفظتنا الابتكار والتميز الهندسي."
|
description="اكتشف مجموعة مختارة من مشاريعنا التحويلية التي تبرهن على براعتنا التقنية والتأثير الملموس الذي نقدمه لعملاء المؤسسات. من المنصات المالية القوية إلى حلول الذكاء الاصطناعي الذكية، تعرض محفظتنا الابتكار والتميز الهندسي."
|
||||||
@@ -237,16 +133,7 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={["حلول جلوبال كورب", "مشاريع إنوفيت", "تحليلات كوانتم", "تقنيات سينابس", "ديناميكيات هورايزن", "مجموعة بيك بيرفورمانس", "ابتكارات أيبكس", "شبكات كاتاليست"]}
|
||||||
"حلول جلوبال كورب",
|
|
||||||
"مشاريع إنوفيت",
|
|
||||||
"تحليلات كوانتم",
|
|
||||||
"تقنيات سينابس",
|
|
||||||
"ديناميكيات هورايزن",
|
|
||||||
"مجموعة بيك بيرفورمانس",
|
|
||||||
"ابتكارات أيبكس",
|
|
||||||
"شبكات كاتاليست",
|
|
||||||
]}
|
|
||||||
title="موثوقة من قبل رواد الصناعة"
|
title="موثوقة من قبل رواد الصناعة"
|
||||||
description="تؤكد شراكاتنا التعاونية مع الشركات الرائدة عبر مختلف القطاعات التزامنا بتقديم قيمة استثنائية وتعزيز العلاقات طويلة الأمد المبنية على الثقة والتميز التقني."
|
description="تؤكد شراكاتنا التعاونية مع الشركات الرائدة عبر مختلف القطاعات التزامنا بتقديم قيمة استثنائية وتعزيز العلاقات طويلة الأمد المبنية على الثقة والتميز التقني."
|
||||||
speed={35}
|
speed={35}
|
||||||
@@ -256,9 +143,7 @@ export default function LandingPage() {
|
|||||||
<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="تواصل معنا"
|
tag="تواصل معنا"
|
||||||
title="حوّل رؤيتك إلى حقيقة"
|
title="حوّل رؤيتك إلى حقيقة"
|
||||||
description="هل أنت مستعد لمناقشة مشروعك البرمجي الطموح التالي؟ املأ النموذج أدناه، وسيتواصل فريقنا الخبير معك لتحديد موعد استشارة واستكشاف كيف يمكن لإنكيدو سوفت تسريع نجاحك."
|
description="هل أنت مستعد لمناقشة مشروعك البرمجي الطموح التالي؟ املأ النموذج أدناه، وسيتواصل فريقنا الخبير معك لتحديد موعد استشارة واستكشاف كيف يمكن لإنكيدو سوفت تسريع نجاحك."
|
||||||
@@ -275,50 +160,9 @@ export default function LandingPage() {
|
|||||||
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",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
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="التميز الهندسي، يُقدم بموثوقية."
|
logoText="التميز الهندسي، يُقدم بموثوقية."
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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