From 7b14f40ea71e49498ca218671146b505d24f488f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 22:59:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6def7cc..19a51ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,120 +32,44 @@ export default function LandingPage() {
@@ -170,21 +94,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "موقع استراتيجي", - description: "يقع المركز في قلب مدينة الرياض ليسهل الوصول إليه من كافة الجهات.", - imageSrc: "http://img.b2bpic.net/free-photo/three-illuminated-advertising-pillars-white-background_187299-47555.jpg", - }, - { - title: "قاعات مرنة", - description: "قاعات قابلة للتعديل تناسب مختلف أنواع الفعاليات والمعارض.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg", - }, - { - title: "دعم تقني متكامل", - description: "تجهيزات سمعية وبصرية متقدمة لدعم كافة الفعاليات الرقمية.", - imageSrc: "http://img.b2bpic.net/free-photo/white-wall-concrete-floor-with-spotlights_53876-147504.jpg", - }, + { title: "موقع استراتيجي", description: "يقع المركز في قلب مدينة الرياض ليسهل الوصول إليه من كافة الجهات.", imageSrc: "http://img.b2bpic.net/free-photo/three-illuminated-advertising-pillars-white-background_187299-47555.jpg" }, + { title: "قاعات مرنة", description: "قاعات قابلة للتعديل تناسب مختلف أنواع الفعاليات والمعارض.", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg" }, + { title: "دعم تقني متكامل", description: "تجهيزات سمعية وبصرية متقدمة لدعم كافة الفعاليات الرقمية.", imageSrc: "http://img.b2bpic.net/free-photo/white-wall-concrete-floor-with-spotlights_53876-147504.jpg" } ]} title="لماذا تختار مركزنا؟" description="نقدم حلولاً متكاملة لإنجاح فعالياتكم بأعلى كفاءة ممكنة." @@ -198,60 +110,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - brand: "مساحات", - name: "قاعات العرض الكبرى", - price: "حسب الطلب", - rating: 5, - reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-modern-spiral-staircase-lights_181624-26451.jpg", - }, - { - id: "2", - brand: "مساحات", - name: "غرف اجتماعات VIP", - price: "حسب الطلب", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/sunroof-with-tensioners_1127-2102.jpg", - }, - { - id: "3", - brand: "مساحات", - name: "منطقة الاستقبال والبهو", - price: "حسب الطلب", - rating: 4, - reviewCount: "80+", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg", - }, - { - id: "4", - brand: "مساحات", - name: "مراكز المؤتمرات", - price: "حسب الطلب", - rating: 5, - reviewCount: "90+", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-checkin-with-welcoming-staff_482257-90681.jpg", - }, - { - id: "5", - brand: "مساحات", - name: "ساحات الفعاليات الخارجية", - price: "حسب الطلب", - rating: 4, - reviewCount: "40+", - imageSrc: "http://img.b2bpic.net/free-photo/room-used-official-event_23-2151054277.jpg", - }, - { - id: "6", - brand: "مساحات", - name: "معارض تجارية مصغرة", - price: "حسب الطلب", - rating: 5, - reviewCount: "60+", - imageSrc: "http://img.b2bpic.net/free-photo/light-bulbs_1122-1165.jpg", - }, + { id: "1", brand: "مساحات", name: "قاعات العرض الكبرى", price: "حسب الطلب", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-modern-spiral-staircase-lights_181624-26451.jpg" }, + { id: "2", brand: "مساحات", name: "غرف اجتماعات VIP", price: "حسب الطلب", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/sunroof-with-tensioners_1127-2102.jpg" }, + { id: "3", brand: "مساحات", name: "منطقة الاستقبال والبهو", price: "حسب الطلب", rating: 4, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/wedding-photography-southern-cross-guest-ranch-madison-ga_181624-10722.jpg" }, + { id: "4", brand: "مساحات", name: "مراكز المؤتمرات", price: "حسب الطلب", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/hotel-checkin-with-welcoming-staff_482257-90681.jpg" }, + { id: "5", brand: "مساحات", name: "ساحات الفعاليات الخارجية", price: "حسب الطلب", rating: 4, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/room-used-official-event_23-2151054277.jpg" }, + { id: "6", brand: "مساحات", name: "معارض تجارية مصغرة", price: "حسب الطلب", rating: 5, reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/light-bulbs_1122-1165.jpg" } ]} title="مرافقنا المتطورة" description="استكشف مساحاتنا المتنوعة المصممة خصيصاً لتلائم طبيعة فعاليتك." @@ -265,27 +129,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15,000+", - title: "مساحة عرض", - description: "بالمتر المربع", - icon: Maximize, - }, - { - id: "m2", - value: "200+", - title: "فعالية سنوياً", - description: "بمختلف الأحجام", - icon: Calendar, - }, - { - id: "m3", - value: "500k+", - title: "زائر", - description: "سنوياً", - icon: Users, - }, + { id: "m1", value: "15,000+", title: "مساحة عرض", description: "بالمتر المربع", icon: Maximize }, + { id: "m2", value: "200+", title: "فعالية سنوياً", description: "بمختلف الأحجام", icon: Calendar }, + { id: "m3", value: "500k+", title: "زائر", description: "سنوياً", icon: Users } ]} title="أرقام تدعو للفخر" description="نتصدر المشهد في تنظيم كبرى الفعاليات بالرياض." @@ -297,46 +143,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - title: "تجربة رائعة", - quote: "التنظيم في المركز أكثر من ممتاز.", - name: "خالد أحمد", - role: "منظم", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - }, - { - id: "t2", - title: "خدمة مميزة", - quote: "مرافق عالمية بكل المقاييس.", - name: "نورة سعود", - role: "مشاركة", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-blinking-eye_1298-320.jpg", - }, - { - id: "t3", - title: "تكنولوجيا متطورة", - quote: "أفضل تجهيزات تقنية رأيتها.", - name: "فهد السالم", - role: "مهندس", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg", - }, - { - id: "t4", - title: "موقع حيوي", - quote: "سهولة الوصول كانت ميزة كبيرة.", - name: "ريم المنصور", - role: "زائرة", - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333726.jpg", - }, - { - id: "t5", - title: "احترافية عالية", - quote: "طاقم العمل كان متعاوناً جداً.", - name: "سعد الشمري", - role: "عارض", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg", - }, + { id: "t1", title: "تجربة رائعة", quote: "التنظيم في المركز أكثر من ممتاز.", name: "خالد أحمد", role: "منظم", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" }, + { id: "t2", title: "خدمة مميزة", quote: "مرافق عالمية بكل المقاييس.", name: "نورة سعود", role: "مشاركة", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-blinking-eye_1298-320.jpg" }, + { id: "t3", title: "تكنولوجيا متطورة", quote: "أفضل تجهيزات تقنية رأيتها.", name: "فهد السالم", role: "مهندس", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg" }, + { id: "t4", title: "موقع حيوي", quote: "سهولة الوصول كانت ميزة كبيرة.", name: "ريم المنصور", role: "زائرة", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333726.jpg" }, + { id: "t5", title: "احترافية عالية", quote: "طاقم العمل كان متعاوناً جداً.", name: "سعد الشمري", role: "عارض", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg" } ]} title="آراء شركائنا" description="نفخر بثقة عملائنا وشركائنا في النجاح." @@ -348,21 +159,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "كيف يمكنني حجز قاعة؟", - content: "يمكنك التواصل معنا عبر نموذج الحجز أو الاتصال المباشر.", - }, - { - id: "q2", - title: "هل تتوفر خدمات لوجستية؟", - content: "نعم، نقدم خدمات لوجستية متكاملة لجميع المعارض.", - }, - { - id: "q3", - title: "هل المركز مجهز لذوي الاحتياجات الخاصة؟", - content: "بالتأكيد، المركز مجهز بكافة الوسائل التي تضمن سهولة الحركة.", - }, + { id: "q1", title: "كيف يمكنني حجز قاعة؟", content: "يمكنك التواصل معنا عبر نموذج الحجز أو الاتصال المباشر." }, + { id: "q2", title: "هل تتوفر خدمات لوجستية؟", content: "نعم، نقدم خدمات لوجستية متكاملة لجميع المعارض." }, + { id: "q3", title: "هل المركز مجهز لذوي الاحتياجات الخاصة؟", content: "بالتأكيد، المركز مجهز بكافة الوسائل التي تضمن سهولة الحركة." } ]} title="الأسئلة الشائعة" description="كل ما تحتاج معرفته عن خدماتنا." @@ -372,10 +171,9 @@ export default function LandingPage() {
@@ -384,30 +182,8 @@ export default function LandingPage() {