From 2a574dbeab87ebf098998f05d41efeebb66f48b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:38:07 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3655c48..e47a1c2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,8 +41,8 @@ export default function ContactPage() { description="نحن هنا للرد على جميع استفساراتك" subdescription="أرسل لنا رسالة أو اتصل بنا مباشرة" icon={Phone} - imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg?_wi=3" - imageAlt: "التواصل مع الصاج الشامي" + imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg" + imageAlt="التواصل مع الصاج الشامي" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -53,8 +53,7 @@ export default function ContactPage() { logoText="الصاج الشامي" columns={[ { - title: "الروابط السريعة", - items: [ + title: "الروابط السريعة", items: [ { label: "الرئيسية", href: "/" }, { label: "القائمة", href: "/menu" }, { label: "الطلب", href: "/order" }, @@ -62,8 +61,7 @@ export default function ContactPage() { ], }, { - title: "معلومات التواصل", - items: [ + title: "معلومات التواصل", items: [ { label: "الهاتف: 0592375999", href: "tel:0592375999" }, { label: "واتساب", href: "https://wa.me/966592375999" }, { label: "الموقع: مشرفة - جدة", href: "#" }, @@ -71,8 +69,7 @@ export default function ContactPage() { ], }, { - title: "القائمة", - items: [ + title: "القائمة", items: [ { label: "الصاج", href: "/menu" }, { label: "الشاورما", href: "/menu" }, { label: "الفطور الشامي", href: "/menu" },