Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:35:48 +00:00
parent 0fe0f50cd2
commit 3eba1b34e6

View File

@@ -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}