Update src/app/page.tsx
This commit is contained in:
324
src/app/page.tsx
324
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "home",
|
||||
},
|
||||
name: "الرئيسية", id: "home"},
|
||||
{
|
||||
name: "من نحن",
|
||||
id: "about",
|
||||
},
|
||||
name: "من نحن", id: "about"},
|
||||
{
|
||||
name: "خدماتنا",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "خدماتنا", id: "why-us"},
|
||||
{
|
||||
name: "احصائيات",
|
||||
id: "statistics",
|
||||
},
|
||||
name: "احصائيات", id: "statistics"},
|
||||
{
|
||||
name: "فريقنا",
|
||||
id: "team",
|
||||
},
|
||||
name: "فريقنا", id: "team"},
|
||||
{
|
||||
name: "آراء العملاء",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "آراء العملاء", id: "testimonials"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/close-up-lawyer-business-card_23-2151889545.jpg"
|
||||
brandName="مكتب المحامي عبدالله غانم"
|
||||
@@ -72,35 +58,21 @@ export default function LandingPage() {
|
||||
description="نقدم خدمات المحاماة والاستشارات القانونية للأفراد والشركات باحترافية عالية، مع التزام كامل بالدقة والسرية ومتابعة القضايا حتى الوصول إلى أفضل النتائج الممكنة."
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز استشارة الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "احجز استشارة الآن", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-shelf-with-books-decor_23-2152007081.jpg?_wi=1",
|
||||
imageAlt: "مكتب محاماة حديث",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-shelf-with-books-decor_23-2152007081.jpg", imageAlt: "مكتب محاماة حديث"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg?_wi=1",
|
||||
imageAlt: "ميزان العدالة والقانون",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg", imageAlt: "ميزان العدالة والقانون"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-friends-slap-hands-street_197531-5902.jpg?_wi=1",
|
||||
imageAlt: "فريق قانوني يتعاون",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-friends-slap-hands-street_197531-5902.jpg", imageAlt: "فريق قانوني يتعاون"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-wallpaper-with-golden-details_23-2148437811.jpg?_wi=1",
|
||||
imageAlt: "خلفية قانونية تجريدية",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-wallpaper-with-golden-details_23-2148437811.jpg", imageAlt: "خلفية قانونية تجريدية"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-with-sunset-reflection_23-2152013752.jpg?_wi=1",
|
||||
imageAlt: "محامٍ عربي محترف",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-with-sunset-reflection_23-2152013752.jpg", imageAlt: "محامٍ عربي محترف"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quiet-bible-bright-space-calm-minimalism_169016-71353.jpg",
|
||||
imageAlt: "وثائق قانونية مختومة",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quiet-bible-bright-space-calm-minimalism_169016-71353.jpg", imageAlt: "وثائق قانونية مختومة"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
/>
|
||||
@@ -113,17 +85,11 @@ export default function LandingPage() {
|
||||
description="نحن مكتب محاماة واستشارات قانونية رائد في المنطقة، ملتزمون بتقديم أفضل الحلول القانونية لعملائنا. تتجسد قيمنا في الدقة والنزاهة والشفافية، ونسعى دائمًا لتحقيق العدالة بأعلى مستويات الاحترافية. نفخر بفريق عملنا المتخصص وخبرتنا الواسعة في مختلف مجالات القانون، مما يمكننا من التعامل مع القضايا الأكثر تعقيدًا بكفاءة عالية."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "سنوات الخبرة",
|
||||
},
|
||||
value: "20+", title: "سنوات الخبرة"},
|
||||
{
|
||||
value: "1000+",
|
||||
title: "قضية ناجحة",
|
||||
},
|
||||
value: "1000+", title: "قضية ناجحة"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "رضا العملاء",
|
||||
},
|
||||
value: "95%", title: "رضا العملاء"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-successful-businessmen-office-two-serious-man-suits-working-with-computer-table-making-decisions-developing-strategy-business-growth-business-growth-finance-concept_74855-24621.jpg"
|
||||
imageAlt="مكتب المحامي عبدالله غانم"
|
||||
@@ -138,106 +104,58 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "خبرة قانونية واسعة",
|
||||
description: "نمتلك سنوات طويلة من الخبرة في التعامل مع مختلف أنواع القضايا القانونية.",
|
||||
icon: Scale,
|
||||
title: "خبرة قانونية واسعة", description: "نمتلك سنوات طويلة من الخبرة في التعامل مع مختلف أنواع القضايا القانونية.", icon: Scale,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-reflected-table_1098-3703.jpg",
|
||||
imageAlt: "وثائق قانونية",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-reflected-table_1098-3703.jpg", imageAlt: "وثائق قانونية"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051293.jpg",
|
||||
imageAlt: "ميزان العدالة",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lawyer-business-card_23-2151889545.jpg",
|
||||
imageAlt: "legal documents close up details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051293.jpg", imageAlt: "ميزان العدالة"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "فريق متخصص من المحامين والمستشارين",
|
||||
description: "فريقنا يضم نخبة من المحامين والمستشارين ذوي التخصصات المتعددة لضمان أفضل خدمة.",
|
||||
icon: Users,
|
||||
title: "فريق متخصص من المحامين والمستشارين", description: "فريقنا يضم نخبة من المحامين والمستشارين ذوي التخصصات المتعددة لضمان أفضل خدمة.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg",
|
||||
imageAlt: "فريق محامين",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-professional-explaining-agreement-details-young-customers_74855-10269.jpg", imageAlt: "فريق محامين"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg",
|
||||
imageAlt: "استشارة قانونية",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-shelf-with-books-decor_23-2152007081.jpg?_wi=2",
|
||||
imageAlt: "legal documents close up details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-handshaking-after-closing-successful-deal_1163-4765.jpg", imageAlt: "استشارة قانونية"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "متابعة دقيقة للقضايا والجلسات",
|
||||
description: "نضمن متابعة حثيثة لجميع تفاصيل قضيتك وجلساتها القضائية دون أي تقصير.",
|
||||
icon: Clock,
|
||||
title: "متابعة دقيقة للقضايا والجلسات", description: "نضمن متابعة حثيثة لجميع تفاصيل قضيتك وجلساتها القضائية دون أي تقصير.", icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/law-justice-infographic-process-diagram-with-circular-round-rectangle-with-circle-edge-with-dark-background-bright-outline-style-8-points_82472-6145.jpg",
|
||||
imageAlt: "متابعة دقيقة",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/law-justice-infographic-process-diagram-with-circular-round-rectangle-with-circle-edge-with-dark-background-bright-outline-style-8-points_82472-6145.jpg", imageAlt: "متابعة دقيقة"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-lifestyle-judge_23-2151053996.jpg",
|
||||
imageAlt: "وثائق المحكمة",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg?_wi=2",
|
||||
imageAlt: "legal documents close up details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-lifestyle-judge_23-2151053996.jpg", imageAlt: "وثائق المحكمة"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "التزام بالمواعيد",
|
||||
description: "نقدر وقتك الثمين، ولذلك نلتزم بأعلى معايير الانضباط في المواعيد المحددة.",
|
||||
icon: Shield,
|
||||
title: "التزام بالمواعيد", description: "نقدر وقتك الثمين، ولذلك نلتزم بأعلى معايير الانضباط في المواعيد المحددة.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg",
|
||||
imageAlt: "التزام بالمواعيد",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg", imageAlt: "التزام بالمواعيد"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161909.jpg",
|
||||
imageAlt: "محامٍ يشير إلى وثيقة",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/international-friends-slap-hands-street_197531-5902.jpg?_wi=2",
|
||||
imageAlt: "legal documents close up details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161909.jpg", imageAlt: "محامٍ يشير إلى وثيقة"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "شفافية ومصداقية",
|
||||
description: "نؤمن بالتعامل بشفافية تامة ومصداقية عالية في جميع مراحل التعامل القانوني.",
|
||||
icon: Star,
|
||||
title: "شفافية ومصداقية", description: "نؤمن بالتعامل بشفافية تامة ومصداقية عالية في جميع مراحل التعامل القانوني.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31521.jpg",
|
||||
imageAlt: "مفهوم الشفافية",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-31521.jpg", imageAlt: "مفهوم الشفافية"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325842.jpg",
|
||||
imageAlt: "مصافحة الثقة",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-wallpaper-with-golden-details_23-2148437811.jpg?_wi=2",
|
||||
imageAlt: "legal documents close up details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325842.jpg", imageAlt: "مصافحة الثقة"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "خدمة متميزة للأفراد والشركات",
|
||||
description: "سواء كنت فردًا أو شركة، نقدم لك خدمة قانونية مصممة خصيصًا لتلبية احتياجاتك.",
|
||||
icon: Users,
|
||||
title: "خدمة متميزة للأفراد والشركات", description: "سواء كنت فردًا أو شركة، نقدم لك خدمة قانونية مصممة خصيصًا لتلبية احتياجاتك.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-1st-place-prize_23-2149059618.jpg",
|
||||
imageAlt: "خدمة عملاء مميزة",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-1st-place-prize_23-2149059618.jpg", imageAlt: "خدمة عملاء مميزة"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-his-colleague-examining-document-caf_23-2147876676.jpg",
|
||||
imageAlt: "خدمات قانونية متنوعة",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-buildings-with-sunset-reflection_23-2152013752.jpg?_wi=2",
|
||||
imageAlt: "legal documents close up details",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looking-his-colleague-examining-document-caf_23-2147876676.jpg", imageAlt: "خدمات قانونية متنوعة"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="لماذا تختار مكتب المحامي عبدالله غانم؟"
|
||||
@@ -252,37 +170,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "استشارة قانونية",
|
||||
description: "قدمنا مئات الاستشارات القانونية الشاملة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601334.jpg",
|
||||
imageAlt: "مستشار قانوني",
|
||||
},
|
||||
id: "m1", value: "500+", title: "استشارة قانونية", description: "قدمنا مئات الاستشارات القانونية الشاملة.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-card-application_23-2149601334.jpg", imageAlt: "مستشار قانوني"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "رضا العملاء",
|
||||
description: "نحظى بنسبة رضا عالية جدًا من عملائنا الكرام.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
imageAlt: "عملاء راضون",
|
||||
},
|
||||
id: "m2", value: "98%", title: "رضا العملاء", description: "نحظى بنسبة رضا عالية جدًا من عملائنا الكرام.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", imageAlt: "عملاء راضون"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3+",
|
||||
title: "مجالات خبرة",
|
||||
description: "متخصصون في القضايا التجارية والمدنية والأحوال الشخصية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051297.jpg",
|
||||
imageAlt: "مجالات الخبرة القانونية",
|
||||
},
|
||||
id: "m3", value: "3+", title: "مجالات خبرة", description: "متخصصون في القضايا التجارية والمدنية والأحوال الشخصية.", imageSrc: "http://img.b2bpic.net/free-photo/truth-concept-arrangement-with-balance_23-2149051297.jpg", imageAlt: "مجالات الخبرة القانونية"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "خدمة للجميع",
|
||||
title: "أفراد وشركات",
|
||||
description: "نخدم الأفراد والشركات على حد سواء بأقصى درجات العناية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149145155.jpg",
|
||||
imageAlt: "خدمات للأفراد والشركات",
|
||||
},
|
||||
id: "m4", value: "خدمة للجميع", title: "أفراد وشركات", description: "نخدم الأفراد والشركات على حد سواء بأقصى درجات العناية.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149145155.jpg", imageAlt: "خدمات للأفراد والشركات"},
|
||||
]}
|
||||
title="إحصائيات تبرهن على نجاحنا"
|
||||
description="نتائجنا تتحدث عن نفسها، ونفخر بالإنجازات التي حققناها لعملائنا."
|
||||
@@ -294,14 +188,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"مجموعة الفا",
|
||||
"شركة بيتا للاستثمار",
|
||||
"مؤسسة غاما للتطوير",
|
||||
"شركة دلتا العقارية",
|
||||
"مجموعة سيجما التجارية",
|
||||
"واحة كابا للخدمات",
|
||||
"شركة لامدا للتأمين",
|
||||
]}
|
||||
"مجموعة الفا", "شركة بيتا للاستثمار", "مؤسسة غاما للتطوير", "شركة دلتا العقارية", "مجموعة سيجما التجارية", "واحة كابا للخدمات", "شركة لامدا للتأمين"]}
|
||||
title="ثقة عملاءنا وشركائنا"
|
||||
description="نفخر ببناء علاقات قوية ومستمرة مع عملائنا وشركائنا، والذين يثقون في خبرتنا القانونية."
|
||||
speed={40}
|
||||
@@ -316,29 +203,13 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "أحمد الشمري",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-mature-business-partners-meeting-office-sitting-workplace-with-laptop-talking-view-through-glass-wall-business-portrait-concept_74855-14245.jpg",
|
||||
imageAlt: "صورة المحامي أحمد الشمري",
|
||||
},
|
||||
id: "t1", name: "أحمد الشمري", imageSrc: "http://img.b2bpic.net/free-photo/friendly-mature-business-partners-meeting-office-sitting-workplace-with-laptop-talking-view-through-glass-wall-business-portrait-concept_74855-14245.jpg", imageAlt: "صورة المحامي أحمد الشمري"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "فاطمة الزهراء",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg",
|
||||
imageAlt: "صورة المحامية فاطمة الزهراء",
|
||||
},
|
||||
id: "t2", name: "فاطمة الزهراء", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-muslim-businesswoman-posing-outside_74855-2007.jpg", imageAlt: "صورة المحامية فاطمة الزهراء"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "سعيد الكعبي",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-businessman-traditional-wear-sitting-table-with-laptop-computer-holding-clipboard-with-blank-pages-working-office_141793-47868.jpg",
|
||||
imageAlt: "صورة المستشار سعيد الكعبي",
|
||||
},
|
||||
id: "t3", name: "سعيد الكعبي", imageSrc: "http://img.b2bpic.net/free-photo/arabic-businessman-traditional-wear-sitting-table-with-laptop-computer-holding-clipboard-with-blank-pages-working-office_141793-47868.jpg", imageAlt: "صورة المستشار سعيد الكعبي"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "ليلى محمد",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg",
|
||||
imageAlt: "صورة المحامية ليلى محمد",
|
||||
},
|
||||
id: "t4", name: "ليلى محمد", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-cafe_53876-15158.jpg", imageAlt: "صورة المحامية ليلى محمد"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -351,61 +222,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "tst1",
|
||||
name: "Grandberry",
|
||||
role: "عميل فردي",
|
||||
testimonial: "بفضل الله ثم فضلكم تم الحكم لصالحي ولله الحمد، أشكر جميع فريق العمل على المجهود وقمة الاحترام في التعامل، وأكثر ما أعجبني الثقة والدقة في متابعة الجلسات.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-side-view-amazing-happy-young-african-american-female-with-afro-hairstyle-smiling-broadly-keeping-arms-her-chest-listening-nice-music-radio-baking-pie-cozy-kitchen_343059-2650.jpg",
|
||||
imageAlt: "صورة Grandberry",
|
||||
},
|
||||
id: "tst1", name: "Grandberry", role: "عميل فردي", testimonial: "بفضل الله ثم فضلكم تم الحكم لصالحي ولله الحمد، أشكر جميع فريق العمل على المجهود وقمة الاحترام في التعامل، وأكثر ما أعجبني الثقة والدقة في متابعة الجلسات.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-side-view-amazing-happy-young-african-american-female-with-afro-hairstyle-smiling-broadly-keeping-arms-her-chest-listening-nice-music-radio-baking-pie-cozy-kitchen_343059-2650.jpg", imageAlt: "صورة Grandberry"},
|
||||
{
|
||||
id: "tst2",
|
||||
name: "Asim Almoazen",
|
||||
role: "مدير شركة",
|
||||
testimonial: "أشكر مكتب المحامي عبدالله غانم والمستشار رضوان وباقي أعضاء الفريق على الأمانة والدقة والعمل المتقن في كافة القضايا والاستشارات القانونية المقدمة لشركتي، وأنصح بالتعامل معهم.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-businessman-with-arms-crossed_1098-17880.jpg",
|
||||
imageAlt: "صورة Asim Almoazen",
|
||||
},
|
||||
id: "tst2", name: "Asim Almoazen", role: "مدير شركة", testimonial: "أشكر مكتب المحامي عبدالله غانم والمستشار رضوان وباقي أعضاء الفريق على الأمانة والدقة والعمل المتقن في كافة القضايا والاستشارات القانونية المقدمة لشركتي، وأنصح بالتعامل معهم.", imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-businessman-with-arms-crossed_1098-17880.jpg", imageAlt: "صورة Asim Almoazen"},
|
||||
{
|
||||
id: "tst3",
|
||||
name: "Abdulrahman Alzubairi",
|
||||
role: "رجل أعمال",
|
||||
testimonial: "تعاملنا مع المكتب لفترة طويلة وشاهدنا الالتزام والاحترافية في كل خطوة، وفريقهم يتميز بالأخلاق العالية والخبرة القانونية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg",
|
||||
imageAlt: "صورة Abdulrahman Alzubairi",
|
||||
},
|
||||
id: "tst3", name: "Abdulrahman Alzubairi", role: "رجل أعمال", testimonial: "تعاملنا مع المكتب لفترة طويلة وشاهدنا الالتزام والاحترافية في كل خطوة، وفريقهم يتميز بالأخلاق العالية والخبرة القانونية.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg", imageAlt: "صورة Abdulrahman Alzubairi"},
|
||||
{
|
||||
id: "tst4",
|
||||
name: "Majda Mohamed",
|
||||
role: "عميل فردي",
|
||||
testimonial: "مكتب المحامي عبدالله مريح جداً للعميل، وكان هناك أكثر من محامٍ يناقش القضية باحترافية، والاستقبال راقٍ جداً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-surprised-office-worker-man-headphones-optical-glasses-sits-desk-with-office-tools-using-laptop-points-up-looking-side-isolated-green-background-with-copy-space_141793-65067.jpg",
|
||||
imageAlt: "صورة Majda Mohamed",
|
||||
},
|
||||
id: "tst4", name: "Majda Mohamed", role: "عميل فردي", testimonial: "مكتب المحامي عبدالله مريح جداً للعميل، وكان هناك أكثر من محامٍ يناقش القضية باحترافية، والاستقبال راقٍ جداً.", imageSrc: "http://img.b2bpic.net/free-photo/young-surprised-office-worker-man-headphones-optical-glasses-sits-desk-with-office-tools-using-laptop-points-up-looking-side-isolated-green-background-with-copy-space_141793-65067.jpg", imageAlt: "صورة Majda Mohamed"},
|
||||
{
|
||||
id: "tst5",
|
||||
name: "Jood Joody",
|
||||
role: "عميل فردي",
|
||||
testimonial: "انتهت قضيتي بجلسة واحدة ولله الحمد، وأنصح بالتعامل معهم فهم أهل للثقة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-boss-checking-documents_1262-17521.jpg",
|
||||
imageAlt: "صورة Jood Joody",
|
||||
},
|
||||
id: "tst5", name: "Jood Joody", role: "عميل فردي", testimonial: "انتهت قضيتي بجلسة واحدة ولله الحمد، وأنصح بالتعامل معهم فهم أهل للثقة.", imageSrc: "http://img.b2bpic.net/free-photo/serious-boss-checking-documents_1262-17521.jpg", imageAlt: "صورة Jood Joody"},
|
||||
{
|
||||
id: "tst6",
|
||||
name: "محمد الزهراني",
|
||||
role: "شريك تجاري",
|
||||
testimonial: "كل الشكر والتقدير لأعضاء المكتب على جهودهم في توثيق عقد الشراكة، شغل جميل ومرتب وواضح.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-introducing-something_114579-19021.jpg",
|
||||
imageAlt: "صورة محمد الزهراني",
|
||||
},
|
||||
id: "tst6", name: "محمد الزهراني", role: "شريك تجاري", testimonial: "كل الشكر والتقدير لأعضاء المكتب على جهودهم في توثيق عقد الشراكة، شغل جميل ومرتب وواضح.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-introducing-something_114579-19021.jpg", imageAlt: "صورة محمد الزهراني"},
|
||||
{
|
||||
id: "tst7",
|
||||
name: "Faris Almowlad",
|
||||
role: "عميل لسنوات",
|
||||
testimonial: "مكتب محاماة واستشارات قانونية ذو كوادر وخبرات كبيرة وجديرون بالثقة، وتعاملت معهم لأكثر من أربع سنوات.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-excited-senior-man-looking-flattered-amazed-holding-hands-chest_176420-31700.jpg",
|
||||
imageAlt: "صورة Faris Almowlad",
|
||||
},
|
||||
id: "tst7", name: "Faris Almowlad", role: "عميل لسنوات", testimonial: "مكتب محاماة واستشارات قانونية ذو كوادر وخبرات كبيرة وجديرون بالثقة، وتعاملت معهم لأكثر من أربع سنوات.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-excited-senior-man-looking-flattered-amazed-holding-hands-chest_176420-31700.jpg", imageAlt: "صورة Faris Almowlad"},
|
||||
]}
|
||||
title="ماذا يقول عملاؤنا عنا؟"
|
||||
description="رضا عملائنا هو شهادة على التزامنا بتقديم أعلى مستويات الخدمة القانونية."
|
||||
@@ -416,8 +245,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="تواصل معنا"
|
||||
title="احجز استشارتك القانونية الآن"
|
||||
description="نحن هنا لمساعدتك. املأ النموذج وسيتصل بك أحد مستشارينا القانونيين قريبًا."
|
||||
@@ -433,49 +261,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#home",
|
||||
},
|
||||
label: "الرئيسية", href: "#home"},
|
||||
{
|
||||
label: "من نحن",
|
||||
href: "#about",
|
||||
},
|
||||
label: "من نحن", href: "#about"},
|
||||
{
|
||||
label: "خدماتنا",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "خدماتنا", href: "#why-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "احصائيات",
|
||||
href: "#statistics",
|
||||
},
|
||||
label: "احصائيات", href: "#statistics"},
|
||||
{
|
||||
label: "فريقنا",
|
||||
href: "#team",
|
||||
},
|
||||
label: "فريقنا", href: "#team"},
|
||||
{
|
||||
label: "آراء العملاء",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "آراء العملاء", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "تواصل معنا",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "تواصل معنا", href: "#contact"},
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#privacy",
|
||||
},
|
||||
label: "سياسة الخصوصية", href: "#privacy"},
|
||||
{
|
||||
label: "الشروط والأحكام",
|
||||
href: "#terms",
|
||||
},
|
||||
label: "الشروط والأحكام", href: "#terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user