diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index adaaf6e..7840831 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,7 +42,7 @@ export default function AboutPage() { description="منذ تأسيسنا، التزمنا بتقديم أفضل الأطباق السورية" subdescription="تابع رحلتنا من قلب دمشق إلى قلب جدة" icon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/interior-store-selling-iron-items_181624-57733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-store-selling-iron-items_181624-57733.jpg?_wi=2" imageAlt="مطعم الصاج الشامي" mediaAnimation="slide-up" useInvertedBackground={false} @@ -65,7 +65,7 @@ export default function AboutPage() { title: "الجودة أولاً", subtitle: "لا نتسامح مع الجودة", description: "كل مكون يتم اختياره بعناية فائقة، وكل طبق يتم تحضيره بمهارة واحترافية. جودتنا هي ضمان رضاك.", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=9", imageAlt: "جودة الطعام", }, { @@ -74,7 +74,7 @@ export default function AboutPage() { title: "الحفاظ على الأصالة", subtitle: "وصفات سورية تقليدية", description: "نحافظ على الوصفات التقليدية السورية الأصيلة، نقلة عن الأجيال السابقة، لتذوق طعم الشام الحقيقي.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=5", imageAlt: "الأصالة", }, { @@ -83,7 +83,7 @@ export default function AboutPage() { title: "خدمة استثنائية", subtitle: "فريق متخصص وملتزم", description: "فريقنا مدرب ومتخصص في تقديم أفضل خدمة. نحن لا نترك حجراً دون قلب لضمان رضاك الكامل.", - imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=3", imageAlt: "الخدمة", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a4432f0..3655c48 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +41,7 @@ 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" + imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg?_wi=3" imageAlt: "التواصل مع الصاج الشامي" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2a7621d..ea74866 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,7 +48,7 @@ export default function MenuPage() { id: "1", name: "صاج دجاج", price: "25 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=5", imageAlt: "صاج دجاج لذيذ", initialQuantity: 1, }, @@ -56,7 +56,7 @@ export default function MenuPage() { id: "2", name: "صاج لحم", price: "30 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=3", imageAlt: "صاج لحم شهي", initialQuantity: 1, }, @@ -64,7 +64,7 @@ export default function MenuPage() { id: "3", name: "شاورما عربي", price: "20 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=6", imageAlt: "شاورما عربية", initialQuantity: 1, }, @@ -72,7 +72,7 @@ export default function MenuPage() { id: "4", name: "فطور شامي", price: "18 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=2", imageAlt: "فطور شامي", initialQuantity: 1, }, diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 046f5eb..ac68d8e 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -49,7 +49,7 @@ export default function OrderPage() { id: "1", name: "صاج دجاج بالطحينة", price: "25 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=7", imageAlt: "صاج دجاج", initialQuantity: 1, }, @@ -57,7 +57,7 @@ export default function OrderPage() { id: "2", name: "صاج لحم مشروم", price: "30 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=4", imageAlt: "صاج لحم", initialQuantity: 1, }, @@ -65,7 +65,7 @@ export default function OrderPage() { id: "3", name: "شاورما دجاج", price: "20 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=8", imageAlt: "شاورما", initialQuantity: 1, }, @@ -84,7 +84,7 @@ export default function OrderPage() { description="نقبل جميع طرق الدفع والتوصيل" subdescription="استمتع بتجربة طلب سهلة وسريعة" icon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg?_wi=2" imageAlt="الطلب من الصاج الشامي" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/page.tsx b/src/app/page.tsx index 72cc591..ce9985a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { dashboard={{ title: "معلومات سريعة", logoIcon: UtensilsCrossed, - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-lavash-doner-with-meat-vegetables_114579-3625.jpg?_wi=1", imageAlt: "شاورما شهية", buttons: [ { text: "عرض القائمة", href: "/menu" }, @@ -119,7 +119,7 @@ export default function HomePage() { title: "خبز صاج طازج", subtitle: "يومياً من الفرن", description: "نحضر الخبز الصاج الطازج يومياً في متجرنا لضمان الطعم والجودة العالية. كل رغيف يتم تحضيره بعناية فائقة.", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=1", imageAlt: "صاج دجاج لذيذ", }, { @@ -128,7 +128,7 @@ export default function HomePage() { title: "مكونات يومية", subtitle: "طازة وعالية الجودة", description: "نستخدم أفضل المكونات الطازة والعالية الجودة. جميع مكوناتنا يتم اختيارها بعناية من أفضل الموردين.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=1", imageAlt: "صاج لحم شهي", }, { @@ -137,7 +137,7 @@ export default function HomePage() { title: "توصيل سريع", subtitle: "في أسرع وقت", description: "نوصل طلبك في أسرع وقت ممكن مع الحفاظ على جودة الطعام. فريقنا جاهز في كل وقت.", - imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=1", imageAlt: "فطور شامي", }, { @@ -146,7 +146,7 @@ export default function HomePage() { title: "طعم شامي أصيل", subtitle: "وصفات تقليدية", description: "نتبع الوصفات التقليدية السورية الأصيلة. كل طبق يحكي قصة من قصص الشام العريقة.", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=2", imageAlt: "شاورما عربية", }, ]} @@ -171,7 +171,7 @@ export default function HomePage() { id: "1", name: "صاج دجاج", price: "25 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=3", imageAlt: "صاج دجاج لذيذ", initialQuantity: 1, }, @@ -179,7 +179,7 @@ export default function HomePage() { id: "2", name: "صاج لحم", price: "30 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=2", imageAlt: "صاج لحم شهي", initialQuantity: 1, }, @@ -187,7 +187,7 @@ export default function HomePage() { id: "3", name: "شاورما عربي", price: "20 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=4", imageAlt: "شاورما عربية", initialQuantity: 1, }, @@ -258,7 +258,7 @@ export default function HomePage() { description="اتصل بنا أو اطلب عبر الواتساب" subdescription="نحن هنا لخدمتك في أي وقت" icon={Phone} - imageSrc="http://img.b2bpic.net/free-photo/interior-store-selling-iron-items_181624-57733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-store-selling-iron-items_181624-57733.jpg?_wi=1" imageAlt="مطعم الصاج الشامي" mediaAnimation="slide-up" useInvertedBackground={false}