3 Commits

Author SHA1 Message Date
531f85d2e4 Update src/app/page.tsx 2026-05-14 01:38:03 +00:00
ece90e4f4b Update src/app/page.tsx 2026-05-14 01:37:28 +00:00
c3b10b1d52 Merge version_3 into main
Merge version_3 into main
2026-05-14 01:36:02 +00:00

View File

@@ -10,7 +10,8 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Clock, Headphones, ShieldCheck, Zap } from "lucide-react";
import { Award, Clock, Headphones, ShieldCheck, Zap, Briefcase, BarChart3, Target } from "lucide-react";
import FeatureBento from '@/components/sections/feature/FeatureBento';
export default function LandingPage() {
return (
@@ -70,6 +71,23 @@ export default function LandingPage() {
/>
</div>
<div id="features-bento" data-section="features-bento">
<FeatureBento
title="مزايا متكاملة"
description="نظام وساطة عصري يجمع بين الكفاءة والأمان التقني."
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>
<div id="steps" data-section="steps">
<MetricCardFourteen
useInvertedBackground={false}