Update src/app/page.tsx

This commit is contained in:
2026-05-14 01:38:03 +00:00
parent ece90e4f4b
commit 531f85d2e4

View File

@@ -75,14 +75,16 @@ export default function LandingPage() {
<FeatureBento
title="مزايا متكاملة"
description="نظام وساطة عصري يجمع بين الكفاءة والأمان التقني."
items={[
{ title: "أمان رقمي", description: "تشفير عالي المستوى لكافة العمليات.", icon: ShieldCheck },
{ title: "تقارير لحظية", description: "متابعة مباشرة لحالة المعاملة.", icon: BarChart3 },
{ title: "دعم سريع", description: "استجابة فورية عبر فريقنا المتخصص.", icon: Headphones },
{ title: "خبرة واسعة", description: "سنوات من العمل في مجال الوساطة.", icon: Briefcase },
{ title: "إنجاز فوري", description: "تقنيات تسرع عملية إتمام صفقاتك.", icon: Target }
features={[
{ title: "أمان رقمي", description: "تشفير عالي المستوى لكافة العمليات.", bentoComponent: 'reveal-icon', icon: ShieldCheck },
{ title: "تقارير لحظية", description: "متابعة مباشرة لحالة المعاملة.", bentoComponent: 'reveal-icon', icon: BarChart3 },
{ title: "دعم سريع", description: "استجابة فورية عبر فريقنا المتخصص.", bentoComponent: 'reveal-icon', icon: Headphones },
{ title: "خبرة واسعة", description: "سنوات من العمل في مجال الوساطة.", bentoComponent: 'reveal-icon', icon: Briefcase },
{ title: "إنجاز فوري", description: "تقنيات تسرع عملية إتمام صفقاتك.", bentoComponent: 'reveal-icon', icon: Target }
]}
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>