From bb8e30f87430feb4e5b76c18f5c93c4861987fce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:50:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9034484..434da56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, CheckCircle, Shield, Twitter, User, Zap } from "lucide-react"; +import { Award, Bot, CheckCircle, Shield, Twitter, User, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,104 +45,41 @@ export default function LandingPage() {
@@ -160,21 +89,9 @@ export default function LandingPage() { useInvertedBackground={false} title="إنجازاتنا في أرقام" metrics={[ - { - icon: CheckCircle, - label: "عميل سعيد", - value: "٥٠٠+", - }, - { - icon: Award, - label: "مشروع مكتمل", - value: "١٢٠", - }, - { - icon: Zap, - label: "سنة من الخبرة", - value: "١٠", - }, + { icon: CheckCircle, label: "عميل سعيد", value: "٥٠٠+" }, + { icon: Award, label: "مشروع مكتمل", value: "١٢٠" }, + { icon: Zap, label: "سنة من الخبرة", value: "١٠" }, ]} metricsAnimation="slide-up" /> @@ -187,42 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "تحليل البيانات", - description: "تحليلات دقيقة لاتخاذ قرارات أفضل.", - bentoComponent: { - bentoComponent: "animated-bar-chart", - }, - imageSrc: "http://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg?_wi=11", - imageAlt: "modern dashboard ui", - }, + title: "تحليل البيانات", description: "تحليلات دقيقة لاتخاذ قرارات أفضل.", bentoComponent: "animated-bar-chart", imageSrc: "http://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg", imageAlt: "modern dashboard ui"}, { - title: "أمن المعلومات", - description: "حماية كاملة لبياناتك الحساسة.", - bentoComponent: { - bentoComponent: "reveal-icon", - icon: Shield, - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg?_wi=1", - imageAlt: "ai analytics dashboard", - }, + title: "أمن المعلومات", description: "حماية كاملة لبياناتك الحساسة.", bentoComponent: "reveal-icon", icon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg", imageAlt: "ai analytics dashboard"}, { - title: "دعم فني متميز", - description: "فريقنا معك على مدار الساعة.", - bentoComponent: { - bentoComponent: "chat", - aiIcon: Bot, - userIcon: User, - exchanges: [ - { - userMessage: "كيف يمكنني المساعدة؟", - aiResponse: "مرحباً! أنا هنا للمساعدة.", - }, - ], - placeholder: "اكتب رسالتك...", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "professional headshot business", - }, + title: "دعم فني متميز", description: "فريقنا معك على مدار الساعة.", bentoComponent: "chat", aiIcon: Bot, + userIcon: User, + exchanges: [ + { userMessage: "كيف يمكنني المساعدة؟", aiResponse: "مرحباً! أنا هنا للمساعدة." }, + ], + placeholder: "اكتب رسالتك...", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business"}, ]} title="مميزات منصتنا" description="استكشف أدواتنا المتقدمة لتحويل مسار عملك." @@ -233,31 +125,11 @@ export default function LandingPage() { @@ -286,11 +152,7 @@ export default function LandingPage() { logoText="المنصة" copyrightText="© ٢٠٢٥ المنصة الرقمية" socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, ]} /> -- 2.49.1