From 5b0af913bd9fd0a180aa662a7327ad5aa3a91363 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 23:23:13 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 51 +++++++++------------------------------- 1 file changed, 11 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2e26d91..a920086 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Headphones } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -52,21 +41,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "كيف أرسل حوالة؟", - content: "يمكنك زيارة أي فرع أو استخدام تطبيقنا للبدء فوراً.", - }, - { - id: "f2", - title: "ما هي رسوم التحويل؟", - content: "الرسوم تبدأ من 0.5% وتختلف حسب الوجهة والعملة.", - }, - { - id: "f3", - title: "هل التحويل آمن؟", - content: "نعم، نستخدم أحدث أنظمة التشفير الدولية لضمان أمان معاملاتكم.", - }, + { id: "f1", title: "كيف أرسل حوالة؟", content: "يمكنك زيارة أي فرع أو استخدام تطبيقنا للبدء فوراً." }, + { id: "f2", title: "ما هي رسوم التحويل؟", content: "الرسوم تبدأ من 0.5% وتختلف حسب الوجهة والعملة." }, + { id: "f3", title: "هل التحويل آمن؟", content: "نعم، نستخدم أحدث أنظمة التشفير الدولية لضمان أمان معاملاتكم." }, ]} title="أسئلة شائعة" description="كل ما تحتاجه من معلومات حول خدماتنا المالية." @@ -91,14 +68,8 @@ export default function LandingPage() {